blob: 0f930d88cc9c4c1ad552da457ec20c4c6ed4fd06 [file] [log] [blame]
Xo Wang997e7362016-08-22 15:41:17 -07001# 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 += "zaius"
Patrick Venture06387b02019-05-07 14:52:24 -07009BBFILE_PATTERN_zaius := "^${LAYERDIR}/"
Brandon Kim40d8f442021-08-11 13:22:32 -070010LAYERSERIES_COMPAT_zaius = "gatesgarth hardknott honister"