blob: a018379191f60272612c40a19785e3c1af773673 [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}/"
Andrew Geisslercbd23c12020-04-14 20:24:57 -050010LAYERSERIES_COMPAT_gsj-layer = "warrior zeus dunfell"