aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel-support/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mel-support/conf/layer.conf')
-rw-r--r--meta-mel-support/conf/layer.conf22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-mel-support/conf/layer.conf b/meta-mel-support/conf/layer.conf
deleted file mode 100644
index 8ffa4335..00000000
--- a/meta-mel-support/conf/layer.conf
+++ /dev/null
@@ -1,22 +0,0 @@
-# ---------------------------------------------------------------------------------------------------------------------
-# 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"