[yocto] [meta-virtualization] [recipes-containers] criu version 2.12.1

2017-07-25 Thread Federico Pietro Briata
Hi All, in attach my recipes for Criu 2.12.1. Best regards, Federico Briata --- recipes-containers/criu/criu-2.12.1+gitAUTOINC+14e0bf7baf/0002-criu-Skip-documentation-install.patch | 28 +++

Re: [yocto] [meta-java] openjdk-8 fail to build

2016-01-14 Thread Federico Pietro Briata
version of Yocto are you using? I'm using 1.7.1 version with only the patch i described in my previous answer. When using it on the master of meta-java i got it working without any issues.. You mentioned you use another patch as well? Regards 2016-01-13 18:46 GMT+01:00 Federico Pietro Briata <fe

Re: [yocto] [meta-java] openjdk-8 fail to build

2016-01-13 Thread Federico Pietro Briata
-imx6-mx6quad/tmp-eglibc/work/x86_64-linux/openjdk-8-native/72b05-r0/jdk8u-e8bed1496ff2/Makefile so the build stuck here in this loop I think. regards Federico 2016-01-12 17:41 GMT+01:00 Federico Pietro Briata <feder...@briata.org>: > Hi Stef, > Thanks, I've tried to apply that pa

Re: [yocto] [meta-java] openjdk-8 fail to build

2016-01-12 Thread Federico Pietro Briata
and regards federico 2015-12-19 10:38 GMT+01:00 Stef <stefboerrig...@gmail.com>: > Federico Pietro Briata <federicobriata@...> writes: > > > > > > > > > Hi All, > > I'm trying to build openjdk-8 but I'm stuck.my current setup does not > define anyt

Re: [yocto] [meta-java] openjdk-8 fail to build

2015-12-14 Thread Federico Pietro Briata
Hi Jens 2015-12-13 10:03 GMT+01:00 Jens Rehsack <rehs...@gmail.com>: > > > Am 11.12.2015 um 18:16 schrieb Federico Pietro Briata < > federicobri...@gmail.com>: > > > | ERROR: no configure script found at > /home/federico/yocto/imx6/R6.0/build-imx6-mx6quad/tm

Re: [yocto] [meta-java] [PATCH] gnumail: Fix race condition in makefile fail to apply

2015-12-11 Thread Federico Pietro Briata
2:45:18PM +0100, Federico Pietro Briata wrote: > >Hi > > > >I just pull to build openjdk-8 and I get this error: > > > >ERROR: Command Error: exit status: 1 Output: > >Applying patch fix_makefile_race_condition.patch > >patching file Makefile.am > >Hunk

[yocto] [meta-java] openjdk-8 fail to build

2015-12-11 Thread Federico Pietro Briata
Hi All, I'm trying to build openjdk-8 but I'm stuck. my current setup does not define anything for: #PREFERRED_PROVIDER_virtual/java-native #PREFERRED_PROVIDER_virtual/javac-native follow the log error ERROR: Function failed: do_configure (log file is located at

Re: [yocto] [meta-java] can zero shark be enabled again?

2015-10-20 Thread Federico Pietro Briata
2015-10-16 17:14 GMT+02:00 Jens Rehsack : > > While IcedTea maintains the ARMJIT within hotspot ported from OpenJDK6, > ZeroShark uses LLVM's JIT. > > Since ARM support in LLVM's JIT was utterly broken, MCJIT support is > required for ZeroShark. > I was working on that but my

Re: [yocto] [meta-java] openjdk-7-jre was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES)

2015-10-16 Thread Federico Pietro Briata
2015-10-16 16:09 GMT+01:00, Jens Rehsack <rehs...@gmail.com>: > >> Am 16.10.2015 um 15:35 schrieb Federico Pietro Briata >> <federicobri...@gmail.com>: >> >> Hi Folks, >> I'm trying to compile java without x11 and unfortunately also without &

Re: [yocto] [meta-java] can zero shark be enabled again?

2015-10-16 Thread Federico Pietro Briata
2015-10-16 16:14 GMT+01:00, Jens Rehsack : > > I fear you mix between ARMJIT provided by IceadTea and ZeroShark provided by > OpenJDK. Ops > While IcedTea maintains the ARMJIT within hotspot ported from OpenJDK6, > ZeroShark uses LLVM's JIT. I thought ARMJIT was part of Shark

[yocto] [meta-java] openjdk-7-jre was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES)

2015-10-16 Thread Federico Pietro Briata
Hi Folks, I'm trying to compile java without x11 and unfortunately also without success.. I've added in my local.conf: DISTRO_FEATURES_remove = "x11" # Java build settings PREFERRED_PROVIDER_virtual/java-native = "jamvm-native" PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"

[yocto] [meta-java] can zero shark be enabled again?

2015-10-16 Thread Federico Pietro Briata
Hi again, I saw that some JIT optimization for arm32 has been announcement in icedtea the announcement is available at http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2015-January/030392.html So I'm just wondering if anyone know if shark can be enabled again also in yocto recipes and can