[PATCH] [SRU] [X/raspi2] UBUNTU: SAUCE: snapcraft.yaml build file
Paolo Pisati
paolo.pisati at canonical.com
Thu Jul 28 13:51:00 UTC 2016
NOTA BENE: this snapcraft.yaml will be functional only after the next rebase on xenial/master,
since it requires the helper debian/snapcraft.mk file only present in
xenial/master-next at the moment
Signed-off-by: Paolo Pisati <paolo.pisati at canonical.com>
---
snapcraft.yaml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 snapcraft.yaml
diff --git a/snapcraft.yaml b/snapcraft.yaml
new file mode 100644
index 0000000..97abbb6
--- /dev/null
+++ b/snapcraft.yaml
@@ -0,0 +1,16 @@
+name: ubuntu-raspi2-kernel
+version: 4.4.0
+summary: The Raspberry Pi 2/3 kernel for snappy
+description: This is a snapped kernel, based off the xenial raspi2 branch and config
+type: kernel
+
+parts:
+ kernel:
+ plugin: kernel
+ source: .
+ source-type: git
+ kdefconfig: ['--makefile=debian/snapcraft.mk', 'branch=raspi2','flavour=raspi2', 'config']
+ kconfigs:
+ - CONFIG_LOCALVERSION="-xenial_raspi2"
+ - CONFIG_DEBUG_INFO=n
+ kernel-image-target: zImage
--
2.7.4
More information about the kernel-team
mailing list