[oe] [meta-oe][PATCH] libmicrohttpd: update 0.9.49 -> 0.9.50

2016-08-09 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@vaillant-group.com> --- .../{libmicrohttpd_0.9.49.bb => libmicrohttpd_0.9.50.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.49.bb => libmicrohtt

[oe] [PATCH] libmicrohttpd: update 0.9.49 -> 0.9.50

2016-08-09 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@vaillant-group.com> --- .../libmicrohttpd/libmicrohttpd_0.9.49.bb | 25 -- .../libmicrohttpd/libmicrohttpd_0.9.50.bb | 25 ++ 2 files changed, 25 insertions(+), 25 deletions(-) delet

[oe] [meta-java][PATCH v3] openjdk-8: ignore wrong GCCVERSION-flag

2016-07-25 Thread Sven Ebenfeld
During my recipe parsing, GCCVERSION in the cross case seems to be 'l' this leads to a ValueError during recipe parsing. Therefore check type before trying to parse the version flag. Signed-off-by: Sven Ebenfeld <sven.ebenf...@vaillant-group.com> --- recipes-core/openjdk/openjdk-8-common.i

[oe] [meta-java][PATCH v2] openjdk-8: ignore wrong GCCVERSION-flag

2016-07-21 Thread Sven Ebenfeld
During my recipe parsing, GCCVERSION in the cross case seems to be 'l' this leads to a ValueError during recipe parsing. Therefore check type before trying to parse the version flag. Signed-off-by: Sven Ebenfeld <sven.ebenf...@vaillant-group.com> --- recipes-core/openjdk/openjdk-8-common.i

[oe] [meta-java][PATCH] openjdk-8: ignore wrong GCCVERSION-flag

2016-07-21 Thread Sven Ebenfeld
During my recipe parsing, GCCVERSION in the cross case seems to be 'l' this leads to a ValueError during recipe parsing. Therefore check type before trying to parse the version flag. Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- recipes-core/openjdk/openjdk-8-common.inc | 2

Re: [oe] [meta-python] Python Flask recipes + cve-searching during package creation

2016-02-19 Thread Sven Ebenfeld
> > Could you try: > > git clone http://code.ossystems.com.br/meta-python-flask > > It should just work ;-) Thx, that works :) Cheers, Sven -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [meta-python] Python Flask recipes + cve-searching during package creation

2016-02-19 Thread Sven Ebenfeld
First I would like to mention why I added these recipes. Currently I'm working on my Master-Thesis for my studies in Applied IT Security. The subject is to implement some security scans during image creation. This work shall help to prevent rolling out vulnerable firmware images. One of the tasks

[oe] [meta-oe][PATCH v2] mongodb patch

2016-01-31 Thread Sven Ebenfeld
it. Sven Ebenfeld (1): mongodb: 2.6.0 -> 3.3.0 and remove from pnblacklist ...Make-it-possible-to-disable-the-use-of-v8.patch | 50 ...to-use-build-settings-from-environment-va.patch | 67 +++ ...02-Fix-linking-when-scripting-is-disabled.patch | 25 ...d-mongo-bin

Re: [oe] [meta-oe][PATCH v2] mongodb: 2.6.0 -> 3.3.0 and remove from pnblacklist

2016-01-31 Thread Sven Ebenfeld
bject: Re: [oe] [meta-oe][PATCH v2] mongodb: 2.6.0 -> 3.3.0 and remove > from pnblacklist > > On Sun, Jan 31, 2016 at 7:42 AM, Sven Ebenfeld <sven.ebenf...@gmail.com> > wrote: > > -DEPENDS = "openssl libpcre boost libpcap" > > -# Mongo uses tcmalloc on

Re: [oe] [meta-oe][PATCH] mongodb: 2.6.0 -> 3.3.0 and remove from pnblacklist

2016-01-29 Thread Sven Ebenfeld
ct: Re: [oe] [meta-oe][PATCH] mongodb: 2.6.0 -> 3.3.0 and remove > from pnblacklist > > On Sun, Jan 17, 2016 at 01:26:07AM +0100, Sven Ebenfeld wrote: > > Since building mongodb was impossible currently, I updated the recipe > > and got it working on arm >= v6, x86

[oe] [meta-python][PATCH 05/21] python-dateutil: 1.5 -> 2.4.2 and add python3 recipe

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- .../recipes-devtools/python/python-dateutil.inc| 23 ++ .../recipes-devtools/python/python-dateutil_1.5.bb | 22 - .../python/python-dateutil_2.4.2.bb| 2 ++ .../python/p

[oe] [meta-python][PATCH 06/21] python(3)-itsdangerous: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/recipes-devtools/python/python-itsdangerous.inc | 9 + meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb | 2 ++ meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb | 2 ++ 3

[oe] [meta-python][PATCH 08/21] python(3)-passlib: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/recipes-devtools/python/python-passlib.inc | 14 ++ .../recipes-devtools/python/python-passlib_1.6.5.bb| 2 ++ .../recipes-devtools/python/python3-passlib_1.6.5.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 09/21] python-requests: 2.7.0 -> 2.9.1 and add python3 recipe

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- .../recipes-devtools/python/python-requests.inc| 9 + .../recipes-devtools/python/python-requests_2.7.0.bb | 18 -- .../recipes-devtools/python/python-requests_2.9.1.bb | 4 .../recipes-de

