blob: 7935f6b74fdf55c4e0981fbc1f0afc7ad3964588 [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 Williams34f30a02020-11-03 16:15:20 -060010LAYERSERIES_COMPAT_gsj-layer = "dunfell gatesgarth"