blob: 8b5a2b19602af1d3340a375bc397b7252f12b425 [file] [log] [blame]
Brad Bishop93fb5352015-09-09 03:59:20 +00001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
Brad Bishopff075f62018-08-31 06:25:51 -04005BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
Brad Bishop93fb5352015-09-09 03:59:20 +00007
Brad Bishopfb40bef2018-06-18 23:09:13 -04008BBFILE_COLLECTIONS += "phosphor-layer"
Brad Bishop177a37c2019-05-01 16:32:12 -04009BBFILE_PATTERN_phosphor-layer := "^${LAYERDIR}/"
Adriana Kobylak52578792021-08-11 15:48:25 +000010LAYERVERSION_phosphor-layer = "1"
Brad Bishop1e2ffef2022-04-21 13:44:09 -040011LAYERDEPENDS_phosphor-layer = "core"
12LAYERDEPENDS_phosphor-layer += "openembedded-layer"
13LAYERDEPENDS_phosphor-layer += "meta-python"
14LAYERDEPENDS_phosphor-layer += "networking-layer"
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050015LAYERSERIES_COMPAT_phosphor-layer = "kirkstone langdale"
Brad Bishop93fb5352015-09-09 03:59:20 +000016
Yong Li669b0be2017-12-19 22:06:00 +080017IMAGE_FEATURES[validitems] += "tools-profile"
18
Patrick Williams8045cc52022-02-18 14:47:01 -060019BBFILES_DYNAMIC += " \
20 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \
21 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \
Patrick Williamsa95e0902022-02-18 14:47:01 -060022 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \
23 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \
Patrick Williams9915b6f2022-02-16 15:49:18 -060024 tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes-*/*/*.bb \
25 tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes-*/*/*.bbappend \
Patrick Williams8045cc52022-02-18 14:47:01 -060026"