blob: 7b01b6c961dfcd6ee64f1578c298947791d3ffd7 [file] [log] [blame]
Brad Bishop0e8aea62015-09-25 14:31:27 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Brad Bishop7fe43db2016-04-15 09:53:23 -04004# We have recipes-* directories, add to BBFILES
Patrick Williamsbe0ce662016-04-01 15:48:43 -05005BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
6 ${LAYERDIR}/common/recipes-*/*/*.bbappend"
7
Brad Bishop0e8aea62015-09-25 14:31:27 -04008BBFILE_COLLECTIONS += "openpower"
Brad Bishop7fe43db2016-04-15 09:53:23 -04009BBFILE_PATTERN_openpower = "^${LAYERDIR}/"
10LAYERVERSION_openpower = "1"
Brad Bishopbd1a8012018-06-27 21:10:24 -040011LAYERSERIES_COMPAT_openpower = "sumo"