summaryrefslogtreecommitdiffstats
path: root/meta-sota/conf/layer.conf
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-04-24 13:59:21 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-04-24 13:59:21 +0200
commitabe6250af91c4b3193511f4dd5fbfb7ee40d76d5 (patch)
tree040bcd7509accf453145b2c0c77b06d8e35a13e9 /meta-sota/conf/layer.conf
parente4bc8c7058fbf27969a967a5e30f15fcf22544bd (diff)
Moved to meta-updater@github.com/advancedtelenmatic Change-Id: I7c89d373e43a88a89155c72de87c0b4b5238bc52 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/conf/layer.conf')
-rw-r--r--meta-sota/conf/layer.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-sota/conf/layer.conf b/meta-sota/conf/layer.conf
deleted file mode 100644
index a0ce5fa..0000000
--- a/meta-sota/conf/layer.conf
+++ /dev/null
@@ -1,11 +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 += "sota"
-BBFILE_PATTERN_sota = "^${LAYERDIR}/"
-BBFILE_PRIORITY_sota = "7"
-