mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
7d995c58b1
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
10 lines
361 B
Plaintext
10 lines
361 B
Plaintext
# 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 += "efl-layer"
|
|
BBFILE_PATTERN_efl-layer := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_efl-layer = "7"
|