[oe] [meta-python][PATCH 14/21] python(3)-pymongo: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/recipes-devtools/python/python-pymongo.inc | 12 meta-python/recipes-devtools/python/python-pymongo_3.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymongo_3.2.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 11/21] python(3)-werkzeug: add recipe

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/recipes-devtools/python/python-werkzeug.inc | 16 .../recipes-devtools/python/python-werkzeug_0.11.3.bb| 2 ++ .../recipes-devtools/python/python3-werkzeug_0.11.3.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 12/21] python(3)-pymisp: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/recipes-devtools/python/python-pymisp.inc | 14 ++ meta-python/recipes-devtools/python/python-pymisp_2.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.2.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 03/21] add pypi3 bbclass to make python3 recipe creation easier as well

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/classes/pypi-common.bbclass | 21 + meta-python/classes/pypi.bbclass| 22 +- meta-python/classes/pypi3.bbclass | 1 + 3 files changed, 23 insertions(+), 21 del

[oe] [meta-python][PATCH 07/21] python(3)-markupsafe: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- .../recipes-devtools/python/python-markupsafe.inc | 17 + .../recipes-devtools/python/python-markupsafe_0.23.bb | 19 +-- .../python/python3-markupsafe_0.23.bb | 2 ++ 3 files c

[oe] [meta-python][PATCH 02/21] python(3)-feedformatter: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/recipes-devtools/python/python-feedformatter.inc | 11 +++ .../recipes-devtools/python/python-feedformatter_0.4.bb | 2 ++ .../recipes-devtools/python/python3-feedformatter_0.4.bb | 2 ++ 3 files c

[oe] [meta-python][PATCH 04/21] python-six: 1.9.0 -> 1.10.0 and add python3-recipe

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- .../recipes-devtools/python/{python-six_1.9.0.bb => python-six.inc} | 6 ++ meta-python/recipes-devtools/python/python-six_1.10.0.bb| 2 ++ meta-python/recipes-devtools/python/python3-six_1.10.0.bb

[oe] [meta-python][PATCH 00/21] Add recipes for different python and python3 packages

2016-01-22 Thread Sven Ebenfeld
https://github.com/esven/meta-openembedded/tree/python-additions Sven Ebenfeld (21): python(3)-lxml: 3.4.4 -> 3.5.0 python(3)-feedformatter: add recipes add pypi3 bbclass to make python3 recipe creation easier as well python-six: 1.9.0 -> 1.10.0 and add python3-recipe python-dateuti

[oe] [meta-python][PATCH 01/21] python(3)-lxml: 3.4.4 -> 3.5.0

