| # We have a conf and classes directory, add to BBPATH |
| BBPATH .= ":${LAYERDIR}" |
| |
| BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| ${LAYERDIR}/recipes-*/*/*.bbappend" |
| |
| BBFILE_COLLECTIONS += "aspeed-layer" |
| BBFILE_PATTERN_aspeed-layer := "^${LAYERDIR}/" |
| LAYERVERSION_aspeed-layer = "1" |
| LAYERSERIES_COMPAT_aspeed-layer = "wrynose whinlatter" |
| |
| # Add dynamic layers for Trusted Firmware-A |
| BBFILES_DYNAMIC += " \ |
| meta-arm:${LAYERDIR}/dynamic-layers/arm-layer/recipes-*/*/*.bb \ |
| meta-arm:${LAYERDIR}/dynamic-layers/arm-layer/recipes-*/*/*.bbappend \ |
| " |