summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-05-26 18:14:01 -0700
committerArmin Kuster <akuster808@gmail.com>2019-05-28 07:38:52 -0700
commitb2587711d103a945b7ef835b3434c44d17452743 (patch)
treeefdff17768906275e6608854e2bd835fe9a6daf6
parent6680225c05bb0834280307c223c3a545b088cbd3 (diff)
downloadmeta-security-b2587711d103a945b7ef835b3434c44d17452743.tar.gz
layer.conf: add LAYERSERIES_COMPAT
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-integrity/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index e8bb268..2f696cf 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -20,3 +20,5 @@ IMA_EVM_BASE := '${LAYERDIR}'
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 += "IMA_EVM_BASE"
23
24LAYERSERIES_COMPAT_integrity = "warrior"