meta-digi-arm: enable Trustfence root file system encryption support

Signed-off-by: Mike Engel <Mike.Engel@digi.com>

https://jira.digi.com/browse/DEL-7163
This commit is contained in:
Mike Engel 2020-07-14 14:40:23 +02:00
parent 16a429a037
commit faa088982b
2 changed files with 0 additions and 2 deletions

View File

@ -62,7 +62,6 @@ VIRTUAL-RUNTIME_initscripts ?= "initscripts"
TRUSTFENCE_SIGN_MODE = "HAB" TRUSTFENCE_SIGN_MODE = "HAB"
# TODO: Encryption not yet supported # TODO: Encryption not yet supported
TRUSTFENCE_DEK_PATH = "0" TRUSTFENCE_DEK_PATH = "0"
TRUSTFENCE_INITRAMFS_IMAGE = ""
TRUSTFENCE_ENCRYPT_ENVIRONMENT = "0" TRUSTFENCE_ENCRYPT_ENVIRONMENT = "0"
# Adding 'wayland' along with 'x11' enables the xwayland backend # Adding 'wayland' along with 'x11' enables the xwayland backend

View File

@ -72,7 +72,6 @@ VIRTUAL-RUNTIME_initscripts ?= "initscripts"
TRUSTFENCE_SIGN_MODE = "AHAB" TRUSTFENCE_SIGN_MODE = "AHAB"
# TODO: Encryption not yet supported # TODO: Encryption not yet supported
TRUSTFENCE_DEK_PATH = "0" TRUSTFENCE_DEK_PATH = "0"
TRUSTFENCE_INITRAMFS_IMAGE = ""
TRUSTFENCE_ENCRYPT_ENVIRONMENT = "0" TRUSTFENCE_ENCRYPT_ENVIRONMENT = "0"
# Adding 'wayland' along with 'x11' enables the xwayland backend # Adding 'wayland' along with 'x11' enables the xwayland backend