mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 11:29:37 +00:00
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:
committed by
Armin Kuster
parent
531f6c1a4d
commit
9549b76a90
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user