blob: 0c2366e53b8cd9d4f82098ac81372d6a62f080ed [file] [log] [blame]
Samuel Jiangaa2b3f22019-10-18 08:56:58 +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 += "olympus-nuvoton-layer"
9BBFILE_PATTERN_olympus-nuvoton-layer := "^${LAYERDIR}/"
Andrew Geissler5cbb9c92021-03-31 15:08:43 -050010LAYERSERIES_COMPAT_olympus-nuvoton-layer = "gatesgarth hardknott"