blob: b0525ef9039c6de1c5f2b2da20845aa65349c78a [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
Ryan Sie826a1f72021-10-14 09:49:20 +08008BBFILE_COLLECTIONS += "supermicro"
9BBFILE_PATTERN_supermicro = "^${LAYERDIR}/"
10LAYERVERSION_supermicro = "1"
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060011LAYERSERIES_COMPAT_supermicro = "langdale mickledore"
Ryan Sie826a1f72021-10-14 09:49:20 +080012LAYERDEPENDS_supermicro = "phosphor-layer"
Ryan Siecf285422021-01-27 13:43:03 +080013