blob: f16cdee5fad465d64b4d4e62b4b69f14cb2dfb58 [file] [log] [blame]
Patrick Williamsec2047c2015-09-29 14:24:02 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Matt Spinler9ac306c2018-03-26 15:17:35 -05004# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
Brad Bishop32478af2018-09-18 09:47:03 -04008BBFILE_COLLECTIONS += "ibm-layer"
Brad Bishop32cabcf2019-05-01 16:21:32 -04009BBFILE_PATTERN_ibm-layer := "^${LAYERDIR}/"
Brad Bishop97893b22019-04-04 13:30:49 -040010LAYERSERIES_COMPAT_ibm-layer = "thud warrior"
Patrick Venture38b84612018-11-07 13:04:06 -080011
12# Provide a variable that points the base of the ibm layer.
13IBMBASE = '${@os.path.normpath("${LAYERDIR}/")}'