All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][mickledore,kirkstone][PATCH] linux-yocto-rt: Add the bbappend for rt kernel
@ 2023-08-28  2:59 Kevin Hao
  0 siblings, 0 replies; only message in thread
From: Kevin Hao @ 2023-08-28  2:59 UTC (permalink / raw)
  To: yocto; +Cc: Armin Kuster

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 --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)}
-- 
2.39.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-28  2:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-28  2:59 [meta-security][mickledore,kirkstone][PATCH] linux-yocto-rt: Add the bbappend for rt kernel Kevin Hao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.