blob: d57aea0590f9256f1d26d7d8caea8c622ea504c0 [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"
9BBFILE_PATTERN_zaius = ""
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010LAYERSERIES_COMPAT_zaius = "thud"