summaryrefslogtreecommitdiffstats
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"
7BBFILE_COLLECTIONS += "efl-layer" 7BBFILE_COLLECTIONS += "efl-layer"
8BBFILE_PATTERN_efl-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_efl-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_efl-layer = "7" 9BBFILE_PRIORITY_efl-layer = "7"
10
11E_MIRROR = "http://download.enlightenment.org/releases"
12E_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 += " \
33 distro-feed-configs \ 33 distro-feed-configs \
34 ca-certificates \ 34 ca-certificates \
35" 35"
36
37FREESMARTPHONE_GIT = "git://git.freesmartphone.org"