mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-26 22:08:33 +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"
|
BBLAYERS_LAYERINDEX_NAME_ids = "meta-ids"
|
||||||
|
|
||||||
LAYERDEPENDS_ids = "core"
|
LAYERDEPENDS_ids = "\
|
||||||
|
core \
|
||||||
|
networking-layer \
|
||||||
|
"
|
||||||
|
|||||||
@@ -8,5 +8,6 @@ LIC_FILES_CHKSUM = "\
|
|||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
RDEPENDS_${PN} += "\
|
RDEPENDS_${PN} += "\
|
||||||
|
snort \
|
||||||
mtree \
|
mtree \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ SECURE_CORE_IMAGE_EXTRA_INSTALL_append += "\
|
|||||||
"packagegroup-ima", "", d)} \
|
"packagegroup-ima", "", d)} \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "luks", \
|
${@bb.utils.contains("DISTRO_FEATURES", "luks", \
|
||||||
"packagegroup-luks", "", d)} \
|
"packagegroup-luks", "", d)} \
|
||||||
|
${@bb.utils.contains("DISTRO_FEATURES", "ids", \
|
||||||
|
"packagegroup-ids", "", d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL = "\
|
IMAGE_INSTALL = "\
|
||||||
|
|||||||
Reference in New Issue
Block a user