xref: /openbmc/openbmc/meta-fii/conf/layer.conf (revision 39653566)
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3# We have recipes-* directories, add to BBFILES
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5            ${LAYERDIR}/recipes-*/*/*.bbappend"
6BBFILE_COLLECTIONS += "fii-layer"
7BBFILE_PATTERN_fii-layer := "^${LAYERDIR}/"
8LAYERSERIES_COMPAT_fii-layer = "nanbield scarthgap"
9