]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - snapcraft.yaml
UBUNTU: Ubuntu-4.8.0-7.8
[mirror_ubuntu-zesty-kernel.git] / snapcraft.yaml
diff --git a/snapcraft.yaml b/snapcraft.yaml
new file mode 100644 (file)
index 0000000..ca731d6
--- /dev/null
@@ -0,0 +1,16 @@
+name: snappygenerickernel
+version: 4.4.0
+summary: The generic kernel for snappy
+description: This is a generic snapped kernel, based off the xenial src and config
+type: kernel
+
+parts:
+  kernel:
+    plugin: kernel
+    source: .
+    source-type: git
+    kdefconfig: ['--makefile=debian/snapcraft.mk', 'branch=master','flavour=generic', 'config']
+    kconfigs:
+      - CONFIG_LOCALVERSION="-xenial_generic"
+      - CONFIG_DEBUG_INFO=n
+    kernel-image-target: bzImage