]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - scripts/package/snapcraft.template
make snap-pkg support
[mirror_ubuntu-bionic-kernel.git] / scripts / package / snapcraft.template
diff --git a/scripts/package/snapcraft.template b/scripts/package/snapcraft.template
new file mode 100644 (file)
index 0000000..2e7ffc8
--- /dev/null
@@ -0,0 +1,14 @@
+name: kernel
+version: KERNELRELEASE
+summary: Linux kernel
+description: The upstream Linux kernel
+grade: stable
+confinement: strict
+type: kernel
+
+parts:
+  kernel:
+    plugin: kernel
+    source: SRCTREE
+    source-type: git
+    kconfigfile: SRCTREE/.config