blob: fd05fc463a4c5dc1da3d44ffde1a0cef3116d94e [file] [log] [blame]
Brad Bishop0e8aea62015-09-25 14:31:27 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Matt Spinler1a626662018-03-26 15:17:35 -05004# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
Brad Bishopfd363a62018-09-18 09:47:03 -04008BBFILE_COLLECTIONS += "ibm-layer"
9BBFILE_PATTERN_ibm-layer = ""
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010LAYERSERIES_COMPAT_ibm-layer = "thud"
Brad Bishop6738f352018-11-07 13:04:06 -080011
12# Provide a variable that points the base of the ibm layer.
13IBMBASE = '${@os.path.normpath("${LAYERDIR}/")}'