summaryrefslogtreecommitdiffstats
path: root/meta-efl/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/conf')
-rw-r--r--meta-efl/conf/distro/include/efl-from-svn-recipes.inc43
-rw-r--r--meta-efl/conf/layer.conf13
2 files changed, 56 insertions, 0 deletions
diff --git a/meta-efl/conf/distro/include/efl-from-svn-recipes.inc b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc
new file mode 100644
index 000000000..23a8eaeca
--- /dev/null
+++ b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc
@@ -0,0 +1,43 @@
1EFL_PREFERRED_VERSION ?= "1.7.4+svn%"
2EFL_PREFERRED_PYTHON_VERSION ?= "1.7.0+svn%"
3
4PREFERRED_VERSION_e-wm ?= "0.17.0+svnr%"
5
6PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}"
7PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}"
8PREFERRED_VERSION_edbus ?= "${EFL_PREFERRED_VERSION}"
9PREFERRED_VERSION_edbus-native ?= "${EFL_PREFERRED_VERSION}"
10PREFERRED_VERSION_edje ?= "${EFL_PREFERRED_VERSION}"
11PREFERRED_VERSION_edje-native ?= "${EFL_PREFERRED_VERSION}"
12PREFERRED_VERSION_edje-nativesdk ?= "${EFL_PREFERRED_VERSION}"
13PREFERRED_VERSION_eeze ?= "${EFL_PREFERRED_VERSION}"
14PREFERRED_VERSION_eeze-native ?= "${EFL_PREFERRED_VERSION}"
15PREFERRED_VERSION_efreet ?= "${EFL_PREFERRED_VERSION}"
16PREFERRED_VERSION_efreet-native ?= "${EFL_PREFERRED_VERSION}"
17PREFERRED_VERSION_eina ?= "${EFL_PREFERRED_VERSION}"
18PREFERRED_VERSION_eina-native ?= "${EFL_PREFERRED_VERSION}"
19PREFERRED_VERSION_embryo ?= "${EFL_PREFERRED_VERSION}"
20PREFERRED_VERSION_embryo-native ?= "${EFL_PREFERRED_VERSION}"
21PREFERRED_VERSION_evas ?= "${EFL_PREFERRED_VERSION}"
22PREFERRED_VERSION_evas-generic-loaders ?= "${EFL_PREFERRED_VERSION}"
23PREFERRED_VERSION_evas-native ?= "${EFL_PREFERRED_VERSION}"
24PREFERRED_VERSION_expedite ?= "${EFL_PREFERRED_VERSION}"
25PREFERRED_VERSION_expedite-native ?= "${EFL_PREFERRED_VERSION}"
26
27PREFERRED_VERSION_eet ?= "${EFL_PREFERRED_VERSION}"
28PREFERRED_VERSION_eet-native ?= "${EFL_PREFERRED_VERSION}"
29
30PREFERRED_VERSION_eio ?= "${EFL_PREFERRED_VERSION}"
31PREFERRED_VERSION_eio-native ?= "${EFL_PREFERRED_VERSION}"
32PREFERRED_VERSION_emotion ?= "${EFL_PREFERRED_VERSION}"
33PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION}"
34PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION}"
35
36PREFERRED_VERSION_python-elementary ?= "${EFL_PREFERRED_PYTHON_VERSION}"
37PREFERRED_VERSION_python-ecore ?= "${EFL_PREFERRED_PYTHON_VERSION}"
38PREFERRED_VERSION_python-edbus ?= "${EFL_PREFERRED_PYTHON_VERSION}"
39PREFERRED_VERSION_python-edje ?= "${EFL_PREFERRED_PYTHON_VERSION}"
40PREFERRED_VERSION_python-emotion ?= "${EFL_PREFERRED_PYTHON_VERSION}"
41PREFERRED_VERSION_python-evas ?= "${EFL_PREFERRED_PYTHON_VERSION}"
42
43PREFERRED_VERSION_terminology ?= "0.2.0+svn%"
diff --git a/meta-efl/conf/layer.conf b/meta-efl/conf/layer.conf
new file mode 100644
index 000000000..5ed7bd676
--- /dev/null
+++ b/meta-efl/conf/layer.conf
@@ -0,0 +1,13 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "efl-layer"
8BBFILE_PATTERN_efl-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_efl-layer = "7"
10
11E_MIRROR = "http://download.enlightenment.org/releases"
12E_RELEASES = "http://download.enlightenment.org/rel"
13E_SVN = "svn://svn.enlightenment.org/svn/e"