blob: 2be0f0cbc0081c88a9704c8e3fcf0e1b4b8a08c4 [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"
Joseph Liu59de6302019-09-16 14:20:27 +08009BBFILE_PATTERN_runbmc-nuvoton-layer := "^${LAYERDIR}/"
Patrick Ventureeaca54d2019-04-05 12:30:45 -070010LAYERSERIES_COMPAT_runbmc-nuvoton-layer = "thud warrior"