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

BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend"

# Let us add layer-specific files 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())}"

LAYERDIR_RE ?= "${LAYERDIR}"
BBFILE_COLLECTIONS += "mel-support"
BBFILE_PRIORITY_mel-support = "4"
BBFILE_PATTERN_mel-support = "^${LAYERDIR_RE}/"
LAYERDEPENDS_mel-support = "core mentor-common"
LAYERSERIES_COMPAT_mel-support = "kirkstone"

PREFERRED_PROVIDER_virtual/nativesdk-update-alternatives ??= "nativesdk-opkg-utils"
PREFERRED_PROVIDER_chkconfig-alternatives ??= "chkconfig-alternatives"