Message ID | 20240205031309.95743-2-masahiro.yamada@canonical.com |
---|---|
State | New |
Headers | show |
Series | Make snapcraft.yaml work | expand |
On Mon, 5 Feb 2024 12:13:08 +0900 Masahiro Yamada <masahiro.yamada@canonical.com> wrote: > This file was added more than a decade ago, and is no longer working. > > BugLink: https://bugs.launchpad.net/bugs/2051468 There is still no SRU justification in the bug report. Why? ...Juerg > Signed-off-by: Masahiro Yamada <masahiro.yamada@canonical.com> > --- > snapcraft.yaml | 36 ------------------------------------ > 1 file changed, 36 deletions(-) > delete mode 100644 snapcraft.yaml > > diff --git a/snapcraft.yaml b/snapcraft.yaml > deleted file mode 100644 > index 2452c4031066..000000000000 > --- a/snapcraft.yaml > +++ /dev/null > @@ -1,36 +0,0 @@ > -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 > - override-build: | > - cp debian/scripts/retpoline-extract-one \ > - $SNAPCRAFT_PART_BUILD/scripts/ubuntu-retpoline-extract-one > - snapcraftctl build > - kernel-with-firmware: false > - firmware: > - plugin: nil > - stage-packages: > - - linux-firmware > - organize: > - lib/firmware: firmware > - prime: > - - -usr > - - -lib > - build-packages: > - - cpio > - - libssl-dev
This is true for noble linux & linux-unstable as well. Applied to linux-unstable. On Mon, 5 Feb 2024 at 03:14, Masahiro Yamada <masahiro.yamada@canonical.com> wrote: > > This file was added more than a decade ago, and is no longer working. > > BugLink: https://bugs.launchpad.net/bugs/2051468 > Signed-off-by: Masahiro Yamada <masahiro.yamada@canonical.com> > --- > snapcraft.yaml | 36 ------------------------------------ > 1 file changed, 36 deletions(-) > delete mode 100644 snapcraft.yaml > > diff --git a/snapcraft.yaml b/snapcraft.yaml > deleted file mode 100644 > index 2452c4031066..000000000000 > --- a/snapcraft.yaml > +++ /dev/null > @@ -1,36 +0,0 @@ > -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 > - override-build: | > - cp debian/scripts/retpoline-extract-one \ > - $SNAPCRAFT_PART_BUILD/scripts/ubuntu-retpoline-extract-one > - snapcraftctl build > - kernel-with-firmware: false > - firmware: > - plugin: nil > - stage-packages: > - - linux-firmware > - organize: > - lib/firmware: firmware > - prime: > - - -usr > - - -lib > - build-packages: > - - cpio > - - libssl-dev > -- > 2.40.1 > > > -- > kernel-team mailing list > kernel-team@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/kernel-team
diff --git a/snapcraft.yaml b/snapcraft.yaml deleted file mode 100644 index 2452c4031066..000000000000 --- a/snapcraft.yaml +++ /dev/null @@ -1,36 +0,0 @@ -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 - override-build: | - cp debian/scripts/retpoline-extract-one \ - $SNAPCRAFT_PART_BUILD/scripts/ubuntu-retpoline-extract-one - snapcraftctl build - kernel-with-firmware: false - firmware: - plugin: nil - stage-packages: - - linux-firmware - organize: - lib/firmware: firmware - prime: - - -usr - - -lib - build-packages: - - cpio - - libssl-dev
This file was added more than a decade ago, and is no longer working. BugLink: https://bugs.launchpad.net/bugs/2051468 Signed-off-by: Masahiro Yamada <masahiro.yamada@canonical.com> --- snapcraft.yaml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 snapcraft.yaml