mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 11:29:37 +00:00
layer.conf: add dependency on meta-security
ima-evm-utils recipe depends on keyutils recipe which is a part of meta-security 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:
@@ -22,3 +22,5 @@ IMA_EVM_BASE := '${LAYERDIR}'
|
||||
OE_TERMINAL_EXPORTS += "IMA_EVM_BASE"
|
||||
|
||||
LAYERSERIES_COMPAT_integrity = "warrior"
|
||||
# ima-evm-utils depends on keyutils from meta-security
|
||||
LAYERDEPENDS_integrity = "core security"
|
||||
|
||||
Reference in New Issue
Block a user