mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 04:36:58 +00:00
meta-ids: install packagegroup-ids if the feature ids configured
Signed-off-by: Jia Zhang <lans.zhang2008@gmail.com>
This commit is contained in:
@@ -12,6 +12,8 @@ SECURE_CORE_IMAGE_EXTRA_INSTALL_append += "\
|
||||
"packagegroup-ima", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "luks", \
|
||||
"packagegroup-luks", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "ids", \
|
||||
"packagegroup-ids", "", d)} \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
|
||||
Reference in New Issue
Block a user