board/common: Fix trusted key installation logic

Rather than using the creation of a signed image as a proxy for
whether the trusted keys should be installed RAUC/U-Boot's trust
stores, use the dedicated option.
This commit is contained in:
Tobias Waldekranz
2025-12-03 16:45:59 +01:00
parent 218cf5ccdb
commit f0d56691c7
+1 -1
View File
@@ -1,4 +1,4 @@
ifeq ($(SIGN_ENABLED),y)
ifeq ($(TRUSTED_KEYS),y)
include $(BR2_EXTERNAL_INFIX_PATH)/board/common/uboot/uboot.mk
TRUSTED_KEYS=$(TRUSTED_KEYS_DEVELOPMENT_PATH) $(TRUSTED_KEYS_EXTRA_PATH)