blob: 81759fe5106418331165d3d6e01d80e0bb6bb6d5 [file] [log] [blame]
Rick Altherrb7975ed2017-01-30 13:43:55 -08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Patrick Venture404ab0e2019-05-16 17:33:15 -07004# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "quanta-layer"
9BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/"
Patrick Venture36335f82019-09-19 12:31:29 -070010LAYERSERIES_COMPAT_quanta-layer = "warrior zeus"