2016-01-22 Thread Sven Ebenfeld
Update python-lxml and python3-lxml to version 3.5.0 and correct licensing information. The file LICENSES.txt states four different licenses. Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- .../recipes-devtools/python/python-lxml.inc| 25 -- .../{

[oe] [meta-python][PATCH 19/21] python(3)-flask: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/recipes-devtools/python/python-flask.inc | 14 ++ meta-python/recipes-devtools/python/python-flask_0.10.1.bb | 2 ++ .../recipes-devtools/python/python3-flask_0.10.1.bb| 2 ++ 3 files chang

[oe] [meta-python][PATCH 21/21] python(3)-flask-pymongo: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- .../recipes-devtools/python/python-flask-pymongo.inc| 13 + .../recipes-devtools/python/python-flask-pymongo_0.4.0.bb | 2 ++ .../recipes-devtools/python/python3-flask-pymongo_0.4.0.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 18/21] python(3)-whoosh: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/recipes-devtools/python/python-whoosh.inc | 13 + meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 10/21] python(3)-redis: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/recipes-devtools/python/python-redis.inc| 9 + meta-python/recipes-devtools/python/python-redis_2.10.5.bb | 2 ++ meta-python/recipes-devtools/python/python3-redis_2.10.5.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 17/21] python(3)-xlrd: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/recipes-devtools/python/python-xlrd.inc | 10 ++ meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb | 2 ++ meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 16/21] python3-tornado: add recipe

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- .../recipes-devtools/python/python-tornado.inc | 24 ++ .../recipes-devtools/python/python-tornado_4.3.bb | 37 ++ .../recipes-devtools/python/python3-tornado_4.3.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 15/21] python-certifi: 14.05.14 -> 2015.11.20.1 and add python3 recipe

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- .../{python-certifi_14.05.14.bb => python-certifi.inc}| 15 +++ .../python/python-certifi_2015.11.20.1.bb | 2 ++ .../python/python3-certifi_2015.11.20.1.bb| 2 ++ 3 files c

[oe] [meta-python][PATCH 20/21] python(3)-flask-login: add recipes

2016-01-22 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- meta-python/recipes-devtools/python/python-flask-login.inc | 14 ++ .../recipes-devtools/python/python-flask-login_0.2.11.bb | 2 ++ .../recipes-devtools/python/python3-flask-login_0.2.11.bb | 2 ++ 3 files chang

[oe] [meta-oe][PATCH] mongodb: 2.6.0 -> 3.3.0 and remove from pnblacklist

2016-01-16 Thread Sven Ebenfeld
ilt-in version of boost. Signed-off-by: Sven Ebenfeld <sven.ebenf...@gmail.com> --- ...Make-it-possible-to-disable-the-use-of-v8.patch | 50 ...to-use-build-settings-from-environment-va.patch | 67 +++ ...02-Fix-linking-when-scripting-is-disabled.patch | 25 ...d-mon

Re: [oe] OE/Yocto developer survey

2015-10-28 Thread Sven Ebenfeld
Am 26.10.2015 um 20:18 schrieb Cliff Brake: > Hi, > > I'd like to get some feedback on the following questions -- feel free > to respond to list, or directly to me, and I'll withhold your > name/company from any results. > > I would like to collect feedback until 2015-11-02, and will summarize

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-19 Thread Sven Ebenfeld
/javac-native. The recipe jamvm depends on virtual/javac-native and provides java-native. So none of them can be built since this patch. Shouldn't jamvm depend on javac-initial-native? Mit freundlichen Grüßen, Sven Ebenfeld 2015-08-18 22:14 GMT+02:00 Mario Domenech Goulart ma...@ossystems.com.br

[oe] [meta-java][PATCH v3 07/10] openjdk-7: remove IcedTea 2.3.12, OpenJDK 7u25b30

2015-04-27 Thread Sven Ebenfeld
We have now updated to IcedTea 2.5.4, so we can remove the old version. Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../openjdk/openjdk-7-25b30/build-hacks.patch | 60 .../openjdk-7-25b30/cacao-arm-ucontext.patch | 24 -- .../openjdk/openjdk-7-25b30/cacao

[oe] [meta-java][PATCH v3 01/10] icedtea7-native: Add attr-native and libxslt-native as dependency

