From a3f528862434d8e0cbdfe7849a000060ec66ddd3 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 24 Feb 2020 16:45:49 +0100 Subject: linux: drop the bbappend for linux v4.x series v4.19 LTS has been dropped in poky in favor of v5.4. Drop the bbappend from meta-security as right now the build fails. Signed-off-by: Bartosz Golaszewski Signed-off-by: Armin Kuster --- recipes-kernel/linux/linux-yocto_4.%.bbappend | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto_4.%.bbappend diff --git a/recipes-kernel/linux/linux-yocto_4.%.bbappend b/recipes-kernel/linux/linux-yocto_4.%.bbappend deleted file mode 100644 index 39d4e6f..0000000 --- a/recipes-kernel/linux/linux-yocto_4.%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", " features/apparmor/apparmor.scc", "" ,d)}" -KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "smack", " features/smack/smack.scc", "" ,d)}" -- cgit v1.2.3-54-g00ecf