Tomer Maimon | 757eeed | 2018-01-29 17:36:16 +0200 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
4 | BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ | ||||
5 | ${LAYERDIR}/common/recipes-*/*/*.bbappend" | ||||
6 | |||||
7 | BBFILE_COLLECTIONS += "nuvoton" | ||||
8 | BBFILE_PATTERN_nuvoton = "" | ||||
9 | LAYERVERSION_nuvoton = "1" |