blob: 7b12b185f9d35cf4f7dd06fc5b0d4fdc0b09394f [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}/"
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060010LAYERSERIES_COMPAT_evb-npcm845 = "langdale mickledore"