]>
Commit | Line | Data |
---|---|---|
c78d2a20 TG |
1 | name: ubuntu-generic-kernel |
2 | version: 4.4.0 | |
3 | summary: The generic kernel for snappy | |
4 | description: This is a generic snapped kernel, based off the xenial src and config | |
5 | type: kernel | |
6 | ||
7 | parts: | |
8 | kernel: | |
9 | plugin: kernel | |
10 | source: . | |
c78d2a20 TG |
11 | source-type: git |
12 | kdefconfig: ['--makefile=debian/snapcraft.mk', 'branch=master','flavour=generic', 'config'] | |
13 | kconfigs: | |
14 | - CONFIG_LOCALVERSION="-xenial_generic" | |
15 | - CONFIG_DEBUG_INFO=n | |
c78d2a20 | 16 | kernel-image-target: bzImage |