summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>2019-07-29 13:45:47 +0300
committerArmin Kuster <akuster808@gmail.com>2019-08-07 07:09:50 -0700
commit9549b76a9073bf7da9e3183f118c02bf365f8021 (patch)
tree9710fda4c866df82984408db33613c022917c6aa
parent531f6c1a4d12607305b2709868d014792924cd74 (diff)
downloadmeta-security-9549b76a9073bf7da9e3183f118c02bf365f8021.tar.gz
layer.conf: switch to keyutils from meta-oe
As pointer by Martin Jansa, keyutils package is now a part of meta-oe, so switch to using keyutils from that layer. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-integrity/conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index 1d31edd..41989da 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -22,5 +22,5 @@ INTEGRITY_BASE := '${LAYERDIR}'
22OE_TERMINAL_EXPORTS += "INTEGRITY_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-oe
26LAYERDEPENDS_integrity = "core security" 26LAYERDEPENDS_integrity = "core openembedded-layer"