summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-08-01 11:14:38 -0400
committerArmin Kuster <akuster808@gmail.com>2023-08-06 11:31:18 -0400
commit39d373acd17f1b992c6c768cef62757371e1daa1 (patch)
tree65f611539a673b821fbf312a5327da4acc633443
parentb727a4c94d007805c6827774c52ec11799f6c491 (diff)
downloadmeta-security-39d373acd17f1b992c6c768cef62757371e1daa1.tar.gz
meta-tpm 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: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-kernel/linux/linux-yocto-rt_%.bbappend1
1 files changed, 1 insertions, 0 deletions
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)}