aboutsummaryrefslogtreecommitdiffstats
path: root/common/conf/layer.conf
blob: f753eb4367cd5ccba6440cf0e83f0f4ece272bb6 (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"
BBFILE_PRIORITY_amd = "13"
BBFILE_PATTERN_amd = "^${LAYERDIR}/"
LAYERSERIES_COMPAT_amd = "warrior"

LICENSE_PATH += "${LAYERDIR}/licenses"