From patchwork Tue Jul 18 14:25:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 790308 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 3xBjBB5h3Hz9t2M; Wed, 19 Jul 2017 00:25:38 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1dXTRP-0000dj-QB; Tue, 18 Jul 2017 14:25:35 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1dXTRK-0000d1-Fk for kernel-team@lists.ubuntu.com; Tue, 18 Jul 2017 14:25:30 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1dXTRK-0006xP-5q for kernel-team@lists.ubuntu.com; Tue, 18 Jul 2017 14:25:30 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] deb to snap build script: snapdragon: Ubuntu-4.4.0-1063.56 Date: Tue, 18 Jul 2017 16:25:29 +0200 Message-Id: <1500387929-18073-1-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 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-bounces@lists.ubuntu.com Set snap version to linux-image-snapdragon version, stop building from -proposed and pass the KERNEL argument to the Makefile Signed-off-by: Paolo Pisati --- snapcraft.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 10fe596..5996688 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: dragonboard-kernel -version: 4.4.0-1063.68 +version: 4.4.0.1063.56 summary: The canonical snapdragon arm64 kernel description: The Ubuntu linux-snapdragon kernel package as a snap type: kernel @@ -12,7 +12,8 @@ parts: source-branch: master plugin: make make-parameters: - - PROPOSED=true + - KERNEL=linux-image-snapdragon + - PKGS=linux-firmware-snapdragon build-packages: - debootstrap - lsb-release