xref: /openbmc/openbmc/meta-ibm/meta-genesis3/conf/layer.conf (revision edff49234e31f23dc79f823473c9e286a21596c1)
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