2015-04-27 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- recipes-core/icedtea/icedtea7-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index 1f193e1..b29fd34 100644 --- a/recipes

[oe] [meta-java][PATCH v3 04/10] openjdk-7: Add IcedTea 2.5.4 OpenJDK 7u75b13

2015-04-27 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../openjdk/openjdk-7-75b13/build-hacks.patch | 71 + .../openjdk-7-75b13/cacao-arm-ucontext.patch | 24 ++ .../openjdk/openjdk-7-75b13/cacao-libtoolize.patch | 12 + .../openjdk-7-75b13/cacao-loadavg-makefile.patch

[oe] [meta-java][PATCH v3 06/10] openjdk-7: Add libxslt-native and krb5 as dependency

2015-04-27 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- recipes-core/openjdk/openjdk-7-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 29519fa..5b0ac7c 100644

[oe] [meta-java][PATCH v3 03/10] icedtea7-native: remove unused patch

2015-04-27 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../icedtea-disable-desktop-dirs.patch | 91 -- 1 file changed, 91 deletions(-) delete mode 100644 recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-desktop-dirs.patch diff --git a/recipes-core

[oe] [meta-java][PATCH v3 00/10] Update OpenJDK7 to IcedTea 2.5.4 und OpenJDK 7u75b13

2015-04-27 Thread Sven Ebenfeld
The new patchset with the comments of Khem fixed. -gstabs is not anymore replaced by -ggdb but only by -g. And the changes to java-test-image have been split into two commits Sven Ebenfeld (10): icedtea7-native: Add attr-native and libxslt-native as dependency icedtea7-native: fix build

[oe] [meta-java][PATCH v3 05/10] openjdk-7: use icedtea7-native as dependency instead of icedtea6

2015-04-27 Thread Sven Ebenfeld
Due to problems when using native rmic, I switched to using icedtea7. Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- recipes-core/openjdk/openjdk-7-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes

[oe] [meta-java][PATCH v3 02/10] icedtea7-native: fix build with gcc 4.9

2015-04-27 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../icedtea-change-to-gdb-debug-format.patch | 29 ++ recipes-core/icedtea/openjdk-7-release-03b147.inc | 2 ++ 2 files changed, 31 insertions(+) create mode 100644 recipes-core/icedtea/openjdk-7-03b147/icedtea

[oe] [meta-java][PATCH v3 09/10] java-test-image: remove busybox-hwclock

2015-04-27 Thread Sven Ebenfeld
busybox-hwclock fails installing for me and I don't see the point for leaving it in the image. So I removed it. Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- recipes-images/images/java-test-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-images

[oe] [meta-java][PATCH v3 10/10] README: Update PREFERRED_VERSION to new OpenJDK-7 version 75b13-2.5.4

2015-04-27 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 70af588..83cb52d 100644 --- a/README +++ b/README @@ -68,7 +68,7 @@ PREFERRED_VERSION_openjdk-6-jre = 6b32-1.13.4 PREFERRED_VERSION_icedtea6

[oe] [meta-java][PATCH v3 08/10] java-test-image: Add openjdk-7-vm-zero package

2015-04-27 Thread Sven Ebenfeld
There is no point in not installing the ZeroVM of OpenJDK-7 in a java-test-image. Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- recipes-images/images/java-test-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-images/images/java-test-image.bb b

Re: [oe] [meta-java][PATCH v2 0/7] Update OpenJDK7 to IcedTea 2.5.4 und OpenJDK 7u75b13

2015-04-22 Thread Sven Ebenfeld
Am 21.04.2015 um 08:34 schrieb Sven Ebenfeld: Hi Otavio, Am 20.04.2015 um 16:58 schrieb Otavio Salvador: Hello Sven, On Mon, Apr 13, 2015 at 4:27 AM, Sven Ebenfeld sven.ebenf...@gmail.com wrote: There were some mistakes in my former recipes. This version fixes them. OpenJDK-7 did

Re: [oe] [meta-java][PATCH v2 0/7] Update OpenJDK7 to IcedTea 2.5.4 und OpenJDK 7u75b13

