diff mbox

deb to snap build script: pc: UBUNTU: Ubuntu-4.4.0-83.89

Message ID 1500387719-17654-1-git-send-email-paolo.pisati@canonical.com
State New
Headers show

Commit Message

Paolo Pisati July 18, 2017, 2:21 p.m. UTC
Set snap version to linux-image-generic version, and pass the KERNEL argument to
the Makefile

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
---
 snapcraft.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/snapcraft.yaml b/snapcraft.yaml
index ba29045..23fe5cd 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@ 
 name: pc-kernel
-version: 4.4.0-83.106
+version: 4.4.0.83.89
 summary: generic linux kernel
 description: The generic Ubuntu kernel package as a snap
 type: kernel
@@ -11,6 +11,8 @@  parts:
     source-type: git
     source-branch: master
     plugin: make
+    make-parameters:
+      - KERNEL=linux-pc-image
     build-packages:
       - debootstrap
       - lsb-release