mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-25 05:17:23 +00:00
4042043742
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
21 lines
414 B
BlitzBasic
21 lines
414 B
BlitzBasic
DESCRIPTION = "Linux Integrity Measurement Architecture (IMA) subsystem"
|
|
|
|
include packagegroup-ima.inc
|
|
|
|
DEPENDS += "\
|
|
ima-evm-utils-native \
|
|
attr-native \
|
|
"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
attr \
|
|
ima-inspect \
|
|
util-linux-switch-root.static \
|
|
"
|
|
|
|
# Note any private key is not available if user key signing model used.
|
|
RRECOMMENDS:${PN} += "\
|
|
key-store-ima-cert \
|
|
key-store-system-trusted-cert \
|
|
"
|