aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/conf/layer.conf
blob: a82f41b0550eb32f74a3972d6f97a0a10517096d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
            ${LAYERDIR}/recipes*/*/*.bbappend"

# Let us add layer-specific bbs & bbappends which are only applied
# when that layer is included in our configuration
BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \
               for layer in BBFILE_COLLECTIONS.split())} \
            ${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \
               for layer in BBFILE_COLLECTIONS.split())}"

BBFILE_COLLECTIONS += "amd-bsp"
BBFILE_PRIORITY_amd-bsp = "13"
BBFILE_PATTERN_amd-bsp = "^${LAYERDIR}/"
LAYERSERIES_COMPAT_amd-bsp = "warrior"

LICENSE_PATH += "${LAYERDIR}/licenses"

LAYERDEPENDS_r1000 = "openembedded-layer meta-python"
LAYERDEPENDS_v1000 = "openembedded-layer meta-python"