blob: 29c59f2c4a8554123b5452232d94abc976afe697 [file] [log] [blame]
Delphine CC Chiu256db822023-06-29 14:57:56 +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 += "yosemite4-layer"
9BBFILE_PATTERN_yosemite4-layer := "^${LAYERDIR}/"
10
Patrick Williamscd7d5b52024-12-14 14:50:55 -050011LAYERSERIES_COMPAT_yosemite4-layer := "scarthgap styhead"