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 <hector.palacios@digi.com>
This commit is contained in:
parent
b9b883d47c
commit
32dc939812
|
|
@ -9,6 +9,8 @@
|
||||||
# * Disabled console
|
# * Disabled console
|
||||||
#
|
#
|
||||||
|
|
||||||
|
TRUSTFENCE_ENABLED = "1"
|
||||||
|
|
||||||
# Default secure console configuration
|
# Default secure console configuration
|
||||||
TRUSTFENCE_CONSOLE_DISABLE ?= "0"
|
TRUSTFENCE_CONSOLE_DISABLE ?= "0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue