blob: 588b04342066db6791140b599b8d789eb3aed8c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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 = "whinlatter walnascar"
# 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 \
"
|