blob: 10dae42b751e4f2152412f5b62db33b2eeca1fe1 [file] [log] [blame]
Jason Linb765e112023-12-06 01:49:31 +00001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "starscream"
9BBFILE_PATTERN_starscream = "^${LAYERDIR}/"
10BBFILE_PRIORITY_starscream = "7"
11LAYERSERIES_COMPAT_starscream = "nanbield scarthgap"