From 0775c592b99d11d1ae69fe3ed8a3791881e5501c Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Thu, 4 Jun 2020 11:42:15 +0200 Subject: [PATCH] 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 --- meta-digi-arm/conf/machine/include/ccimx8mn.inc | 4 +++- meta-digi-arm/conf/machine/include/ccimx8x.inc | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/conf/machine/include/ccimx8mn.inc b/meta-digi-arm/conf/machine/include/ccimx8mn.inc index 46997bed8..2dbc85263 100644 --- a/meta-digi-arm/conf/machine/include/ccimx8mn.inc +++ b/meta-digi-arm/conf/machine/include/ccimx8mn.inc @@ -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 diff --git a/meta-digi-arm/conf/machine/include/ccimx8x.inc b/meta-digi-arm/conf/machine/include/ccimx8x.inc index b4f79cf6f..be580ff8c 100644 --- a/meta-digi-arm/conf/machine/include/ccimx8x.inc +++ b/meta-digi-arm/conf/machine/include/ccimx8x.inc @@ -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