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