1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6            ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "openpower-layer"
9BBFILE_PATTERN_openpower-layer := "^${LAYERDIR}/"
10LAYERVERSION_openpower-layer = "1"
11LAYERDEPENDS_openpower-layer = "core phosphor-layer aspeed-layer"
12LAYERSERIES_COMPAT_openpower-layer = "honister kirkstone"
13