From patchwork Fri Jan 25 17:57:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 1031232 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 43mRZM1ZjYz9sN8; Sat, 26 Jan 2019 04:57:47 +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 1gn5jX-0000fE-US; Fri, 25 Jan 2019 17:57:39 +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 1gn5jV-0000dc-2P for kernel-team@lists.ubuntu.com; Fri, 25 Jan 2019 17:57:37 +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 C265133E0252; Fri, 25 Jan 2019 10:57:35 -0700 (MST) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH v2 3/3][disco linux] UBUNTU: Build signed kernels for arm64 Date: Fri, 25 Jan 2019 10:57:23 -0700 Message-Id: <20190125175725.6696-4-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 Signed-off-by: Seth Forshee --- debian.master/rules.d/arm64.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/rules.d/arm64.mk b/debian.master/rules.d/arm64.mk index 999e4ca8129a3..23009120f7972 100644 --- a/debian.master/rules.d/arm64.mk +++ b/debian.master/rules.d/arm64.mk @@ -7,6 +7,7 @@ build_image = Image.gz kernel_file = arch/$(build_arch)/boot/Image.gz install_file = vmlinuz no_dumpfile = true +uefi_signed = true # The uboot used in ubuntu core can't handle Image.gz, so # create this flavour to generate a Image just for them