blob: e8abd6921ffeab027619de8f4b8a62aae955b8e0 [file] [log] [blame]
Thang Q. Nguyen93407872020-12-10 08:49:53 +00001# 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 += "jade-layer"
9BBFILE_PATTERN_jade-layer := "^${LAYERDIR}/"
Andrew Geissler5cbb9c92021-03-31 15:08:43 -050010LAYERSERIES_COMPAT_jade-layer = "gatesgarth hardknott"