From patchwork Wed Mar 20 08:31:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 1058933 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 44PNT43KCWz9sNJ; Wed, 20 Mar 2019 19:32:24 +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 1h6We2-0003Bd-7O; Wed, 20 Mar 2019 08:32:18 +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 1h6Wdl-0003Ab-8p for kernel-team@lists.ubuntu.com; Wed, 20 Mar 2019 08:32:01 +0000 Received: from net-5-95-166-237.cust.vodafonedsl.it ([5.95.166.237] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1h6Wdk-0001x8-T7 for kernel-team@lists.ubuntu.com; Wed, 20 Mar 2019 08:32:00 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: packaging: arm64: disable building the snapdragon flavour Date: Wed, 20 Mar 2019 09:31:59 +0100 Message-Id: <1553070719-16911-2-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1553070719-16911-1-git-send-email-paolo.pisati@canonical.com> References: <1553070719-16911-1-git-send-email-paolo.pisati@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://bugs.launchpad.net/bugs/1820868 Signed-off-by: Paolo Pisati Acked-by: Kleber Sacilotto de Souza Acked-by: Stefan Bader --- debian.master/rules.d/arm64.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/rules.d/arm64.mk b/debian.master/rules.d/arm64.mk index 999e4ca8..949b544 100644 --- a/debian.master/rules.d/arm64.mk +++ b/debian.master/rules.d/arm64.mk @@ -2,7 +2,7 @@ human_arch = ARMv8 build_arch = arm64 header_arch = arm64 defconfig = defconfig -flavours = generic snapdragon +flavours = generic build_image = Image.gz kernel_file = arch/$(build_arch)/boot/Image.gz install_file = vmlinuz