summaryrefslogtreecommitdiffstats
path: root/meta-integrity
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2020-03-25 14:01:58 +0100
committerArmin Kuster <akuster808@gmail.com>2020-03-27 16:53:25 -0700
commit7f7897590c74d0979748397a655fd3b4b49de7f4 (patch)
tree90f7ec24c1ed77f7354c0b6b0198e5081323e9d9 /meta-integrity
parent47de50efdbd9b86951d90a7ac290aff385e37cad (diff)
downloadmeta-security-7f7897590c74d0979748397a655fd3b4b49de7f4.tar.gz
layer.conf: update LAYERSERIES_COMPAT for dunfell
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-integrity')
-rw-r--r--meta-integrity/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index bfc9c6f..b4edac3 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -21,7 +21,7 @@ INTEGRITY_BASE := '${LAYERDIR}'
21# interactive shell is enough. 21# interactive shell is enough.
22OE_TERMINAL_EXPORTS += "INTEGRITY_BASE" 22OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
23 23
24LAYERSERIES_COMPAT_integrity = "zeus" 24LAYERSERIES_COMPAT_integrity = "dunfell"
25# ima-evm-utils depends on keyutils from meta-oe 25# ima-evm-utils depends on keyutils from meta-oe
26LAYERDEPENDS_integrity = "core openembedded-layer" 26LAYERDEPENDS_integrity = "core openembedded-layer"
27 27