mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-01-12 01:00:15 +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:
@@ -11,4 +11,7 @@ BBFILE_PRIORITY_ids = "10"
|
||||
|
||||
BBLAYERS_LAYERINDEX_NAME_ids = "meta-ids"
|
||||
|
||||
LAYERDEPENDS_ids = "core"
|
||||
LAYERDEPENDS_ids = "\
|
||||
core \
|
||||
networking-layer \
|
||||
"
|
||||
|
||||
@@ -8,5 +8,6 @@ LIC_FILES_CHKSUM = "\
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
snort \
|
||||
mtree \
|
||||
"
|
||||
|
||||
@@ -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