X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=snapcraft.yaml;fp=snapcraft.yaml;h=ca731d6c33b9fc77652c57b8e7c8485ee6f96c10;hb=0a7cc07d51ea455c85993c5e8352e39217fd90af;hp=0000000000000000000000000000000000000000;hpb=ade9e091123e29a89fc81f67ad0646d108681221;p=mirror_ubuntu-zesty-kernel.git diff --git a/snapcraft.yaml b/snapcraft.yaml new file mode 100644 index 000000000000..ca731d6c33b9 --- /dev/null +++ b/snapcraft.yaml @@ -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