diff mbox series

[meta-security,mickledore,kirkstone] linux-yocto-rt: Add the bbappend for rt kernel

Message ID 20230828025914.2903474-1-kexin.hao@windriver.com
State New
Headers show
Series [meta-security,mickledore,kirkstone] linux-yocto-rt: Add the bbappend for rt kernel | expand

Commit Message

Kevin Hao Aug. 28, 2023, 2:59 a.m. UTC
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>
---
Hi Armin,

We also need this on the mickledore and kirkstone branches, so cherry-pick it
from master.

 recipes-kernel/linux/linux-yocto-rt_%.bbappend | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 recipes-kernel/linux/linux-yocto-rt_%.bbappend
diff mbox series

Patch

diff --git a/recipes-kernel/linux/linux-yocto-rt_%.bbappend b/recipes-kernel/linux/linux-yocto-rt_%.bbappend
new file mode 100644
index 000000000000..79dfeacf8bb0
--- /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)}