blob: 9144ca541d0dd075460e3744476c45bff43da178 [file] [log] [blame]
Vijay Khemka42a32b72019-12-01 19:33:29 -08001# 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 += "yosemitev2-layer"
Patrick Williams6f746642021-08-06 07:40:55 -05009BBFILE_PATTERN:yosemitev2-layer := "^${LAYERDIR}/"
Vijay Khemka42a32b72019-12-01 19:33:29 -080010
Patrick Williams6f746642021-08-06 07:40:55 -050011LAYERSERIES_COMPAT:yosemitev2-layer := "gatesgarth hardknott"