blob: 1da7654b597321a45391e61d33f5c03c33997210 [file] [log] [blame]
FranHsue08538d2019-01-29 14:57:38 +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 += "gsj-layer"
Patrick Venture029742e2019-05-07 14:55:01 -07009BBFILE_PATTERN_gsj-layer := "^${LAYERDIR}/"
Patrick Venturebee67712019-09-19 12:31:29 -070010LAYERSERIES_COMPAT_gsj-layer = "warrior zeus"