From 909a8c9e8383e851d0534d4206c2bb044849c782 Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Thu, 2 Jan 2020 17:58:37 +0100 Subject: [PATCH] Revert "ccimx8x: prohibit dey-image-qt from building when trustfence is enabled" Added Trusfence support for the CC8X. This reverts commit 8b5c7100365b7e6136413fa30d87b501a3fa9de9. https://jira.digi.com/browse/DEL-6917 --- meta-digi-dey/classes/trustfence.bbclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-digi-dey/classes/trustfence.bbclass b/meta-digi-dey/classes/trustfence.bbclass index a443606a7..c54b3b933 100644 --- a/meta-digi-dey/classes/trustfence.bbclass +++ b/meta-digi-dey/classes/trustfence.bbclass @@ -36,10 +36,6 @@ python () { import hashlib import os - if ("ccimx8x" in d.getVar("MACHINE", True)): - bb.fatal("Trustfence is not currently supported on the ccimx8x SOM") - return - # Secure console configuration if (d.getVar("TRUSTFENCE_CONSOLE_DISABLE", True) == "1"): d.appendVar("UBOOT_EXTRA_CONF", "CONFIG_CONSOLE_DISABLE=y ")