aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/conf/layer.conf
blob: 4ae4a5f93585c046446618747af48a2da31679f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 = "kirkstone"

LAYERDEPENDS_amd-bsp = "openembedded-layer meta-python networking-layer"