Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have recipes-* directories, add to BBFILES |
Brad Bishop | ff075f6 | 2018-08-31 06:25:51 -0400 | [diff] [blame] | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 7 | |
Brad Bishop | fb40bef | 2018-06-18 23:09:13 -0400 | [diff] [blame] | 8 | BBFILE_COLLECTIONS += "phosphor-layer" |
Brad Bishop | 177a37c | 2019-05-01 16:32:12 -0400 | [diff] [blame] | 9 | BBFILE_PATTERN_phosphor-layer := "^${LAYERDIR}/" |
Adriana Kobylak | 5257879 | 2021-08-11 15:48:25 +0000 | [diff] [blame] | 10 | LAYERVERSION_phosphor-layer = "1" |
Brad Bishop | 1e2ffef | 2022-04-21 13:44:09 -0400 | [diff] [blame] | 11 | LAYERDEPENDS_phosphor-layer = "core" |
| 12 | LAYERDEPENDS_phosphor-layer += "openembedded-layer" |
| 13 | LAYERDEPENDS_phosphor-layer += "meta-python" |
| 14 | LAYERDEPENDS_phosphor-layer += "networking-layer" |
Andrew Geissler | a93aa3e | 2023-01-13 09:41:33 -0600 | [diff] [blame] | 15 | LAYERSERIES_COMPAT_phosphor-layer = "langdale mickledore" |
Brad Bishop | 93fb535 | 2015-09-09 03:59:20 +0000 | [diff] [blame] | 16 | |
Yong Li | 669b0be | 2017-12-19 22:06:00 +0800 | [diff] [blame] | 17 | IMAGE_FEATURES[validitems] += "tools-profile" |
| 18 | |
Patrick Williams | 8045cc5 | 2022-02-18 14:47:01 -0600 | [diff] [blame] | 19 | BBFILES_DYNAMIC += " \ |
| 20 | aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \ |
| 21 | aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \ |
Patrick Williams | a95e090 | 2022-02-18 14:47:01 -0600 | [diff] [blame] | 22 | nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \ |
| 23 | nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \ |
Patrick Williams | 9915b6f | 2022-02-16 15:49:18 -0600 | [diff] [blame] | 24 | tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes-*/*/*.bb \ |
| 25 | tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes-*/*/*.bbappend \ |
Patrick Williams | 8045cc5 | 2022-02-18 14:47:01 -0600 | [diff] [blame] | 26 | " |