blob: ccb683fe8d1ae2639488c86ffa417192dc5dabc8 [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 Venture36335f82019-09-19 12:31:29 -070010LAYERSERIES_COMPAT_runbmc-nuvoton-layer = "warrior zeus"