[PATCH] [SRU] [X/snapdragon] UBUNTU: SAUCE: snapcraft.yaml build file
Paolo Pisati
paolo.pisati at canonical.com
Thu Jul 28 13:52:58 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..b23fc31
--- /dev/null
+++ b/snapcraft.yaml
@@ -0,0 +1,16 @@
+name: ubuntu-snapdragon-kernel
+version: 4.4.0
+summary: The 96Board's Dragonboard kernel for snappy
+description: This is a snapped kernel, based off the xenial snapdragon branch and config
+type: kernel
+
+parts:
+ kernel:
+ plugin: kernel
+ source: .
+ source-type: git
+ kdefconfig: ['--makefile=debian/snapcraft.mk', 'branch=snapdragon','flavour=snapdragon', 'config']
+ kconfigs:
+ - CONFIG_LOCALVERSION="-xenial_snapdragon"
+ - CONFIG_DEBUG_INFO=n
+ kernel-image-target: Image
--
2.7.4
More information about the kernel-team
mailing list