mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-01-12 01:00:15 +00:00
meta-signing-key user-key-store.bbclass: don't req tools from efi-secure-boot
If efi-secure-boot distro flag has not been set, then do not require the sbsigntool, libsign and efitools. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DEPENDS_append_class-target += "\
|
||||
sbsigntool-native \
|
||||
libsign-native \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "efi-secure-boot", "sbsigntool-native", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "efi-secure-boot", "libsign-native", "", d)} \
|
||||
openssl-native \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "efi-secure-boot", "efitools-native gnupg-native", "", d)} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user