mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-20 07:51:30 +00:00
* eina, evas, eio, efreet, edbus2, ecore, ethumb, emotion, embryo, edje are now built from single source tree * announcements: efl & friends http://sourceforge.net/mailarchive/message.php?msg_id=31733071 EFL 1.8.4 release http://sourceforge.net/mailarchive/message.php?msg_id=31826305 EFL 1.8.5 release http://sourceforge.net/mailarchive/message.php?msg_id=31895179 * be aware that upgrade-path wont probably work correctly and that you have to manually cleanup your sysroots before migrating to new shared efl recipe, for details see https://bugzilla.yoctoproject.org/show_bug.cgi?id=4102 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
472 B
Plaintext
14 lines
472 B
Plaintext
# We have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "efl-layer"
|
|
BBFILE_PATTERN_efl-layer := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_efl-layer = "7"
|
|
|
|
E_MIRROR = "http://download.enlightenment.org/releases"
|
|
E_RELEASES = "http://download.enlightenment.org/rel"
|
|
E_SVN = "svn://svn.enlightenment.org/svn/e"
|