From b727a4c94d007805c6827774c52ec11799f6c491 Mon Sep 17 00:00:00 2001 From: Kevin Hao Date: Mon, 31 Jul 2023 13:33:16 +0800 Subject: 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 Signed-off-by: Armin Kuster --- recipes-kernel/linux/linux-yocto-rt_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-kernel/linux/linux-yocto-rt_%.bbappend 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)} -- cgit v1.2.3-54-g00ecf