1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}/"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5            ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "genesis3-layer"
8BBFILE_PATTERN_genesis3-layer := "^${LAYERDIR}/"
9LAYERSERIES_COMPAT_genesis3-layer = "nanbield scarthgap"
10