blob: 38ab9a53c86c278e4078671f836d34c21d5c04f1 [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 Williams9d21a942023-11-24 18:20:05 -060011LAYERSERIES_COMPAT_yosemite4-layer := "nanbield scarthgap"