blob: 646ec6778de10e236c2ea0aae47bab61487dc86b [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 Williamsa7e82f12025-07-23 11:27:13 -040011LAYERSERIES_COMPAT_yosemite4-layer := "whinlatter walnascar"