From patchwork Thu Sep 24 08:41:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juerg Haefliger X-Patchwork-Id: 1370433 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BxpS640Trz9sTN; Thu, 24 Sep 2020 18:41:42 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1kLMot-0007bN-9t; Thu, 24 Sep 2020 08:41:39 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kLMoq-0007b8-Rn for kernel-team@lists.ubuntu.com; Thu, 24 Sep 2020 08:41:36 +0000 Received: from mail-ej1-f70.google.com ([209.85.218.70]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kLMoq-00018s-JV for kernel-team@lists.ubuntu.com; Thu, 24 Sep 2020 08:41:36 +0000 Received: by mail-ej1-f70.google.com with SMTP id j2so1005965ejm.18 for ; Thu, 24 Sep 2020 01:41:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=LyLgpIZesJ2lM50otJKfTpOK4t65f9kFTGRD8NCZ+e8=; b=Pj8KDcn/lFvtyuDZ9RcPckQlwjBw3Nc3j+6RnZXIEfzi9UfAs5MGIyhwCawtF4X+q7 Bf+ekSqqjkreqpIEKq5j9l0Q7jXxZIJZS0KvUv2DBwxhU10atTK2iJsvUnGOWoWTKCyA 637TDEeUSSoL19tb+cDwrOwb4zS1v31MrzDHlPezdiXZzHkRTP0V+7bNz/MLpuZAcTUT nI7DzHEcXzfCeoQkoDSuMp1qhDmkBmKA5hWRcD50cIKdOQ9aF8QUfSevmHRhIUfxBHzh C3UA93e275vG9ot+kjiHfpLAxmFGT6ymMpnC9nO/07k9yX1gD2PUcNGjEptRzMrRGCOC hwow== X-Gm-Message-State: AOAM5314vrHnnpLDIELptu9QMQFJHSnxtgyas4TRCJqG/5vGkIlxw1xK 3W1+OyIJcUMyGyStsDB+00HW46zN/J/EvZiwT9u94mQNtXhOEJ6ZS0FH5DSIB3IbH/aaeeLlADH 454OyCXR9fx1kh7vRaaZBGnmF+zwWgQTEMJDgCNnXbQ== X-Received: by 2002:a17:906:4951:: with SMTP id f17mr3479595ejt.29.1600936895972; Thu, 24 Sep 2020 01:41:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyNxkn2U468zVbxACoLNWqaWpNFGOahbT5AuYoy/9pX+2Ds7C9JRzqLeJ5YQvMGIm9R/x4MQg== X-Received: by 2002:a17:906:4951:: with SMTP id f17mr3479579ejt.29.1600936895667; Thu, 24 Sep 2020 01:41:35 -0700 (PDT) Received: from gollum.fritz.box ([194.191.244.86]) by smtp.gmail.com with ESMTPSA id ot19sm1743011ejb.121.2020.09.24.01.41.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Sep 2020 01:41:35 -0700 (PDT) From: Juerg Haefliger X-Google-Original-From: Juerg Haefliger To: kernel-team@lists.ubuntu.com Subject: [SRU][G/meta-raspi][PATCH] UBUNTU: Add new flavor raspi-nolpae for armhf Date: Thu, 24 Sep 2020 10:41:34 +0200 Message-Id: <20200924084134.154661-1-juergh@canonical.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1893779 Signed-off-by: Juerg Haefliger --- debian/control.d/raspi-nolpae | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 debian/control.d/raspi-nolpae diff --git a/debian/control.d/raspi-nolpae b/debian/control.d/raspi-nolpae new file mode 100644 index 000000000000..d494dd1f3963 --- /dev/null +++ b/debian/control.d/raspi-nolpae @@ -0,0 +1,32 @@ +Package: linux-headers-raspi-nolpae${variant:suffix} +Architecture: armhf +Section: kernel +Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-raspi-nolpae +Description: No-LPAE Raspberry Pi Linux kernel headers + This package will always depend on the latest no-LPAE Raspberry Pi Linux + kernel headers available. + +Package: linux-image-raspi-nolpae${variant:suffix} +Architecture: armhf +Section: kernel +Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-raspi-nolpae, linux-firmware +Description: No-LPAE Raspberry Pi Linux kernel image + This package will always depend on the latest no-LPAE Raspberry Pi Linux + kernel image available. + +Package: linux-tools-raspi-nolpae${variant:suffix} +Architecture: armhf +Section: kernel +Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-raspi-nolpae +Description: No-LPAE Raspberry Pi Linux kernel tools + This package will always depend on the latest no-LPAE Raspberry Pi Linux + kernel tools available. + +Package: linux-raspi-nolpae${variant:suffix} +Architecture: armhf +Section: kernel +Provides: ${test:provides-full-raspi-nolpae} +Depends: ${misc:Depends}, linux-image-raspi-nolpae${variant:suffix} (= ${binary:Version}), linux-headers-raspi-nolpae${variant:suffix} (= ${binary:Version}) +Description: Complete no-LPAE Raspberry Pi Linux kernel and headers + This package will always depend on the latest complete no-LPAE Raspberry Pi Linux + kernel and headers available.