Dave Cobbley | 5dd2a7c | 2018-08-23 23:07:27 -0400 | [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 | |
Brad Bishop | a44ea07 | 2019-05-01 16:25:13 -0400 | [diff] [blame] | 7 | BBFILE_PATTERN_fsp2-layer := "^${LAYERDIR}/" |
Dave Cobbley | 5dd2a7c | 2018-08-23 23:07:27 -0400 | [diff] [blame] | 8 | BBFILE_COLLECTIONS += "fsp2-layer" |
Brad Bishop | 32478af | 2018-09-18 09:47:03 -0400 | [diff] [blame] | 9 | LAYERVERSION_fsp2-layer = "1" |