diff options
-rw-r--r-- | meta-gpe/README | 14 | ||||
-rw-r--r-- | meta-gpe/conf/layer.conf | 9 |
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 @@ | |||
1 | This layer depends on: | ||
2 | |||
3 | URI: git://git.openembedded.org/openembedded-core | ||
4 | branch: master | ||
5 | revision: HEAD | ||
6 | |||
7 | URI: git://git.openembedded.net/meta-openembedded | ||
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 | Interim 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 0000000000..d250555332 --- /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 | ||
2 | BBPATH := "${LAYERDIR}:${BBPATH}" | ||
3 | |||
4 | # We have a recipes directory, add to BBFILES | ||
5 | BBFILES := "${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" | ||