blob: 0128093abeab0997a6acc674be5b185f860b1cc4 [file] [log] [blame]
Tomer Maimondbd6fa12018-01-29 17:36:16 +02001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Benjamin Fair5d04f1a2018-07-10 18:02:38 -07004BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
Tomer Maimondbd6fa12018-01-29 17:36:16 +02006
Benjamin Fair5d04f1a2018-07-10 18:02:38 -07007BBFILE_COLLECTIONS += "nuvoton-layer"
Tim Lee38c87702023-06-16 16:26:02 +08008BBFILE_PATTERN_nuvoton-layer := "^${LAYERDIR}/"
Benjamin Fair5d04f1a2018-07-10 18:02:38 -07009LAYERVERSION_nuvoton-layer = "1"
Patrick Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_nuvoton-layer = "nanbield scarthgap"
Tim Leebcccb4a2022-07-11 11:56:45 +080011LAYERDEPENDS_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"