aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/conf/layer.conf
blob: 906f471c942df7d1a6bf9f45974cf2516a9b4f98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ---------------------------------------------------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------------------------------------------------

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())}"
BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \
               for layer in BBFILE_COLLECTIONS.split())}"

LAYERDIR_RE ?= "${LAYERDIR}"
BBFILE_COLLECTIONS += "mel"
BBFILE_PRIORITY_mel = "12"
BBFILE_PATTERN_mel = "^${LAYERDIR_RE}/"
LAYERSERIES_COMPAT_mel = "kirkstone"
LAYERDEPENDS_mel = "core mentor-common"
LAYERRECOMMENDS_mel = "mel-support mentor-staging sourcery mentor-private tracing-layer"
LAYERRECOMMENDS_mel += "openembedded-layer filesystems-layer networking-layer multimedia-layer gplv2"