From patchwork Wed Jul 26 15:49:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 793991 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 3xHfgT3x4bz9s3T; Thu, 27 Jul 2017 01:49:41 +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 1daOZ8-000587-Gs; Wed, 26 Jul 2017 15:49:38 +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 1daOYz-000566-1t for kernel-team@lists.ubuntu.com; Wed, 26 Jul 2017 15:49:29 +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 1daOYy-0005cy-OU for kernel-team@lists.ubuntu.com; Wed, 26 Jul 2017 15:49:28 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] [aws branch] UBUNTU: Ubuntu-4.4.0.1026.29 Date: Wed, 26 Jul 2017 17:49:25 +0200 Message-Id: <1501084166-15636-6-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1501084166-15636-1-git-send-email-paolo.pisati@canonical.com> References: <1501084166-15636-1-git-send-email-paolo.pisati@canonical.com> 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 Signed-off-by: Paolo Pisati --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index c329e41..ca96d5e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: aws-kernel -version: 4.4.0-1026.35 +version: 4.4.0.1026.29 summary: AWS linux kernel description: The AWS Ubuntu custom kernel package as a snap type: kernel @@ -12,7 +12,7 @@ parts: source-branch: master plugin: make make-parameters: - - PACKAGE=linux-aws + - KERNEL=linux-image-aws build-packages: - debootstrap - lsb-release