blob: a5a880e7fc447f9e9485a3e47ceda9760afffc0e [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}/"
Patrick Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_ibm-layer = "nanbield scarthgap"
Andrew Geisslerb5c22692023-06-30 15:46:00 -050011
12# Only bring in meta-openpower bbappend files if meta-openpower is
13# included in the layer
14BBFILES_DYNAMIC += "\
15 openpower-layer:${LAYERDIR}/dynamic-layers/meta-openpower/recipes-*/*/*.bbappend \
16"