blob: e5aca0ef8943ce06e74e271100f1f1e684139e9a [file] [log] [blame]
Samuel Jiang8107d682018-12-28 14:32:14 +08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "runbmc-nuvoton-layer"
9BBFILE_PATTERN_runbmc-nuvoton-layer = ""
Patrick Ventureeaca54d2019-04-05 12:30:45 -070010LAYERSERIES_COMPAT_runbmc-nuvoton-layer = "thud warrior"