From 32dc939812906ffe6fd7e6fe5a2ec4f8716c5529 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Thu, 30 Nov 2023 11:23:24 +0100 Subject: [PATCH] trustfence: create a global variable TRUSTFENCE_ENABLED when the class is added meta-digi layers use many conditionals basing on TRUSTFENCE_SIGN, but this variable may be disabled when the signing process wants to be isolated from the image creation. There are cases when we still need to know if TrustFence is enabled even if the images are not going to be signed. Signed-off-by: Hector Palacios --- meta-digi-dey/classes/trustfence.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-digi-dey/classes/trustfence.bbclass b/meta-digi-dey/classes/trustfence.bbclass index 5ed0eb8f4..6d7834e2e 100644 --- a/meta-digi-dey/classes/trustfence.bbclass +++ b/meta-digi-dey/classes/trustfence.bbclass @@ -9,6 +9,8 @@ # * Disabled console # +TRUSTFENCE_ENABLED = "1" + # Default secure console configuration TRUSTFENCE_CONSOLE_DISABLE ?= "0"