]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - snapcraft.yaml
PCI: PM: Skip devices in D0 for suspend-to-idle
[mirror_ubuntu-bionic-kernel.git] / snapcraft.yaml
1 name: pc-kernel
2 version: null
3 version-script: |
4 . debian/debian.env
5 dpkg-parsechangelog -l $DEBIAN/changelog -S version
6 summary: The Ubuntu generic Linux kernel
7 description: This Ubuntu generic Linux kernel
8 grade: stable
9 confinement: strict
10 type: kernel
11
12 parts:
13 kernel:
14 plugin: kernel
15 source: .
16 source-type: git
17 kconfigflavour: generic
18 kconfigs:
19 - CONFIG_DEBUG_INFO=n
20 override-build: |
21 cp debian/scripts/retpoline-extract-one \
22 $SNAPCRAFT_PART_BUILD/scripts/ubuntu-retpoline-extract-one
23 snapcraftctl build
24 kernel-with-firmware: false
25 firmware:
26 plugin: nil
27 stage-packages:
28 - linux-firmware
29 organize:
30 lib/firmware: firmware
31 prime:
32 - -usr
33 - -lib
34 build-packages:
35 - cpio
36 - libssl-dev