mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 13:30:33 +00:00
meta-*: add LAYERSERIES_COMPAT to layer.conf files
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "security"
|
|||||||
BBFILE_PATTERN_security = "^${LAYERDIR}/"
|
BBFILE_PATTERN_security = "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_security = "6"
|
BBFILE_PRIORITY_security = "6"
|
||||||
|
|
||||||
|
LAYERSERIES_COMPAT_security = "sumo"
|
||||||
|
|
||||||
LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
|
LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
|
||||||
LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}"
|
LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}"
|
||||||
LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}"
|
LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}"
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ BBFILE_COLLECTIONS += "scanners-layer"
|
|||||||
BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
|
BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_scanners-layer = "6"
|
BBFILE_PRIORITY_scanners-layer = "6"
|
||||||
|
|
||||||
|
LAYERSERIES_COMPAT_scanners-layer = "sumo"
|
||||||
|
|
||||||
LAYERDEPENDS_scanners-layer = " \
|
LAYERDEPENDS_scanners-layer = " \
|
||||||
core \
|
core \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ BBFILE_COLLECTIONS += "tpm-layer"
|
|||||||
BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
|
BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_tpm-layer = "6"
|
BBFILE_PRIORITY_tpm-layer = "6"
|
||||||
|
|
||||||
|
LAYERSERIES_COMPAT_tpm-layer = "sumo"
|
||||||
|
|
||||||
LAYERDEPENDS_tpm-layer = " \
|
LAYERDEPENDS_tpm-layer = " \
|
||||||
core \
|
core \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user