diff options
-rw-r--r-- | meta-gpe/README | 17 | ||||
-rw-r--r-- | meta-gpe/conf/layer.conf | 15 |
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 @@ | |||
1 | This layer depends on: | ||
2 | |||
3 | URI: git://github.com/openembedded/oe-core.git | ||
4 | branch: master | ||
5 | revision: HEAD | ||
6 | |||
7 | URI: git://github.com/openembedded/meta-oe.git | ||
8 | branch: master | ||
9 | revision: HEAD | ||
10 | |||
11 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gpe]' in the subject' | ||
12 | |||
13 | When 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 | |||
16 | Interim 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 | ||
2 | BBPATH .= ":${LAYERDIR}" | ||
3 | |||
4 | # We have a recipes directory, add to BBFILES | ||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
6 | |||
7 | BBFILE_COLLECTIONS += "gpe-layer" | ||
8 | BBFILE_PATTERN_gpe-layer := "^${LAYERDIR}/" | ||
9 | BBFILE_PRIORITY_gpe-layer = "7" | ||
10 | |||
11 | # This should only be incremented on significant changes that will | ||
12 | # cause compatibility issues with other layers | ||
13 | LAYERVERSION_gpe-layer = "1" | ||
14 | |||
15 | LAYERDEPENDS_gpe-layer = "core openembedded-layer" | ||