blob: 47ce75ec6b3146f88d20b5c4e553fe5618a7330b [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}/"
Andrew Geissler5cbb9c92021-03-31 15:08:43 -050010LAYERSERIES_COMPAT_vesnin-layer = "gatesgarth hardknott"