blob: 1bc7e6a281e020971f4926c89a785a08fa60f45a [file] [log] [blame]
Tomer Maimon757eeed2018-01-29 17:36:16 +02001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_PATTERN_npcm7xx = "^${LAYERDIR}/"
9BBFILE_COLLECTIONS += "npcm7xx"
10LAYERVERSION_npcm7xx = "1"