summaryrefslogtreecommitdiffstats
path: root/meta-gpe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-04-18 11:02:19 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-18 11:02:19 +0200
commitc1e4031179842027809b9abae97d4182a0c00e73 (patch)
treec319874fb28bd6d3c94ce04cc3d8a770d2db4639 /meta-gpe
parent623e38e59d3733c951b4b20740bc7e1aa454dce5 (diff)
downloadmeta-openembedded-c1e4031179842027809b9abae97d4182a0c00e73.tar.gz
meta-gpe: add layer
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gpe')
-rw-r--r--meta-gpe/README14
-rw-r--r--meta-gpe/conf/layer.conf9
2 files changed, 23 insertions, 0 deletions
diff --git a/meta-gpe/README b/meta-gpe/README
new file mode 100644
index 000000000..ebe0ceaf3
--- /dev/null
+++ b/meta-gpe/README
@@ -0,0 +1,14 @@
1This layer depends on:
2
3URI: git://git.openembedded.org/openembedded-core
4branch: master
5revision: HEAD
6
7URI: git://git.openembedded.net/meta-openembedded
8branch: master
9revision: HEAD
10
11Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gpe]' in the subject'
12
13Interim layer maintainer: Koen Kooi <koen@dominion.thruhere.net>
14
diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf
new file mode 100644
index 000000000..d25055533
--- /dev/null
+++ b/meta-gpe/conf/layer.conf
@@ -0,0 +1,9 @@
1# We have a conf and classes directory, prepend to BBPATH to prefer our versions
2BBPATH := "${LAYERDIR}:${BBPATH}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "gpe-layer"
8BBFILE_PATTERN_gpe-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_gpe-layer = "7"