blob: 2f45312a57ca435207915ff47941097654eb076d [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 Williams1222bd42023-11-24 10:24:09 -060010LAYERSERIES_COMPAT_evb-npcm845 = "mickledore nanbield"