blob: 8c5d9d8df888dd2548f4eb32991a5307e39ef4be [file] [log] [blame]
Tomer Maimon757eeed2018-01-29 17:36:16 +02001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Benjamin Fair97173742018-07-10 18:02:38 -07004BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
Tomer Maimon757eeed2018-01-29 17:36:16 +02006
Benjamin Fair97173742018-07-10 18:02:38 -07007BBFILE_COLLECTIONS += "nuvoton-layer"
8BBFILE_PATTERN_nuvoton-layer = ""
9LAYERVERSION_nuvoton-layer = "1"
Patrick Venture2c1b0282019-01-11 11:01:51 -080010LAYERSERIES_COMPAT_nuvoton-layer = "thud"