2015-04-21 Thread Sven Ebenfeld
Hi Otavio, Am 20.04.2015 um 16:58 schrieb Otavio Salvador: Hello Sven, On Mon, Apr 13, 2015 at 4:27 AM, Sven Ebenfeld sven.ebenf...@gmail.com wrote: There were some mistakes in my former recipes. This version fixes them. OpenJDK-7 did not depend on krb5 but excluded it in OECONF. Now I

Re: [oe] [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13

2015-04-14 Thread Sven Ebenfeld
Hi Khem, Am 14.04.2015 um 05:46 schrieb Khem Raj: On Apr 13, 2015, at 8:27 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Sven, I really appreciate your work. Thanks for all the hard work on this :) On Mon, Apr 13, 2015 at 4:38 AM, Sven Ebenfeld sven.ebenf...@gmail.com wrote

[oe] [meta-java][PATCH v2 6/7] java-test-image: Add openjdk-7 ZeroVM and remove busybox-hwclock

2015-04-13 Thread Sven Ebenfeld
busybox-hwclock could not be installed for me and I guess we don't really need it. I wanted to test OpenJDK 7 ZeroVM so we need to install it. Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- recipes-images/images/java-test-image.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[oe] [meta-java][PATCH v2 7/7] Update README to new OpenJDK-7

2015-04-13 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 70af588..6517d3f 100644 --- a/README +++ b/README @@ -68,7 +68,7 @@ PREFERRED_VERSION_openjdk-6-jre = 6b32-1.13.4 PREFERRED_VERSION_icedtea6

[oe] [meta-java][PATCH v2 0/7] Update OpenJDK7 to IcedTea 2.5.4 und OpenJDK 7u75b13

2015-04-13 Thread Sven Ebenfeld
-openembedded. Built with qemux86 and qemuarm. This release switches the HotSpot-Release to a newer one because of a segfault bug in the ARM Thumb2 JIT. Sven Ebenfeld (7): icedtea7-native: Add missing dependencies icedtea7-native: fix build with gcc 4.9 icedtea7-native: Remove unused patch openjdk-7

[oe] [meta-java][PATCH v2 3/7] icedtea7-native: Remove unused patch

2015-04-13 Thread Sven Ebenfeld
This patch is not referenced anywhere in the recipes. Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../icedtea-disable-desktop-dirs.patch | 91 -- 1 file changed, 91 deletions(-) delete mode 100644 recipes-core/icedtea/openjdk-7-03b147/icedtea

[oe] [meta-java][PATCH v2 1/7] icedtea7-native: Add missing dependencies

2015-04-13 Thread Sven Ebenfeld
From: Sven Ebenfeld sven.ebenf...@vaillant.de icedtea7 is looking for xsltproc and attr during configuration process. Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- recipes-core/icedtea/icedtea7-native.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes

