blob: a1959ccc2acec934e8ab7603f0743b799eab821c [file] [log] [blame]
Tim Lee85c187e2022-10-06 17:15:49 +08001# 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_COLLECTIONS += "evb-npcm845"
9BBFILE_PATTERN_evb-npcm845 = "^${LAYERDIR}/"
10LAYERSERIES_COMPAT_evb-npcm845 = "kirkstone langdale"