Naresh Solanki | 891229d | 2023-04-12 10:02:46 +0200 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}/" | ||||
3 | |||||
4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
5 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
6 | |||||
7 | BBFILE_COLLECTIONS += "sbp1-layer" | ||||
8 | BBFILE_PATTERN_sbp1-layer := "^${LAYERDIR}/" | ||||
Patrick Williams | 9d21a94 | 2023-11-24 18:20:05 -0600 | [diff] [blame] | 9 | LAYERSERIES_COMPAT_sbp1-layer = "nanbield scarthgap" |