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-gem5" |
| 9 | BBFILE_PATTERN_meta-gem5 = "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_meta-gem5 = "5" |
| 11 | |
| 12 | LAYERDEPENDS_meta-gem5 = "core openembedded-layer meta-arm" |
Patrick Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 13 | LAYERSERIES_COMPAT_meta-gem5 = "langdale" |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 14 | |
| 15 | BBFILES_DYNAMIC += " \ |
| 16 | virtualization-layer:${LAYERDIR}/dynamic-layers/meta-virtualization/*/*/*.bbappend \ |
| 17 | " |
| 18 | |
| 19 | DISTRO_FEATURES_NATIVE:append = " ${@bb.utils.filter('DISTRO_FEATURES', 'xen', d)}" |