blob: addb6fc568f082f859355b3221c8c507e955bbdb [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"
Patrick Williams757831f2022-02-25 15:28:30 -060011LAYERSERIES_COMPAT_phosphor-layer = "honister kirkstone"
Brad Bishop93fb5352015-09-09 03:59:20 +000012
Yong Li669b0be2017-12-19 22:06:00 +080013IMAGE_FEATURES[validitems] += "tools-profile"
14
Patrick Williams8045cc52022-02-18 14:47:01 -060015BBFILES_DYNAMIC += " \
16 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \
17 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \
Patrick Williamsa95e0902022-02-18 14:47:01 -060018 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \
19 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \
Patrick Williams9915b6f2022-02-16 15:49:18 -060020 tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes-*/*/*.bb \
21 tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes-*/*/*.bbappend \
Patrick Williams8045cc52022-02-18 14:47:01 -060022"