diff mbox

deb to snap build script: raspi2: UBUNTU: Ubuntu-4.4.0-1061.62

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

Commit Message

Paolo Pisati July 18, 2017, 2:24 p.m. UTC
Set snap version to linux-image-raspi2 version, stop building from -proposed
and pass the KERNEL argument to the Makefile

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

Patch

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 6657c1c..5df5e12 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@ 
 name: pi2-kernel
-version: 4.4.0-1061.69
+version: 4.4.0.1061.62
 summary: The canonical raspi2 armhf kernel
 description: The Ubuntu linux-raspi2 kernel package as a snap
 type: kernel
@@ -12,7 +12,8 @@  parts:
     source-branch: master
     plugin: make
     make-parameters:
-      - PROPOSED=true
+      - KERNEL=linux-image-raspi2
+      - PKGS=raspberrypi-wireless-firmware bluez-firmware
     build-packages:
       - debootstrap
       - lsb-release