From 39d373acd17f1b992c6c768cef62757371e1daa1 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 1 Aug 2023 11:14:38 -0400 Subject: 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 --- 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 (limited to 'meta-tpm') 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)} -- cgit v1.2.3-54-g00ecf