blob: 0f45bc790c63710def824f9780b394ade038f721 [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 = ""
10LAYERSERIES_COMPAT_runbmc-nuvoton-layer = "thud"