From 2938ff83901ae014df187b15ca269f5999a498f7 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Tue, 6 Feb 2024 17:29:34 +0000 Subject: [PATCH] UBUNTU: [Packaging] Remove old snapcraft.yaml 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 Signed-off-by: Dimitri John Ledkov --- snapcraft.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 snapcraft.yaml diff --git a/snapcraft.yaml b/snapcraft.yaml deleted file mode 100644 index 2530be0a9d71..000000000000 --- a/snapcraft.yaml +++ /dev/null @@ -1,32 +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 - kernel-with-firmware: false - firmware: - plugin: nil - stage-packages: - - linux-firmware - organize: - lib/firmware: firmware - prime: - - -usr - - -lib - build-packages: - - cpio - - libssl-dev