summaryrefslogtreecommitdiffstats
path: root/meta-blsched/conf/layer.conf
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-06-17 11:40:38 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-06-17 11:40:38 +0200
commitffcc64ad9bdd305598da7ed62c2321a0fed24593 (patch)
tree4fed939f622437a04730647ad25043239ba01771 /meta-blsched/conf/layer.conf
parent992ef6afe1798ee24df3ccbbe8309e8de9f2c183 (diff)
None of the boards in use do actually set the 'biglittle' feature. This layer is outdated and would need to be updated and reuploaded. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I8bb5315d3623a9b4c23c9ec896b536dd2ccc0103
Diffstat (limited to 'meta-blsched/conf/layer.conf')
-rw-r--r--meta-blsched/conf/layer.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-blsched/conf/layer.conf b/meta-blsched/conf/layer.conf
deleted file mode 100644
index 68a179a..0000000
--- a/meta-blsched/conf/layer.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "blsched"
-BBFILE_PATTERN_blsched = "^${LAYERDIR}/"
-BBFILE_PRIORITY_blsched = "6"