blob: e7dcbfeabdff7a98250f962ba5de28036d0aa948 [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 Venture4f126362019-04-05 12:30:45 -070010LAYERSERIES_COMPAT_gsj-layer = "thud warrior"