Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [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-systemready" |
| 9 | BBFILE_PATTERN_meta-arm-systemready = "^${LAYERDIR}/" |
| 10 | |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 11 | LAYERSERIES_COMPAT_meta-arm-systemready = "nanbield scarthgap" |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 12 | |
| 13 | LAYERDEPENDS_meta-arm-systemready = "core" |
| 14 | |
| 15 | addpylib ${LAYERDIR}/lib oeqa |