blob: 3777494ac1e4f92f2dbd2d925a470be029dd4dd5 [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
Patrick Williams1222bd42023-11-24 10:24:09 -060011LAYERSERIES_COMPAT_yosemitev2-layer := "mickledore nanbield"