https://github.com/torvalds/linux
Revision 1221ffab3e8e42c17c6c54cf60e037abd76e199a authored by Seth Forshee on 13 February 2018, 17:34:40 UTC, committed by Seth Forshee on 13 February 2018, 17:34:40 UTC
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
1 parent 7e71203
Raw File
Tip revision: 1221ffab3e8e42c17c6c54cf60e037abd76e199a authored by Seth Forshee on 13 February 2018, 17:34:40 UTC
UBUNTU: Ubuntu-4.15.0-10.11
Tip revision: 1221ffa
snapcraft.yaml
name: pc-kernel
version: null
version-script: |
    . debian/debian.env
    dpkg-parsechangelog -l $DEBIAN/changelog -S version
summary: The Ubuntu generic Linux kernel
description: This Ubuntu generic Linux kernel
grade: stable
confinement: strict
type: kernel

parts:
  kernel:
    plugin: kernel
    source: .
    source-type: git
    kconfigflavour: generic
    kconfigs:
      - CONFIG_DEBUG_INFO=n
  firmware:
    plugin: nil
    stage-packages:
      - linux-firmware
    organize:
      lib/firmware: firmware
    prime:
      - -usr
      - -lib
    build-packages:
      - cpio
      - libssl-dev
back to top