aboutsummaryrefslogtreecommitdiffstats
path: root/common/conf/layer.conf
blob: 8ce97511a86db3a570b36b53c6a59b4f71d5b8ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
            ${LAYERDIR}/recipes*/*/*.bbappend"

# Let us add layer-specific bbappends which are only applied when that
# layer is included in our configuration
BBFILES += "${@' '.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 = "sumo"

LICENSE_PATH += "${LAYERDIR}/licenses"