diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-05-26 18:14:01 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-05-28 07:38:52 -0700 |
commit | b2587711d103a945b7ef835b3434c44d17452743 (patch) | |
tree | efdff17768906275e6608854e2bd835fe9a6daf6 | |
parent | 6680225c05bb0834280307c223c3a545b088cbd3 (diff) | |
download | meta-security-b2587711d103a945b7ef835b3434c44d17452743.tar.gz |
layer.conf: add LAYERSERIES_COMPAT
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-integrity/conf/layer.conf | 2 |
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. |
22 | OE_TERMINAL_EXPORTS += "IMA_EVM_BASE" | 22 | OE_TERMINAL_EXPORTS += "IMA_EVM_BASE" |
23 | |||
24 | LAYERSERIES_COMPAT_integrity = "warrior" | ||