ccimx8: set trustfence to only build signed images
Disable all encryption support by default on CC8X and CC8MN platforms so the default built images can be directly built. Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
parent
38d95cf361
commit
0775c592b9
|
|
@ -60,7 +60,9 @@ VIRTUAL-RUNTIME_initscripts ?= "initscripts"
|
|||
|
||||
# TrustFence
|
||||
TRUSTFENCE_SIGN_MODE = "HAB"
|
||||
# TODO: not yet supported
|
||||
# TODO: Encryption not yet supported
|
||||
TRUSTFENCE_DEK_PATH = "0"
|
||||
TRUSTFENCE_INITRAMFS_IMAGE = ""
|
||||
TRUSTFENCE_ENCRYPT_ENVIRONMENT = "0"
|
||||
|
||||
# Adding 'wayland' along with 'x11' enables the xwayland backend
|
||||
|
|
|
|||
|
|
@ -70,7 +70,9 @@ VIRTUAL-RUNTIME_initscripts ?= "initscripts"
|
|||
|
||||
# TrustFence
|
||||
TRUSTFENCE_SIGN_MODE = "AHAB"
|
||||
# TODO: not yet supported
|
||||
# TODO: Encryption not yet supported
|
||||
TRUSTFENCE_DEK_PATH = "0"
|
||||
TRUSTFENCE_INITRAMFS_IMAGE = ""
|
||||
TRUSTFENCE_ENCRYPT_ENVIRONMENT = "0"
|
||||
|
||||
# Adding 'wayland' along with 'x11' enables the xwayland backend
|
||||
|
|
|
|||
Loading…
Reference in New Issue