diff mbox series

[meta-security,1/2] meta-tpm linux-yocto-rt: Add the bbappend for rt kernel

Message ID 20230803123450.309537-1-akuster808@gmail.com
State New
Headers show
Series [meta-security,1/2] meta-tpm linux-yocto-rt: Add the bbappend for rt kernel | expand

Commit Message

akuster808 Aug. 3, 2023, 12:34 p.m. UTC
So that the security features in this layer can be used on the
rt kernel.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-tpm/recipes-kernel/linux/linux-yocto-rt_%.bbappend | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 meta-tpm/recipes-kernel/linux/linux-yocto-rt_%.bbappend
diff mbox series

Patch

diff --git a/meta-tpm/recipes-kernel/linux/linux-yocto-rt_%.bbappend b/meta-tpm/recipes-kernel/linux/linux-yocto-rt_%.bbappend
new file mode 100644
index 0000000..e8027ff
--- /dev/null
+++ b/meta-tpm/recipes-kernel/linux/linux-yocto-rt_%.bbappend
@@ -0,0 +1 @@ 
+require ${@bb.utils.contains_any('DISTRO_FEATURES', 'tpm tpm2', 'linux-yocto_tpm.inc', '', d)}