blob: 478b530d533e9ad291f20dc8cadc5095a9829885 [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}/"
10LAYERSERIES_COMPAT_nf5280m7-layer = "langdale mickledore"