summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2023-07-31 13:33:16 +0800
committerArmin Kuster <akuster808@gmail.com>2023-08-06 11:31:18 -0400
commitb727a4c94d007805c6827774c52ec11799f6c491 (patch)
tree7c1ec4747f22b56f663f196e127f056111a7eb26
parent02f285b2769dfe77159e01a78c0d844afc9b7241 (diff)
downloadmeta-security-b727a4c94d007805c6827774c52ec11799f6c491.tar.gz
linux-yocto-rt: Add the bbappend for rt kernel
So that the security features in this layer can be used on the rt kernel. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-yocto-rt_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto-rt_%.bbappend b/recipes-kernel/linux/linux-yocto-rt_%.bbappend
new file mode 100644
index 0000000..79dfeac
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto-rt_%.bbappend
@@ -0,0 +1 @@
require ${@bb.utils.contains('DISTRO_FEATURES', 'security', 'linux-yocto_security.inc', '', d)}