Ivan Mikhaylov | 4b2430e | 2017-10-24 21:17:24 +0300 | [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 | 7547087 | 2018-03-23 15:08:49 -0400 | [diff] [blame^] | 7 | BBFILE_PATTERN_fsp2-layer = "^${LAYERDIR}" |
8 | BBFILE_COLLECTIONS += "fsp2-layer" | ||||
Ivan Mikhaylov | 4b2430e | 2017-10-24 21:17:24 +0300 | [diff] [blame] | 9 | LAYERVERSION_fsp2 = "1" |