summaryrefslogtreecommitdiffstats
path: root/meta-efl/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/conf/layer.conf')
-rw-r--r--meta-efl/conf/layer.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-efl/conf/layer.conf b/meta-efl/conf/layer.conf
new file mode 100644
index 000000000..ed132aabb
--- /dev/null
+++ b/meta-efl/conf/layer.conf
@@ -0,0 +1,31 @@
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
11# This should only be incremented on significant changes that will
12# cause compatibility issues with other layers
13LAYERVERSION_efl-layer = "1"
14
15LAYERDEPENDS_efl-layer = "core openembedded-layer"
16
17E_MIRROR = "http://download.enlightenment.org/releases"
18E_RELEASES = "http://download.enlightenment.org/rel"
19E_SVN = "svn://svn.enlightenment.org/svn/e"
20
21# RDEPENDS on update-alternatives provider opkg-utils
22SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
23 exquisite-theme-illume->opkg-utils \
24"
25
26# RDEPENDS on e-wm
27SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
28 e-wm-theme-illume-efenniht->e-wm \
29 e-wm-theme-illume-neo->e-wm \
30 e-wm-theme-b-and-w->e-wm \
31"