blob: 252e334d18a31db897ac9740380fddfbb1b5d155 [file] [log] [blame]
Brad Bishopc9ed7202019-06-14 12:33:18 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Alexander Filippov2a2102c2020-04-17 19:52:43 +03004# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
Brad Bishopc9ed7202019-06-14 12:33:18 -04008BBFILE_COLLECTIONS += "yadro-layer"
9BBFILE_PATTERN_yadro-layer = "^${LAYERDIR}/"
10BBFILE_PATTERN_IGNORE_EMPTY_yadro-layer = "1"
11
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050012LAYERSERIES_COMPAT_yadro-layer = "kirkstone langdale"