blob: 861d65acf92003a0b15370a98da7bd924d556872 [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 Williams49f18cb2021-08-09 21:46:55 -05009BBFILE_PATTERN_yosemitev2-layer := "^${LAYERDIR}/"
Vijay Khemka42a32b72019-12-01 19:33:29 -080010
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060011LAYERSERIES_COMPAT_yosemitev2-layer := "langdale mickledore"