summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-boundary/conf/layer.conf')
-rw-r--r--bsp/meta-boundary/conf/layer.conf22
1 files changed, 0 insertions, 22 deletions
diff --git a/bsp/meta-boundary/conf/layer.conf b/bsp/meta-boundary/conf/layer.conf
deleted file mode 100644
index bbedc134..00000000
--- a/bsp/meta-boundary/conf/layer.conf
+++ /dev/null
@@ -1,22 +0,0 @@
-# We have a conf and classes directory, append to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have a recipes directory, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "boundary-layer"
-BBFILE_PATTERN_boundary-layer := "^${LAYERDIR}/"
-BBFILE_PRIORITY_boundary-layer = "8"
-LAYERSERIES_COMPAT_boundary-layer = "sumo thud"
-
-LICENSE_PATH += "${LAYERDIR}/licenses"
-
-# The dynamic-layers directory hosts the extensions and layer specific
-# modifications related to Boundary Devices products.
-#
-# The .bbappend and .bb files are included (only) if the respective layer
-# collection is available.
-BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' % layer \
- for layer in BBFILE_COLLECTIONS.split())}"
-BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \
- for layer in BBFILE_COLLECTIONS.split())}"