Re: [oe] [meta-java] openjre-8 arm JIT jvm

2016-11-08 Thread Henning Heinold
On Mon, Nov 07, 2016 at 08:55:47PM -0600, Dean wrote: > Does anyone have this working? The default recipe for ARM architecture only > builds a zero jvm that runs in interpreted mode. Naturally this is very slow > on a slowish ARM processor. I have an application that makes heavy use of > Java and n

[oe] State of bitbake world 2016-11-03

2016-11-08 Thread Martin Jansa
Please note that the logs aren't available online, because the server with logs was moved to other HW and the files weren't rsynced (yet - at least not to correct location visible as http://logs.nslu2-linux.org/buildlogs/oe). == Number of issues - stats == {| class='wikitable' !|Date

Re: [oe] [OE-core] State of bitbake world 2016-11-03

2016-11-08 Thread Andreas Müller
On Tue, Nov 8, 2016 at 1:24 PM, Martin Jansa wrote: > Please note that the logs aren't available online, because the server with > logs > was moved to other HW and the files weren't rsynced (yet - at least not to > correct > location visible as http://logs.nslu2-linux.org/buildlogs/oe). > > == N

Re: [oe] [OE-core] State of bitbake world 2016-11-03

2016-11-08 Thread Martin Jansa
On Tue, Nov 08, 2016 at 01:32:27PM +0100, Andreas Müller wrote: > On Tue, Nov 8, 2016 at 1:24 PM, Martin Jansa wrote: > > Please note that the logs aren't available online, because the server with > > logs > > was moved to other HW and the files weren't rsynced (yet - at least not to > > correct

[oe] [meta-python][PATCH] pyyaml: Enable nativesdk bake

2016-11-08 Thread Brad Bishop
Signed-off-by: Brad Bishop --- meta-python/recipes-devtools/python/python-pyyaml_3.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb b/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb index 61b1d2c..0899a2

[oe] [meta-oe][PATCH] breakpad: Upgrade to latest

2016-11-08 Thread Khem Raj
Switch to using git Gets aarch64 support Signed-off-by: Khem Raj --- .../breakpad/{breakpad_svn.bb => breakpad_git.bb} | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/breakpad/{breakpad_svn.bb => breakpad_git.bb} (87%) diff --git

Re: [oe] [meta-python][PATCH v3] python-cassandra-driver: add recipe for version 3.7.1

2016-11-08 Thread Paul Eggleton
Hi Ruben, On Fri, 04 Nov 2016 20:35:53 Ruben De Smet wrote: > A Python library for Apache Cassandra > > Signed-off-by: Ruben De Smet > --- > .../python/python-cassandra-driver.inc | 33 > ++ .../python/python3-cassandra-driver_3.7.1.bb | > 2 ++ > 2 files c