meta-gpe: add layer

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi 2011-04-18 11:02:19 +02:00
parent 623e38e59d
commit c1e4031179
2 changed files with 23 additions and 0 deletions

14
meta-gpe/README Normal file
View File

@ -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>

9
meta-gpe/conf/layer.conf Normal file
View File

@ -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"