diff options
| -rw-r--r-- | meta-tpm/recipes-core/systemd/systemd-boot_%.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-tpm/recipes-core/systemd/systemd-boot_%.bbappend b/meta-tpm/recipes-core/systemd/systemd-boot_%.bbappend new file mode 100644 index 0000000..712a764 --- /dev/null +++ b/meta-tpm/recipes-core/systemd/systemd-boot_%.bbappend | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | DEPENDS += "\ | ||
| 2 | ${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', 'tpm2-tss libtss2 libtss2-tcti-device', '', d)} \ | ||
| 3 | " | ||
| 4 | |||
| 5 | EXTRA_OEMESON:append= "\ | ||
| 6 | ${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', '-Dtpm2=true', '', d)} \ | ||
| 7 | " | ||
