blob: f46b3746d53e04a019bc8937836b5d6f3203ce7b [file] [log] [blame]
Ryan Siecf285422021-01-27 13:43:03 +08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
6 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "supermicro-layer"
9BBFILE_PATTERN_supermicro-layer := "^${LAYERDIR}/"
Andrew Geissler5cbb9c92021-03-31 15:08:43 -050010LAYERSERIES_COMPAT_supermicro-layer := "gatesgarth hardknott"
Ryan Siecf285422021-01-27 13:43:03 +080011