blob: 57e0925c1d057aeb1e238f164a19f85492b4e9ec [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 Bishop4719e692018-09-18 10:29:42 -04008BBFILE_COLLECTIONS += "openpower-layer"
Brad Bishopf0326342019-05-01 16:13:08 -04009BBFILE_PATTERN_openpower-layer := "^${LAYERDIR}/"
Brad Bishop4719e692018-09-18 10:29:42 -040010LAYERVERSION_openpower-layer = "1"
Brad Bishopb1c32762019-09-18 09:17:47 -040011LAYERDEPENDS_openpower-layer = "core phosphor-layer aspeed-layer"
Patrick Williamsd6809d52020-11-03 16:15:20 -060012LAYERSERIES_COMPAT_openpower-layer = "dunfell gatesgarth"