blob: 75d9c0f6992d7b3a61b0c07c6aba35acc50356c4 [file] [log] [blame]
Alexander Filippov0f043772019-06-03 11:35:03 +03001# 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 Filippov27e7dd32019-10-18 12:30:56 +030010LAYERSERIES_COMPAT_vesnin-layer = "warrior zeus"