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 | # We have recipes-* directories, add to BBFILES | ||||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
7 | |||||
8 | BBFILE_PATTERN_npcm7xx = "^${LAYERDIR}/" | ||||
9 | BBFILE_COLLECTIONS += "npcm7xx" | ||||
10 | LAYERVERSION_npcm7xx = "1" |