diff mbox series

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

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

Commit Message

Kevin Hao July 31, 2023, 5:33 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>
---
 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)}