aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-efl/conf/layer.conf3
-rw-r--r--meta-oe/conf/layer.conf2
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-efl/conf/layer.conf b/meta-efl/conf/layer.conf
index 272fc04908..fb9a7cecf2 100644
--- a/meta-efl/conf/layer.conf
+++ b/meta-efl/conf/layer.conf
@@ -7,3 +7,6 @@ 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_SVN = "svn://svn.enlightenment.org/svn/e"
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index bc025bb602..b50d1a4c7e 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -33,3 +33,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
distro-feed-configs \
ca-certificates \
"
+
+FREESMARTPHONE_GIT = "git://git.freesmartphone.org"