blob: a5c90829f933575dd6cb22ba70ffe4ebba62552b [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
Patrick Williamsec2047c2015-09-29 14:24:02 -05008BBFILE_COLLECTIONS += "ibm"
9BBFILE_PATTERN_ibm = ""
Brad Bishopc9a386b2018-06-27 21:09:07 -040010LAYERSERIES_COMPAT_ibm = "sumo"