blob: 8a759e5ef58cf81cb38c29cae391bfaec13744e6 [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"
9BBFILE_PATTERN_yosemitev2-layer := "^${LAYERDIR}/"
10
Vijay Khemkadcf559f2020-04-27 13:39:39 -070011LAYERSERIES_COMPAT_yosemitev2-layer := "warrior zeus dunfell"