From patchwork Fri Sep 25 05:48:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juerg Haefliger X-Patchwork-Id: 1371042 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 4ByLZW14gvz9sRf; Fri, 25 Sep 2020 15:49:07 +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 1kLgbO-00072D-4a; Fri, 25 Sep 2020 05:49:02 +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 1kLgbL-00071l-OR for kernel-team@lists.ubuntu.com; Fri, 25 Sep 2020 05:48:59 +0000 Received: from mail-ej1-f71.google.com ([209.85.218.71]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kLgbL-0004Ia-Gn for kernel-team@lists.ubuntu.com; Fri, 25 Sep 2020 05:48:59 +0000 Received: by mail-ej1-f71.google.com with SMTP id y25so609239ejj.4 for ; Thu, 24 Sep 2020 22:48:59 -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=F9O7zZld4bNekPyldWIJhka4PLRUac6Sf9dZEAqAJSs=; b=TiRFsVj21ThQKaHFsIewVpXubK6M0Yzg+fsJgqHIvp/MaCM6TCuMI9E9qmDrnSjdfc XrJ0LQ9cGRLW6/H+UJNRQcGx1icnCpSeNtyfkTOdCpJYoklBbIlYTgA82l1nIFwQJAhJ atuHc1I1z87axl9ZgiHmLxV2U6jmCJZ1UoZ56j1A0i+3qHP4PyowygNnkSI0ZVpPUijR 5ECsYeYWBDYV59MhKssVeBdgfbaHud+O2nsZ3P4UwtPv5k70EFLEM65D+gIAg7e7Cecg ts98DvKjbSeqBhOfS+8EsDBbAHtwUKiXJX+L2C6LZK9IXQjE1Ii9yWOHWwEL2dmocqKr NIYA== X-Gm-Message-State: AOAM531+7JTDILZ3dOsY2kLGAugkAfBv9a+N64D9XWcjY3643OFhL4tE vQyJ8V+8mGioyxzyr8hVz8wbJIi74zNagsXKHaJVCEUsYLzwIB/gIgUbMnmHnk+Hnv6BQDT2xMQ Ieu1Ua1Z7Sv9as/PTNJyKnsn7Qn2BERjALXLTD9hkkw== X-Received: by 2002:a17:906:4a19:: with SMTP id w25mr1034075eju.199.1601012938982; Thu, 24 Sep 2020 22:48:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxDy0B1n8mJFY0viNqB3m01obKBOBiro+a+oQVFnor5V1oXJPy3caHVLhS47XO1G+yKBgCyiQ== X-Received: by 2002:a17:906:4a19:: with SMTP id w25mr1034066eju.199.1601012938729; Thu, 24 Sep 2020 22:48:58 -0700 (PDT) Received: from gollum.fritz.box ([194.191.244.86]) by smtp.gmail.com with ESMTPSA id g11sm1020394edj.85.2020.09.24.22.48.57 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Sep 2020 22:48:58 -0700 (PDT) From: Juerg Haefliger X-Google-Original-From: Juerg Haefliger To: kernel-team@lists.ubuntu.com Subject: [SRU][G/meta-raspi][PATCH] Add new flavor raspi-nolpae for armhf Date: Fri, 25 Sep 2020 07:48:57 +0200 Message-Id: <20200925054857.242501-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/1896761 Signed-off-by: Juerg Haefliger Acked-by: Stefan Bader Acked-by: Andrea Righi --- 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.