Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [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 |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | |
| 8 | BBFILE_COLLECTIONS += "meta-arm-bsp" |
| 9 | BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_meta-arm-bsp = "5" |
| 11 | |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 12 | LAYERSERIES_COMPAT_meta-arm-bsp = "nanbield scarthgap" |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 13 | |
| 14 | LAYERDEPENDS_meta-arm-bsp = "core meta-arm" |
| 15 | # This won't be used by layerindex-fetch, but works everywhere else |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 16 | LAYERDEPENDS_meta-arm-bsp:append:corstone1000 = " meta-python openembedded-layer efi-secure-boot" |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 17 | LAYERDEPENDS_meta-arm-bsp:append:musca-b1 = " meta-python" |
| 18 | LAYERDEPENDS_meta-arm-bsp:append:musca-s1 = " meta-python" |
| 19 | |
| 20 | # Additional license directories. |
| 21 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 22 | |
| 23 | BBFILES_DYNAMIC += " \ |
| 24 | meta-arm-systemready:${LAYERDIR}/dynamic-layers/meta-arm-systemready/*/*/*.bb \ |
| 25 | meta-arm-systemready:${LAYERDIR}/dynamic-layers/meta-arm-systemready/*/*/*.bbappend \ |
| 26 | " |