mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user