blob: d4d32d90f17a2e2f162a6b2c9d6779a758a430e6 [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}/"
Patrick Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_evb-npcm845 = "nanbield scarthgap"