meta-digi-dey: trustfence: disable encryption for the ConnectCore 6UL
Encryption of U-Boot and kernel images is not yet supported in the Connect Core 6 UL. Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
4070d9efae
commit
454fff56ba
|
|
@ -22,6 +22,7 @@ TRUSTFENCE_CONSOLE_DISABLE ?= "0"
|
||||||
TRUSTFENCE_SIGN ?= "1"
|
TRUSTFENCE_SIGN ?= "1"
|
||||||
TRUSTFENCE_SIGN_KEYS_PATH ?= "default"
|
TRUSTFENCE_SIGN_KEYS_PATH ?= "default"
|
||||||
TRUSTFENCE_DEK_PATH ?= "default"
|
TRUSTFENCE_DEK_PATH ?= "default"
|
||||||
|
TRUSTFENCE_DEK_PATH_ccimx6ul = "0"
|
||||||
TRUSTFENCE_ENCRYPT_ENVIRONMENT ?= "1"
|
TRUSTFENCE_ENCRYPT_ENVIRONMENT ?= "1"
|
||||||
|
|
||||||
# Trustfence initramfs image recipe
|
# Trustfence initramfs image recipe
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue