From patchwork Tue Dec 18 15:57:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 1015449 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 43K2jG3kjmz9s3q; Wed, 19 Dec 2018 02:57:38 +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 1gZHkT-0001WP-On; Tue, 18 Dec 2018 15:57:33 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1gZHkQ-0001T8-B0 for kernel-team@lists.ubuntu.com; Tue, 18 Dec 2018 15:57:30 +0000 Received: from mail-it1-f200.google.com ([209.85.166.200]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1gZHkP-0007ps-QW for kernel-team@lists.ubuntu.com; Tue, 18 Dec 2018 15:57:29 +0000 Received: by mail-it1-f200.google.com with SMTP id 128so3723296itw.8 for ; Tue, 18 Dec 2018 07:57:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=dt6nvxc6ibUrQk3FxcHkvdrM7FW6LN0BbbcThbYML00=; b=WuM69XuPPAETg8XJQACm6tdxZPYczzVDJk36ObFT9bnIsPFR6eHUM6Yeh1UjoK6D7F aEgLhRHWTzkNNsWk6Y5gx3KZC0ERIGVmayRAcp9R5AKcWYR/v3SNYICagWFsASNHm6u2 fV2VzQxOjdy4CTiJsHyAZuuhODp8lmwNF6DNzLe8yKanoYETBkucSXTk9g6yeIRCE8Ly uZMT5zpyCTkV4czAOyEO5XZZ0NKazJxLoR/vNKppTF/omMeMuIueOALQvfdTBAYxOjsk uTEvSydfaItM64jLdaaIsjXoiiU8E+dCX9xUVuTwbMIe0EXzqP+zte3RRC9IYISmwPr9 RBOA== X-Gm-Message-State: AA+aEWa0VRvnhpZbjFrQ7GcY9lLwYemjl2r7H3UhfydXr9Fs4EE9/WBq Ei+8q79Jqkd5QJml0pjfVIDPiRkeCJQqSsvpOOLxUInlH45D22CWLJ8A3IcVVABssL5LOP8OSLc 4GxBQoCtZSksx/3M65jsdgzQd6aN0sEwUMLI1xCXbIw== X-Received: by 2002:a24:5c50:: with SMTP id q77mr3223324itb.12.1545148648616; Tue, 18 Dec 2018 07:57:28 -0800 (PST) X-Google-Smtp-Source: AFSGD/UP+DFywR4/AIREqhLd4q3YOgtGspHrLWNnP0zbdCNN1D3R3j/JDVWEmGshU0Tv9k4ke+OuVA== X-Received: by 2002:a24:5c50:: with SMTP id q77mr3223304itb.12.1545148648257; Tue, 18 Dec 2018 07:57:28 -0800 (PST) Received: from localhost ([2605:a601:ac7:2a20:f9d0:f996:c42d:aa0c]) by smtp.gmail.com with ESMTPSA id k64sm1865545itb.7.2018.12.18.07.57.27 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 18 Dec 2018 07:57:27 -0800 (PST) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/2][disco linux-signed] UBUNTU: Add support for arm64 Date: Tue, 18 Dec 2018 09:57:18 -0600 Message-Id: <20181218155718.20930-6-seth.forshee@canonical.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181218155718.20930-1-seth.forshee@canonical.com> References: <20181218155718.20930-1-seth.forshee@canonical.com> 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: , Cc: Dann Frazier Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: dann frazier BugLink: https://bugs.launchpad.net/bugs/1804481 Signed-off-by: dann frazier Signed-off-by: Seth Forshee --- debian/control.stub | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control.stub b/debian/control.stub index 3f546b65f13b..13be911eb1ec 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} @@ -41,7 +41,7 @@ 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 +50,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.