blob: d5c27d4aa986b1bef71fe76a0e3799c27502d354 [file] [log] [blame]
Brad Bishopc9ed7202019-06-14 12:33:18 -04001# 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 += "vesnin-layer"
9BBFILE_PATTERN_vesnin-layer = "^${LAYERDIR}/"
Alexander Filippov6c4a93c2020-04-27 17:38:13 +030010LAYERSERIES_COMPAT_vesnin-layer = "warrior zeus dunfell"