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>
This commit is contained in:
Dmitry Eremin-Solenikov
2019-07-29 13:45:47 +03:00
committed by Armin Kuster
parent 531f6c1a4d
commit 9549b76a90

View File

@@ -22,5 +22,5 @@ INTEGRITY_BASE := '${LAYERDIR}'
OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
LAYERSERIES_COMPAT_integrity = "warrior"
# ima-evm-utils depends on keyutils from meta-security
LAYERDEPENDS_integrity = "core security"
# ima-evm-utils depends on keyutils from meta-oe
LAYERDEPENDS_integrity = "core openembedded-layer"