From patchwork Fri Jan 25 17:57:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 1031230 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) 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 43mRZL2l4Zz9sDB; Sat, 26 Jan 2019 04:57:46 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1gn5jY-0000fR-30; Fri, 25 Jan 2019 17:57:40 +0000 Received: from complete.lackof.org ([198.49.126.79]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1gn5jW-0000eB-Ad for kernel-team@lists.ubuntu.com; Fri, 25 Jan 2019 17:57:38 +0000 Received: from localhost (c-107-2-141-103.hsd1.co.comcast.net [107.2.141.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id 0445B33E0041; Fri, 25 Jan 2019 10:57:37 -0700 (MST) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH v2 2/2][disco linux-signed] UBUNTU: Add support for arm64 Date: Fri, 25 Jan 2019 10:57:25 -0700 Message-Id: <20190125175725.6696-6-dann.frazier@canonical.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190125175725.6696-1-dann.frazier@canonical.com> References: <20190125175725.6696-1-dann.frazier@canonical.com> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.100.2 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on complete.lackof.org 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/1804481 Signed-off-by: dann frazier --- debian/control.stub | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/debian/control.stub b/debian/control.stub index 3f546b65f13b..049add06d448 100644 --- a/debian/control.stub +++ b/debian/control.stub @@ -8,12 +8,12 @@ Build-Depends: python3, python3-apt, Build-Depends-Arch: - sbsigntool [amd64], + sbsigntool [amd64 arm64], linux-libc-dev (>= VERSION), Standards-Version: 3.9.4 Package: linux-image-ABI-generic -Architecture: amd64 ppc64el +Architecture: amd64 arm64 ppc64el Depends: ${unsigned:Depends} Recommends: ${unsigned:Recommends} Suggests: ${unsigned:Suggests} @@ -36,12 +36,24 @@ Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. +Package: linux-image-ABI-snapdragon +Architecture: arm64 +Depends: ${unsigned:Depends} +Recommends: ${unsigned:Recommends} +Suggests: ${unsigned:Suggests} +Conflicts: ${unsigned:Conflicts} +Provides: ${unsigned:Provides} +Built-Using: linux (= VERSION) +Description: Signed kernel image snapdragon + A kernel image for snapdragon. This version of it is signed with + Canonical's UEFI/Opal signing key. + Package: kernel-signed-image-ABI-generic-di Package-Type: udeb Section: debian-installer Priority: extra Provides: kernel-signed-image -Architecture: amd64 ppc64el +Architecture: amd64 arm64 ppc64el Built-Using: linux (= VERSION) Description: Signed kernel image generic for the Debian installer A kernel image for generic. This version of it is signed with @@ -50,7 +62,7 @@ Description: Signed kernel image generic for the Debian installer Package: linux-image-ABI-generic-dbgsym Section: devel -Architecture: amd64 ppc64el +Architecture: amd64 arm64 ppc64el Depends: linux-image-unsigned-ABI-generic-dbgsym Description: Signed kernel image generic A link to the debugging symbols for the generic signed kernel.