]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - snapcraft.yaml
Revert "UBUNTU: SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using...
[mirror_ubuntu-artful-kernel.git] / snapcraft.yaml
CommitLineData
c78d2a20
TG
1name: ubuntu-generic-kernel
2version: 4.4.0
3summary: The generic kernel for snappy
4description: This is a generic snapped kernel, based off the xenial src and config
5type: kernel
6
7parts:
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