From patchwork Wed Nov 1 07:18:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wen-chien Jesse Sung X-Patchwork-Id: 832859 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=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3yRfjB3syxz9t2m; Wed, 1 Nov 2017 18:19:10 +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 1e9nIk-00028G-Ow; Wed, 01 Nov 2017 07:19:02 +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 1e9nIh-00026J-MJ for kernel-team@lists.ubuntu.com; Wed, 01 Nov 2017 07:18:59 +0000 Received: from 1.general.jesse.uk.vpn ([10.172.197.96] helo=cola.voip.idv.tw) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1e9nIh-0006UW-0a; Wed, 01 Nov 2017 07:18:59 +0000 From: Wen-chien Jesse Sung To: kernel-team@lists.ubuntu.com Subject: [linux-euclid][PATCH 3/3] UBUNTU: Stop producing signed package Date: Wed, 1 Nov 2017 15:18:52 +0800 Message-Id: <1509520732-26403-3-git-send-email-jesse.sung@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1509520732-26403-1-git-send-email-jesse.sung@canonical.com> References: <1509520732-26403-1-git-send-email-jesse.sung@canonical.com> 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: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://launchpad.net/bugs/1726793 Signed-off-by: Wen-chien Jesse Sung --- debian.euclid/rules.d/amd64.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.euclid/rules.d/amd64.mk b/debian.euclid/rules.d/amd64.mk index e41b2cc..4ae09ee 100644 --- a/debian.euclid/rules.d/amd64.mk +++ b/debian.euclid/rules.d/amd64.mk @@ -9,7 +9,7 @@ install_file = vmlinuz loader = grub vdso = vdso_install no_dumpfile = true -uefi_signed = true +uefi_signed = false do_tools_usbip = true do_tools_cpupower = true do_tools_perf = true