blob: 7591e09539ccff8cfa469a3c7adf765817c932e3 [file] [log] [blame]
FranHsu96dc8632019-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 Ventureba2a85c2019-05-07 14:55:01 -07009BBFILE_PATTERN_gsj-layer := "^${LAYERDIR}/"
Patrick Williamsce142622021-08-23 16:26:20 -050010LAYERSERIES_COMPAT_gsj-layer = "hardknott honister"