blob: 0b75f134729aad5a7b5c14017128e2ab10f51d31 [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
11LAYERSERIES_COMPAT_yosemite4-layer := "langdale mickledore"