1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5            ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "nuvoton-layer"
8BBFILE_PATTERN_nuvoton-layer = ""
9LAYERVERSION_nuvoton-layer = "1"
10LAYERSERIES_COMPAT_nuvoton-layer = "dunfell gatesgarth"
11