blob: 3067adcb0946ce6e49c91554fc9ee0656a6fb9cb [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"
Brad Bishop786576f2019-05-01 16:21:32 -04009BBFILE_PATTERN_ibm-layer := "^${LAYERDIR}/"
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050010LAYERSERIES_COMPAT_ibm-layer = "kirkstone langdale"