blob: 6bc20a421ce1396ae2d32df2e22d3281484802af [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
Brad Bishopd3f78932018-08-31 06:30:50 -04005BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
Patrick Williamsbe0ce662016-04-01 15:48:43 -05007
Brad Bishop07c098b2018-09-18 10:29:42 -04008BBFILE_COLLECTIONS += "openpower-layer"
Brad Bishope11476a2019-05-01 16:13:08 -04009BBFILE_PATTERN_openpower-layer := "^${LAYERDIR}/"
Brad Bishop07c098b2018-09-18 10:29:42 -040010LAYERVERSION_openpower-layer = "1"
Brad Bishop8fafae82019-04-04 13:28:36 -040011LAYERSERIES_COMPAT_openpower-layer = "thud warrior"
Brad Bishop2879d322018-11-07 14:45:23 -050012
13# Provide a variable that points the base of the openpower layer.
14OPENPOWERBASE = '${@os.path.normpath("${LAYERDIR}/")}'