summaryrefslogtreecommitdiffstats
path: root/meta-integrity/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-integrity/conf/layer.conf')
-rw-r--r--meta-integrity/conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index 917aa86..1d31edd 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -13,13 +13,13 @@ BBFILE_PRIORITY_integrity = "6"
13# Set a variable to get to the top of the metadata location. Needed 13# Set a variable to get to the top of the metadata location. Needed
14# for finding scripts (when following the README.md instructions) and 14# for finding scripts (when following the README.md instructions) and
15# default debug keys (in ima-evm-rootfs.bbclass). 15# default debug keys (in ima-evm-rootfs.bbclass).
16IMA_EVM_BASE := '${LAYERDIR}' 16INTEGRITY_BASE := '${LAYERDIR}'
17 17
18# We must not export this path to all shell scripts (as in "export 18# We must not export this path to all shell scripts (as in "export
19# IMA_EVM_BASE"), because that causes problems with sstate (becames 19# INTEGRITY_BASE"), because that causes problems with sstate (becames
20# dependent on location of the layer). Exporting it to just the 20# dependent on location of the layer). Exporting it to just the
21# interactive shell is enough. 21# interactive shell is enough.
22OE_TERMINAL_EXPORTS += "IMA_EVM_BASE" 22OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
23 23
24LAYERSERIES_COMPAT_integrity = "warrior" 24LAYERSERIES_COMPAT_integrity = "warrior"
25# ima-evm-utils depends on keyutils from meta-security 25# ima-evm-utils depends on keyutils from meta-security