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