blob: 28eb35f678ea2ebef0a815c3eb3d93d58018eeca [file] [log] [blame]
Samuel Jiangf4a8e7a2019-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}/"
Joseph Liu686363b2020-05-04 14:38:16 +080010LAYERSERIES_COMPAT_olympus-nuvoton-layer = "warrior zeus dunfell"