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 += "phosphor-layer"
9BBFILE_PATTERN_phosphor-layer := "^${LAYERDIR}/"
10LAYERVERSION_phosphor-layer = "1"
11LAYERDEPENDS_phosphor-layer = "core"
12LAYERDEPENDS_phosphor-layer += "openembedded-layer"
13LAYERDEPENDS_phosphor-layer += "meta-python"
14LAYERDEPENDS_phosphor-layer += "networking-layer"
15LAYERSERIES_COMPAT_phosphor-layer = "honister kirkstone"
16
17IMAGE_FEATURES[validitems] += "tools-profile"
18
19BBFILES_DYNAMIC += " \
20    aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \
21    aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \
22    nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \
23    nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \
24    tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes-*/*/*.bb \
25    tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes-*/*/*.bbappend \
26"
27