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 | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 12 | LAYERSERIES_COMPAT_meta-arm-bsp = "langdale mickledore" |
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 |
| 16 | LAYERDEPENDS_meta-arm-bsp:append:corstone1000 = " meta-python openembedded-layer" |
| 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" |