[PATCH] deb to snap build script: raspi2: UBUNTU: Ubuntu-4.4.0-1061.62
Paolo Pisati
paolo.pisati at canonical.com
Tue Jul 18 14:24:06 UTC 2017
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 at canonical.com>
---
snapcraft.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
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
--
2.7.4
More information about the kernel-team
mailing list