aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gpe
diff options
context:
space:
mode:
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 0000000000..ebe0ceaf34
--- /dev/null
+++ b/meta-gpe/README
@@ -0,0 +1,14 @@
+This layer depends on:
+
+URI: git://git.openembedded.org/openembedded-core
+branch: master
+revision: HEAD
+
+URI: git://git.openembedded.net/meta-openembedded
+branch: master
+revision: HEAD
+
+Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gpe]' in the subject'
+
+Interim layer maintainer: Koen Kooi <koen@dominion.thruhere.net>
+
diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf
new file mode 100644
index 0000000000..d250555332
--- /dev/null
+++ b/meta-gpe/conf/layer.conf
@@ -0,0 +1,9 @@
+# We have a conf and classes directory, prepend to BBPATH to prefer our versions
+BBPATH := "${LAYERDIR}:${BBPATH}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "gpe-layer"
+BBFILE_PATTERN_gpe-layer := "^${LAYERDIR}/"
+BBFILE_PRIORITY_gpe-layer = "7"