xref: /openbmc/openbmc/meta-aspeed/conf/layer.conf (revision 8fc2a182)
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 += "aspeed-layer"
8BBFILE_PATTERN_aspeed-layer := "^${LAYERDIR}/"
9LAYERVERSION_aspeed-layer = "1"
10LAYERSERIES_COMPAT_aspeed-layer = "dunfell gatesgarth"
11