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 := "^${LAYERDIR}/"
9LAYERVERSION_nuvoton-layer = "1"
10LAYERSERIES_COMPAT_nuvoton-layer = "nanbield scarthgap"
11LAYERDEPENDS_nuvoton-layer:append:npcm8xx = " meta-arm"
12
13BBFILES_DYNAMIC += " \
14    meta-arm:${LAYERDIR}/dynamic-layers/arm-layer/recipes-*/*/*.bb \
15    meta-arm:${LAYERDIR}/dynamic-layers/arm-layer/recipes-*/*/*.bbappend \
16"
17