blob: 50d750dde3597512d07814e6440a2c95d8648f84 [file] [log] [blame]
Brad Bishop0e8aea62015-09-25 14:31:27 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Brad Bishop43483152016-04-15 09:53:23 -04004# We have recipes-* directories, add to BBFILES
Brad Bishop2c8db562018-08-31 06:30:50 -04005BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
Patrick Williams8b2ab9b2016-04-01 15:48:43 -05007
Brad Bishop0e8aea62015-09-25 14:31:27 -04008BBFILE_COLLECTIONS += "openpower"
Brad Bishop43483152016-04-15 09:53:23 -04009BBFILE_PATTERN_openpower = "^${LAYERDIR}/"
10LAYERVERSION_openpower = "1"
Brad Bishop28bd43e2018-06-27 21:10:24 -040011LAYERSERIES_COMPAT_openpower = "sumo"