Re: [oe] [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13

2015-04-13 Thread Sven Ebenfeld
. Unfortunately I don't have the time to fix these errors at the moment as we use glibc. If one uses uclibc, it may not work atm. Mit freundlichen Grüßen, Sven Ebenfeld 2015-04-07 15:17 GMT+02:00 Otavio Salvador ota...@ossystems.com.br: On Tue, Apr 7, 2015 at 6:41 AM, Sven Ebenfeld sven.ebenf...@gmail.com

Re: [oe] [meta-java][PATCH 0/7] Update OpenJDK7 to IcedTea 2.5.4 und OpenJDK 7u75b13

2015-04-08 Thread Sven Ebenfeld
Please ignore these patches as I have already found some mistakes. I'm going to send updated ones in a few days. Mit freundlichen Grüßen, Sven Ebenfeld 2015-04-07 17:04 GMT+02:00 Sven Ebenfeld sven.ebenf...@gmail.com: I've built this release for an arm i.MX6 target and its running quite well

Re: [oe] [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13

2015-04-07 Thread Sven Ebenfeld
know if this is acceptable for you? It's running on my arm target quit well at the moment. If you want, I could create a patchset based on the meta-java repository on yoctoproject.org?! Mit freundlichen Grüßen, Sven Ebenfeld 2015-04-04 21:27 GMT+02:00 Otavio Salvador ota...@ossystems.com.br

[oe] [meta-java][PATCH 2/7] icedtea7-native: fix build with gcc 4.9

2015-04-07 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../icedtea-change-to-gdb-debug-format.patch | 29 ++ recipes-core/icedtea/openjdk-7-release-03b147.inc | 2 ++ 2 files changed, 31 insertions(+) create mode 100644 recipes-core/icedtea/openjdk-7-03b147/icedtea

[oe] [meta-java][PATCH 6/7] openjdk-7: Add libxslt-native as dependency

2015-04-07 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- recipes-core/openjdk/openjdk-7-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 29519fa..2bcca07 100644 --- a/recipes

[oe] [meta-java][PATCH 4/7] openjdk-7: Add IcedTea 2.5.4 OpenJDK 7u75b13

2015-04-07 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../openjdk/openjdk-7-75b13/build-hacks.patch | 71 + .../openjdk-7-75b13/cacao-arm-ucontext.patch | 24 ++ .../openjdk/openjdk-7-75b13/cacao-libtoolize.patch | 12 + .../openjdk-7-75b13/cacao-loadavg-makefile.patch

[oe] [meta-java][PATCH 7/7] openjdk-7: remove IcedTea 2.3.12, OpenJDK 7u25b30

2015-04-07 Thread Sven Ebenfeld
We have now updated to IcedTea 2.5.4, so we can remove the old version. Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../openjdk/openjdk-7-25b30/build-hacks.patch | 60 .../openjdk-7-25b30/cacao-arm-ucontext.patch | 24 -- .../openjdk/openjdk-7-25b30/cacao

[oe] [meta-java][PATCH 1/7] icedtea7-native: Add attr-native and libxslt-native as dependency

2015-04-07 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- recipes-core/icedtea/icedtea7-native.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index 1f193e1..ff0c998 100644

[oe] [meta-java][PATCH 5/7] openjdk-7: use icedtea7-native as dependency instead of icedtea6

2015-04-07 Thread Sven Ebenfeld
Due to problems when using native rmic, I switched to using icedtea7. Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- recipes-core/openjdk/openjdk-7-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes

[oe] [meta-java][PATCH 0/7] Update OpenJDK7 to IcedTea 2.5.4 und OpenJDK 7u75b13

2015-04-07 Thread Sven Ebenfeld
I've built this release for an arm i.MX6 target and its running quite well. This patchset is updating OpenJDK7 to the newest IcedTea Release and fixing some issues when building icedtea7-native. I have tested it with dizzy branches. Sven Ebenfeld (7): icedtea7-native: Add attr-native

[oe] [meta-java][PATCH 3/7] icedtea7-native: remove unused patch

2015-04-07 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../icedtea-disable-desktop-dirs.patch | 91 -- 1 file changed, 91 deletions(-) delete mode 100644 recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-desktop-dirs.patch diff --git a/recipes-core

Re: [oe] [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13

2015-04-03 Thread Sven Ebenfeld
Hi Otavio, Am 03.04.2015 um 03:56 schrieb Otavio Salvador: Hello Sven, On Thu, Apr 2, 2015 at 5:25 PM, Sven Ebenfeld sven.ebenf...@gmail.com wrote: I've managed to build and run OpenJDK-7-75b13 on an armv7 target but now I run into an issue reported all around in the net: http

Re: [oe] [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13

2015-04-03 Thread Sven Ebenfeld
at 5:07 AM, Sven Ebenfeld sven.ebenf...@gmail.com wrote: Hi Otavio, Am 03.04.2015 um 03:56 schrieb Otavio Salvador: Hello Sven, On Thu, Apr 2, 2015 at 5:25 PM, Sven Ebenfeld sven.ebenf...@gmail.com wrote: I've managed to build and run OpenJDK-7-75b13 on an armv7 target but now I run

[oe] [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13

2015-04-01 Thread Sven Ebenfeld
Hi, I'm currently trying to update openjdk-7 to the current icedtea-release. I'm getting as far as to the compile step which fails during a run of rmic. In difference to earlier builds, it tries to run the just compiled rmic java-classes. The bootstrap jdk6 complains about incompatible class

Re: [oe] [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13

2015-04-01 Thread Sven Ebenfeld
Hi Max, Am 01.04.2015 um 19:17 schrieb Max Krummenacher: Hi Sven Maybe this pull request to the old meta-java repo location contains already contains some of the stuff you need. https://github.com/woglinde/meta-java/pull/62 Thanks, I will have a look at this. Did you have the same problem

Re: [oe] [meta-java] Trying to update openjdk-7 to icedtea 2.5.4 and jdk75b13

2015-04-01 Thread Sven Ebenfeld
Hello Otavio, Am 01.04.2015 um 17:25 schrieb Otavio Salvador: Hello Sven, On Wed, Apr 1, 2015 at 12:19 PM, Sven Ebenfeld sven.ebenf...@gmail.com wrote: I'm currently trying to update openjdk-7 to the current icedtea-release. I'm getting as far as to the compile step which fails during

[oe] [meta-oe][PATCH 6/7] claws-mail: Fix SRC_URI

2015-02-21 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb b/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb index a8bee71

[oe] [meta-oe][PATCH 4/7] serial-utils: Fix SRC_URI

2015-02-21 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- meta-oe/recipes-support/serial-utils/pty-forward-native.bb | 4 ++-- meta-oe/recipes-support/serial-utils/serial-forward_git.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/serial-utils/pty

[oe] [meta-oe][PATCH 0/7] Some SRC_URI fixes

2015-02-21 Thread Sven Ebenfeld
Some of the SRC_URIs in meta-openembedded are not available anymore. I looked for alternatives and fixed these recipes. Sven Ebenfeld (7): lightmediascanner: Fix SRC_URI crda: Fix SRC_URI libgee: Update to Version 0.16.1 serial-utils: Fix SRC_URI vala-dbus-binding-tool: Update to 0.4.1

[oe] [meta-oe][PATCH 2/7] crda: Fix SRC_URI

2015-02-21 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- meta-networking/recipes-connectivity/crda/crda_1.1.3.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb b/meta-networking/recipes-connectivity/crda

[oe] [meta-oe][PATCH 3/7] libgee: Update to Version 0.16.1

2015-02-21 Thread Sven Ebenfeld
--- meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb | 10 ++ meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb | 10 -- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb delete mode 100644

[oe] [meta-oe][PATCH 1/7] lightmediascanner: Fix SRC_URI

2015-02-21 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../lightmediascanner/lightmediascanner_0.4.4.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-efl/recipes-multimedia/lightmediascanner/lightmediascanner_0.4.4.bb b/meta-efl/recipes

[oe] [meta-oe][PATCH v3] stunnel: Update to version 5.10

2015-02-20 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel

Re: [oe] [meta-oe][PATCH v2] stunnel: Update to version 5.10

2015-02-20 Thread Sven Ebenfeld
Am 20.02.2015 um 14:41 schrieb Martin Jansa: +EXTRA_OECONF += --with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips + +PACKAGECONFIG ??= systemd Please respect systemd in DISTRO_FEATURES, otherwise you cause this error in bitbake world ERROR: Nothing PROVIDES 'systemd' (but

[oe] [meta-oe][PATCH v2] stunnel: Update to version 5.10

2015-02-17 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../recipes-support/stunnel/stunnel_4.56.bb | 17 - .../recipes-support/stunnel/stunnel_5.10.bb | 20 2 files changed, 20 insertions(+), 17 deletions(-) delete mode 100644 meta

Re: [oe] [meta-oe][PATCH] stunnel: Update to 5.10

2015-02-17 Thread Sven Ebenfeld
I have posted an updated PATCH v2 to fix these qa issues. Mit freundlichen Grüßen, Sven Ebenfeld 2015-02-16 18:47 GMT+01:00 Martin Jansa martin.ja...@gmail.com: On Wed, Feb 11, 2015 at 11:47:57AM +0100, Sven Ebenfeld wrote: Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com

Re: [oe] [meta-oe][PATCH] stunnel: Update to 5.10

2015-02-13 Thread Sven Ebenfeld
If you accept this patch, can you as well backport it to dizzy? Am 11.02.2015 um 11:47 schrieb Sven Ebenfeld: Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../recipes-support/stunnel/stunnel_4.56.bb| 17 - .../recipes-support/stunnel/stunnel_5.10.bb

[oe] [meta-oe][PATCH] stunnel: Update to 5.10

2015-02-11 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../recipes-support/stunnel/stunnel_4.56.bb| 17 - .../recipes-support/stunnel/stunnel_5.10.bb| 18 ++ 2 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 meta

[oe] [meta-networking][PATCH] stunnel: Update to Version 5.07

2014-12-03 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 17 - meta-networking/recipes-support/stunnel/stunnel_5.07.bb | 15 +++ 2 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 meta

[oe] [meta-networking][PATCH v2] stunnel: Update to Version 5.07

2014-12-03 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 17 - meta-networking/recipes-support/stunnel/stunnel_5.07.bb | 15 +++ 2 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 meta

[oe] [meta-oe][PATCH v2] haveged: Add recipe for haveged entropy daemon v1.9.1

2014-12-03 Thread Sven Ebenfeld
As we are building software for headless embedded devices, we don't want to rely on the entropy generated by default linux kernel mechanisms. Haveged seems to be a good solution in providing more entropy for headless devices. Upstream-Status: Pending Signed-off-by: Sven Ebenfeld sven.ebenf

[oe] [meta-filesystems][PATCH] f2fs-tools: Update to Version 1.04

2014-12-03 Thread Sven Ebenfeld
Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../recipes-utils/f2fs-tools/f2fs-tools_1.4.0.bb | 17 ...emove-AC_CHECK_FILE-for-cross-compilation.patch | 32 ++ 2 files changed, 49 insertions(+) create mode 100644 meta-filesystems/recipes-utils/f2fs

Re: [oe] [meta-filesystems][PATCH] f2fs-tools: Update to Version 1.04

2014-12-03 Thread Sven Ebenfeld
Am 03.12.2014 um 19:06 schrieb Martin Jansa: On Wed, Dec 03, 2014 at 12:14:01PM +0100, Sven Ebenfeld wrote: Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- The subject says 1.04 and recipe 1.4.0. Also next time remove old version (1.1.0). I were not really sure what is best

[oe] Systemd and read-only-rootfs

2014-11-04 Thread Sven Ebenfeld
entered failed state. Can anybody help me where I should look or what I should Change in my Image recipe to get read-only rootfs working? Mit freundlichen Grüßen, Sven Ebenfeld -- ___ Openembedded-devel mailing list Openembedded-devel

Re: [oe] Yocto 1.7 building alsa-lib do_package fails

2014-11-03 Thread Sven Ebenfeld
Just for information: I found my mistake. After switching from dora to dizzy I didn't see the disappearance of mx6s SOC_TYPE. After changing it to mx6dl everything works fine. 2014-10-31 16:51 GMT+01:00 Sven Ebenfeld sven.ebenf...@gmail.com: Am 31.10.2014 16:06, schrieb Iorga, Cristian: Hi

[oe] Yocto 1.7 building alsa-lib do_package fails

2014-10-31 Thread Sven Ebenfeld
Hi, When I try to build alsa-lib on master branch of oe-core I get the following error: ERROR: Function failed: opkg-build execution failed ERROR: Logfile of failure stored in:

Re: [oe] Yocto 1.7 building alsa-lib do_package fails

2014-10-31 Thread Sven Ebenfeld
. This might even exclude errors in my own configuration. Regards, Cristian Iorga Yocto Project Intel Corporation -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Sven Ebenfeld Sent

[oe] [meta-oe][PATCH] haveged: Add recipe for haveged entropy daemon v1.9.1

2014-09-08 Thread Sven Ebenfeld
As we are building software for headless embedded devices, we don't want to rely on the entropy generated by default linux kernel mechanisms. Haveged seems to be a good solution in providing more entropy for headless devices. Upstream-Status: Pending Signed-off-by: Sven Ebenfeld sven.ebenf