blob: 784b5ec0c3b9f7d3ef3d86dc6584edfd315993c5 [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}/"
Tim Lee65869d12024-02-02 16:47:59 +080010
Patrick Williams9d21a942023-11-24 18:20:05 -060011LAYERSERIES_COMPAT_evb-npcm845 = "nanbield scarthgap"
Tim Lee65869d12024-02-02 16:47:59 +080012BBFILE_PATTERN_IGNORE_EMPTY_evb-npcm845 = "1"