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