blob: 0de9c86be10f53c7f3f09500e5ed94d0f8d33538 [file] [log] [blame]
maxiaoyufee45162023-04-04 17:41:37 +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 += "nf5280m7-layer"
9BBFILE_PATTERN_nf5280m7-layer = "^${LAYERDIR}/"
Patrick Williams1222bd42023-11-24 10:24:09 -060010LAYERSERIES_COMPAT_nf5280m7-layer = "mickledore nanbield"