blob: ea90ce28dae99503e6a30708a37b32a6539d4427 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# 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"
32
33SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
34 packagegroup-efl-sdk->packagegroup-core-sdk \
35"