mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
meta-gpe: add layer
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
623e38e59d
commit
c1e4031179
14
meta-gpe/README
Normal file
14
meta-gpe/README
Normal 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
9
meta-gpe/conf/layer.conf
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user