From 15061e3a4e1ade2129c0019c0c62e585a8efcb9a Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Thu, 5 Mar 2020 07:24:54 -0800 Subject: linux-yocto: update the bbappend to 5.x As linux-yocto upgraded to 5.x in oe-core, update the bbappend to 5.x to remove the warning: WARNING: No recipes available for: /buildarea/layers/meta-security/recipes-kernel/linux/linux-yocto_4.%.bbappend Signed-off-by: Mingli Yu [Droped 4.x part] Signed-off-by: Armin Kuster --- recipes-kernel/linux/linux-yocto_5.%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto_5.%.bbappend diff --git a/recipes-kernel/linux/linux-yocto_5.%.bbappend b/recipes-kernel/linux/linux-yocto_5.%.bbappend new file mode 100644 index 0000000..39d4e6f --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_5.%.bbappend @@ -0,0 +1,2 @@ +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