Lean Sheng Tan | 307a0ef | 2024-03-15 14:18:53 +0100 | [diff] [blame] | 1 | BBPATH .= ":${LAYERDIR}" |
2 | |||||
3 | BBFILES += "\ | ||||
4 | ${LAYERDIR}/recipes-*/*/*.bb \ | ||||
5 | ${LAYERDIR}/recipes-*/*/*.bbappend \ | ||||
6 | " | ||||
7 | |||||
8 | BBFILE_COLLECTIONS += "evb-fvp-base" | ||||
9 | BBFILE_PATTERN_evb-fvp-base = "^${LAYERDIR}/" | ||||
10 | BBFILE_PRIORITY_evb-fvp-base = "6" | ||||
11 | LAYERSERIES_COMPAT_evb-fvp-base = " nanbield scarthgap" |