From 4585f1e8c95435d60dd3a5287b25c7076347a3c9 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 7 May 2017 22:39:03 -0700 Subject: tpm: move to a sub layer Signed-off-by: Armin Kuster --- meta-tpm/recipes-kernel/linux/linux-yocto_4.10.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-tpm/recipes-kernel/linux/linux-yocto_4.10.bbappend (limited to 'meta-tpm/recipes-kernel') diff --git a/meta-tpm/recipes-kernel/linux/linux-yocto_4.10.bbappend b/meta-tpm/recipes-kernel/linux/linux-yocto_4.10.bbappend new file mode 100644 index 0000000..e6b3c65 --- /dev/null +++ b/meta-tpm/recipes-kernel/linux/linux-yocto_4.10.bbappend @@ -0,0 +1,5 @@ +# +# TPM kernel support + +KERNEL_FEATURES_append += "${@bb.utils.contains('DISTRO_FEATURES', 'tpm', ' features/tpm/tpm.scc', '', d)}" + -- cgit v1.2.3-54-g00ecf