blob: f07532c5373fa4e3e44e8df05d38b2a5107fd080 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "scanners-layer"
8BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009BBFILE_PRIORITY_scanners-layer = "10"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053010
Andrew Geisslerea144b032023-01-27 16:03:57 -060011LAYERSERIES_COMPAT_scanners-layer = "mickledore"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053012
Brad Bishop26bdd442019-08-16 17:08:17 -040013LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
Brad Bishop9a533952019-12-19 16:39:26 -050014
15BBLAYERS_LAYERINDEX_NAME_scanners-layer = "meta-security-compliance"