mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
b9eb2b4d82
The priority change on sumo version without any description. Since then is very hard to add in other layers a new version of any recipe on this layer with such priority so these patch reverts the priority back to 6. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
16 lines
515 B
Plaintext
16 lines
515 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "scanners-layer"
|
|
BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_scanners-layer = "6"
|
|
|
|
LAYERSERIES_COMPAT_scanners-layer = "mickledore"
|
|
|
|
LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
|
|
|
|
BBLAYERS_LAYERINDEX_NAME_scanners-layer = "meta-security-compliance"
|