| # We have a conf and classes directory, add to BBPATH |
| BBPATH .= ":${LAYERDIR}" |
| |
| # We have recipes-* directories, add to BBFILES |
| BBFILES += " \ |
| ${LAYERDIR}/recipes-*/*/*.bb \ |
| ${LAYERDIR}/recipes-*/*/*.bbappend \ |
| " |
| |
| BBFILES_DYNAMIC += " \ |
| fii-layer:${LAYERDIR}/dynamic-layers/fii-layer/recipes-*/*/*.bb \ |
| fii-layer:${LAYERDIR}/dynamic-layers/fii-layer/recipes-*/*/*.bbappend \ |
| nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \ |
| nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \ |
| " |
| |
| BBFILE_COLLECTIONS += "gbmc-staging-layer" |
| BBFILE_PATTERN_gbmc-staging-layer := "^${LAYERDIR}/" |
| LAYERSERIES_COMPAT_gbmc-staging-layer = "langdale mickledore" |
| LAYERDEPENDS_gbmc-staging-layer += "google-layer" |