diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-05-07 22:39:03 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-05-14 07:56:43 -0700 |
| commit | 4585f1e8c95435d60dd3a5287b25c7076347a3c9 (patch) | |
| tree | 9be1977ee4fb8e0aff3f901db7da0e95cce3ac63 /meta-tpm/recipes-kernel | |
| parent | 6eac21cf4a7653753d87772c497ac14b8b6e3e67 (diff) | |
| download | meta-security-4585f1e8c95435d60dd3a5287b25c7076347a3c9.tar.gz | |
tpm: move to a sub layer
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/recipes-kernel')
| -rw-r--r-- | meta-tpm/recipes-kernel/linux/linux-yocto_4.10.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 1 | # | ||
| 2 | # TPM kernel support | ||
| 3 | |||
| 4 | KERNEL_FEATURES_append += "${@bb.utils.contains('DISTRO_FEATURES', 'tpm', ' features/tpm/tpm.scc', '', d)}" | ||
| 5 | |||
