blob: f29b93af8ba87e74383c57d380cfb8d23db1efaf [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"
9BBFILE_PATTERN_gsj-layer = ""
Patrick Ventureeaca54d2019-04-05 12:30:45 -070010LAYERSERIES_COMPAT_gsj-layer = "thud warrior"