summaryrefslogtreecommitdiffstats
path: root/meta-gpe/conf/layer.conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-08-22 16:21:16 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 10:18:34 +0200
commit4610106247a9c47248e8c467d0edcad31524fc7e (patch)
tree37247c76a269593e5a448308586cef3ab63cbdf0 /meta-gpe/conf/layer.conf
parent731f452da6502598310d92c7e87b53fa1f0af749 (diff)
downloadmeta-openembedded-4610106247a9c47248e8c467d0edcad31524fc7e.tar.gz
meta-gpe: remove this now pretty empty layer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gpe/conf/layer.conf')
-rw-r--r--meta-gpe/conf/layer.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf
deleted file mode 100644
index 00f3929f8f..0000000000
--- a/meta-gpe/conf/layer.conf
+++ /dev/null
@@ -1,15 +0,0 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "gpe-layer"
8BBFILE_PATTERN_gpe-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_gpe-layer = "7"
10
11# This should only be incremented on significant changes that will
12# cause compatibility issues with other layers
13LAYERVERSION_gpe-layer = "1"
14
15LAYERDEPENDS_gpe-layer = "core openembedded-layer"