summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-03-05 07:24:54 -0800
committerArmin Kuster <akuster808@gmail.com>2020-03-05 08:06:44 -0800
commit15061e3a4e1ade2129c0019c0c62e585a8efcb9a (patch)
tree0bdd5ce434fd27ec0ca07932711481e08c4dde15
parentb23e7eac2d4f40acf1d40cb3d8ba9dc2756d37f7 (diff)
downloadmeta-security-15061e3a4e1ade2129c0019c0c62e585a8efcb9a.tar.gz
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 <mingli.yu@windriver.com> [Droped 4.x part] Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-yocto_5.%.bbappend2
1 files changed, 2 insertions, 0 deletions
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 @@
1KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", " features/apparmor/apparmor.scc", "" ,d)}"
2KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "smack", " features/smack/smack.scc", "" ,d)}"