]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
make snap-pkg support
authorPaolo Pisati <paolo.pisati@canonical.com>
Tue, 27 Jun 2017 11:13:05 +0000 (13:13 +0200)
committerSeth Forshee <seth.forshee@canonical.com>
Tue, 5 Sep 2017 12:33:55 +0000 (07:33 -0500)
commit8437ec42c423e6eccac9ca6005294f68789f1c07
tree2df758025c9b81086276be309ef2663eb18d485f
parent4417ec7a7c8dc0c637597ed1ceb64dc1cfad5584
make snap-pkg support

BugLink: http://bugs.launchpad.net/bugs/1700747
This patch integrates snapcraft in the kbuild environment of the Linux kernel.

To use it:

make defconfig
make snap-pkg

or in case of cross-compilation (e.g. arm):

export ARCH=arm; export CROSS_COMPILE=arm-linux-gnueabihf-
make defconfig
make snap-pkg

The resulting kernel snap will be generated in $(objtree)/snap

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
.gitignore
scripts/package/Makefile
scripts/package/snapcraft.template [new file with mode: 0644]