mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-27 07:27:14 +00:00
meta-integrity: rename IMA_EVM_BASE to INTEGRITY_BASE
data/debug-keys will be reused for demo modsign keys, so rename IMA_EVM_BASE to more generic INTEGRITY_BASE. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>
This commit is contained in:
committed by
Armin Kuster
parent
0a73a14fbb
commit
c9c4e6c228
@@ -13,13 +13,13 @@ BBFILE_PRIORITY_integrity = "6"
|
||||
# Set a variable to get to the top of the metadata location. Needed
|
||||
# for finding scripts (when following the README.md instructions) and
|
||||
# default debug keys (in ima-evm-rootfs.bbclass).
|
||||
IMA_EVM_BASE := '${LAYERDIR}'
|
||||
INTEGRITY_BASE := '${LAYERDIR}'
|
||||
|
||||
# We must not export this path to all shell scripts (as in "export
|
||||
# IMA_EVM_BASE"), because that causes problems with sstate (becames
|
||||
# INTEGRITY_BASE"), because that causes problems with sstate (becames
|
||||
# dependent on location of the layer). Exporting it to just the
|
||||
# interactive shell is enough.
|
||||
OE_TERMINAL_EXPORTS += "IMA_EVM_BASE"
|
||||
OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
|
||||
|
||||
LAYERSERIES_COMPAT_integrity = "warrior"
|
||||
# ima-evm-utils depends on keyutils from meta-security
|
||||
|
||||
Reference in New Issue
Block a user