blob: 26830d3b1c32d0aad8bcf5fae805004dcd12f6b0 [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"
8BBFILE_PATTERN_nuvoton-layer = ""
9LAYERVERSION_nuvoton-layer = "1"
Patrick Williamsce142622021-08-23 16:26:20 -050010LAYERSERIES_COMPAT_nuvoton-layer = "hardknott honister"