blob: d1c71c836107b8051cd75e9d6f4f043c6fab59e2 [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 = ""
10LAYERSERIES_COMPAT_gsj-layer = "thud"