summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gpe/README17
-rw-r--r--meta-gpe/conf/layer.conf15
2 files changed, 0 insertions, 32 deletions
diff --git a/meta-gpe/README b/meta-gpe/README
deleted file mode 100644
index 7d019f63a0..0000000000
--- a/meta-gpe/README
+++ /dev/null
@@ -1,17 +0,0 @@
1This layer depends on:
2
3URI: git://github.com/openembedded/oe-core.git
4branch: master
5revision: HEAD
6
7URI: git://github.com/openembedded/meta-oe.git
8branch: master
9revision: HEAD
10
11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gpe]' in the subject'
12
13When sending single patches, please using something like:
14'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gpe][PATCH'
15
16Interim layer maintainers: Koen Kooi <koen@dominion.thruhere.net>
17 Martin Jansa <martin.jansa@gmail.com>
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"