Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, append to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have a recipes directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 6 | |
| 7 | BBFILE_COLLECTIONS += "efl-layer" |
| 8 | BBFILE_PATTERN_efl-layer := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_efl-layer = "7" |
| 10 | |
| 11 | # This should only be incremented on significant changes that will |
| 12 | # cause compatibility issues with other layers |
| 13 | LAYERVERSION_efl-layer = "1" |
| 14 | |
| 15 | LAYERDEPENDS_efl-layer = "core openembedded-layer" |
| 16 | |
| 17 | E_MIRROR = "http://download.enlightenment.org/releases" |
| 18 | E_RELEASES = "http://download.enlightenment.org/rel" |
| 19 | E_SVN = "svn://svn.enlightenment.org/svn/e" |
| 20 | |
| 21 | # RDEPENDS on update-alternatives provider opkg-utils |
| 22 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ |
| 23 | exquisite-theme-illume->opkg-utils \ |
| 24 | " |
| 25 | |
| 26 | # RDEPENDS on e-wm |
| 27 | SIGGEN_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 | |
| 33 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
| 34 | packagegroup-efl-sdk->packagegroup-core-sdk \ |
| 35 | " |