Re: [oe] [meta-java][PATCH] openjdk-8-common: Fix the issue of building failed adlc on host with gcc < 6

2018-08-09 Thread Maxin B. John
Hi Andre', On Thu, Aug 09, 2018 at 12:04:01PM +0100, André Draszik wrote: > Hi Maxin, > > You reverted this patch, do you remember what the problem was? It looks > useful, and I believe a solution similar to this one is actually needed... IIRC, this patch caused build error on one machine with

Re: [oe] Fwd: [yocto] [meta-java][PATCH 3/3] openjdk-8: use ca-certificates-java

2018-06-15 Thread Maxin B. John
Hi Richard, On Fri, Jun 15, 2018 at 10:19:06AM +0200, prvs=6977bbb5e=richard.leit...@skidata.com wrote: > fyi, as this was posted on yo...@yoctoproject.org > > @Otavio/Maxin/Henning: is it OK to just force-push to > master-next without this commit? Or should I push a > "revert" commit? I think

Re: [oe] [meta-java][PATCH 0/4] README: update to reflect current status

2018-06-12 Thread Maxin B. John
Hi Richard, On Tue, Jun 12, 2018 at 04:51:49PM +0200, prvs=69472e970=richard.leit...@skidata.com wrote: > Hi Maxin, > > On 06/12/2018 04:38 PM, Maxin B. John wrote: > > Hi Richard, > > > > On Tue, Jun 12, 2018 at 04:33:27PM +0200, > > openembedded-devel-bou

Re: [oe] [meta-java][PATCH 0/4] README: update to reflect current status

2018-06-12 Thread Maxin B. John
insertions(+), 6 deletions(-) For some reasons, the "Author" of patches are not clearly set. It shows up like - "openembedded-devel-boun...@lists.openembedded.org", instead of your mail-id. Other than that, Acked-by: Maxin B. John Best Regards, Maxin -- ___

Re: [oe] [meta-java] maintainer status

2018-06-11 Thread Maxin B. John
Hi Richard, Sorry for my long silence here in the list ( was away due to a personal loss). On Thu, Jun 07, 2018 at 04:32:36PM +0200, prvs=68935beb6=richard.leit...@skidata.com wrote: > On 06/07/2018 03:56 PM, Otavio Salvador wrote: > > On Thu, Jun 7, 2018 at 10:53 AM, Richard Leitner > >

Re: [oe] opnejdk from meta-java for aarm64 ?

2018-04-09 Thread Maxin B. John
Hi, On Mon, Apr 09, 2018 at 08:22:50AM +, Szczypta, Marek wrote: > Hi , > > I tried to compile the openjdk from meta-java layer for aarm64 . The master > branch claims that is should work for u161b15 . But after I set up the build > it tries to build u162b12 for which it fail as there is

[oe] [PATCH] ell: upgrade to version 0.4

2018-04-06 Thread Maxin B. John
1. Upgrade to version 0.4 and rename from _git to exact version _0.4 2. Fix build issues with musl libc Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../ell/0001-ell-fix-build-with-musl-libc.patch| 39 ++ .../recipes-core/ell/{ell_git.bb => ell_0.4.bb

[oe] Recent updates to meta-java (master)

2018-03-01 Thread Maxin B. John
Hi All, Pushed the following updates to meta-java: * dd5c43f :2018-03-01 - jdepend: give the downloaded file a reasonable name * 9ea2b2a :2018-02-28 - classpath: remove unused patch * fbe0b0e :2018-01-18 - (origin/rocko) openjdk-8: strip leading non digit chars from GCCVERSION

Re: [oe] BUG: openjre-8 won't compile on qemux86/ latest meta-java repo

2018-03-01 Thread Maxin B. John
Hi, On Wed, Feb 28, 2018 at 12:58:09PM +, nick83ola wrote: > $ bitbake openjre-8 > (virtual:native:/home/nicklunghi/src/yocto-openhab/sources/meta-java/recipes-core/classpathx/gnujaf_1.1.1.bb:do_compile) > failed with exit code '1' > NOTE: Tasks Summary: Attempted 956 tasks of which 946

[oe] [PATCH 5/5] gst-ffmpeg: remove leftover patch

2018-02-28 Thread Maxin B. John
Remove the following left-over patch from gst-ffmpeg package which was removed earlier: lower-rank.diff Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../gstreamer-0.10/gst-ffmpeg-0.10.13/lower-rank.diff| 16 1 file changed, 16 deletions(-) delet

[oe] [PATCH 4/5] libeigen: remove unused patch

2018-02-28 Thread Maxin B. John
Remove the following unused patch: 0001-CMakeLists.txt-install-FindEigen3.cmake-script.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...Lists.txt-install-FindEigen3.cmake-script.patch | 28 -- 1 file changed, 28 deletions(-) delete mode 100644

[oe] [PATCH 2/5] breakpad: remove unused patch

2018-02-28 Thread Maxin B. John
Remove the following unused patch: 0005-Import-necessary-definitions-from-stab.h.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...-Import-necessary-definitions-from-stab.h.patch | 199 - 1 file changed, 199 deletions(-) delete mode 100644 m

[oe] [PATCH 1/5] nautilus: remove unused patches

2018-02-28 Thread Maxin B. John
remove the following unused patch from nautilus and nautilus3: no-try-run-strftime.diff Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../nautilus/nautilus/no-try-run-strftime.diff | 28 --- .../nautilus/nautilus3/no-try-run-strftime.diff

[oe] [PATCH 0/5] remove unused patches

2018-02-28 Thread Maxin B. John
;).split() for patch in patches: patchname=os.path.basename(patch) result = subprocess.check_output(("git", "grep", patchname)).decode("utf-8").splitlines() print(result) Maxin B. John (5): nautilus: remove unused patches breakpad: remove unused p

[oe] [meta-python][PATCH] python-evdev: add python3 version of the recipe

2018-02-20 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-python/recipes-devtools/python/python-evdev.inc| 15 +++ .../recipes-devtools/python/python-evdev_0.7.0.bb | 17 + .../recipes-devtools/python/python3-evdev_0.7.0.bb | 2 ++ 3 files c

[oe] [PATCH] classes/recipes: Convert SkipPackage -> SkipRecipe

2018-01-26 Thread Maxin B. John
Update following the SkipPackage -> SkipRecipe change in oe-core. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | 2 +- meta-networking/recipes-support/nis/nis.inc | 2 +- meta-o

Re: [oe] [meta-java][PATCH] openjdk-7: fix compile errors with current poky master (gcc6)

2018-01-08 Thread Maxin B. John
Hi, On Mon, Jan 08, 2018 at 12:22:11PM +, Diaz de Grenu, Jose wrote: > -Original Message- > From: Mittal, Anuj [mailto:anuj.mit...@intel.com] > > > You can prefix your subject with branch name like [morty][PATCH] ... > > Thanks! > > Should I resend it? No need to resend it.

[oe] [PATCH] ell: Upgrade SRCREV

2018-01-05 Thread Maxin B. John
Upgrade to: 8192131 : dbus: Fix setup in l_dbus_proxy_method_call This is a requirement for BTP client tool support in Bluez5. https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=f68235b2c03235695837abfb6d7ceebacbf14dd9 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- m

Re: [oe] [meta-java][PATCH 0/7] Several fixes for java/ant recipes

2018-01-03 Thread Maxin B. John
Hi, On Wed, Jan 03, 2018 at 02:47:23AM +0100, liu.min...@gmail.com wrote: > From: Ming Liu > > Ming Liu (7): > meta: drop redundant DEPENDS_virtcalss-native definitions > meta: drop deprecated virtclass-native > commons-cli: extend native bbclass > commons-codec:

Re: [oe] [meta-java][PATCH 2/2] openjdk-8-native: Fix sigsegv with gcc7

2017-09-26 Thread Maxin B. John
Hi, On Tue, Sep 26, 2017 at 01:26:22PM +0200, Ricardo Ribalda Delgado wrote: > Ping? Pushed these 3 patches to master-next. Sorry for the delay. Best Regards, Maxin > On Thu, Sep 7, 2017 at 10:51 AM, Ricardo Ribalda Delgado > wrote: > > OpenJDK does not build

Re: [oe] [meta-java][PATCH] java-library.bbclass: compatibility with per-recipe sysroots

2017-07-21 Thread Maxin B. John
Hi, On Wed, Jul 12, 2017 at 01:36:34AM -0700, S. Lockwood-Childs wrote: > The removebinaries task was intended to remove pre-built .jar and .class files > from the unpacked source, but when per-recipe sysroots were implemented and > ended up under WORKDIR, .jar or .class in those sysroots

[oe] [PATCH] Intel: remove license file

2017-07-11 Thread Maxin B. John
This license was added to fix warnings with acpitests. acpitests recipe was moved to oe-core with this commit: OE-Core rev: 020f7ea3aa5c1f311841d4fb16bc525ae1dd5f11 Remove this file as it is not used anymore. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-oe/licenses/Inte

[oe] [meta-oe][PATCH] ser2net: upgrade to version 3.4

2017-07-03 Thread Maxin B. John
2.9.1 -> 3.4 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../recipes-connectivity/ser2net/{ser2net_2.9.1.bb => ser2net_3.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/ser2net/{ser2net_2.9.1.bb => ser2net_3.4.

Re: [oe] [meta-java][PATCH] openjdk-7: fix compile errors with current poky master (gcc6)

2017-04-28 Thread Maxin B. John
Hi, On Wed, Apr 26, 2017 at 03:39:12PM +0200, Richard Leitner wrote: > Using the current poky master openjdk-7 wasn't buildable. This patch > fixes those problems by adding three more patches to openjdk-7. > > These patches basically add/fix GCC6 support. Furthermore the > LDFLAGS_HASH_STYLE

Re: [oe] [meta-java][PATCH 0/5] Fix some issues of openjdk-8/openjre-8 headful build

2017-04-28 Thread Maxin B. John
Hi, On Sun, Apr 23, 2017 at 08:54:51AM +0200, liu.min...@gmail.com wrote: > From: Ming Liu > > This patch series fix some issues, so the openjdk-8/openjre-8 now can build > with X11 system (headful). > > Ming Liu (5): > openjdk-8-cross.inc: change a dependency

Re: [oe] [meta-java][PATCH] openjdk-8-cross.inc: tweak PACKAGECONFIG default value

2017-04-19 Thread Maxin B. John
Hi, On Wed, Apr 19, 2017 at 05:59:34AM +0200, liu.min...@gmail.com wrote: > From: Ming Liu > > When x11, cups, alsa is being set in DISTRO_FEATURES, the users might > expect openjdk build with the related options as well. For instance, > they might be

Re: [oe] [meta-java][PATCH] jikes: fix absolute symlink error

2017-03-17 Thread Maxin B. John
Hi Dan, On Thu, Mar 16, 2017 at 10:42:43AM -0600, Dan McGregor wrote: > On 13 March 2017 at 03:22, Maxin B. John <maxin.j...@intel.com> wrote: > > The following oe-core commit made asbolute symlink an error: > > > > commit 3eee8e99e114b3db8b718834ca52da8d2919b83

[oe] [meta-java][PATCH] jikes: fix absolute symlink error

2017-03-13 Thread Maxin B. John
-by: Maxin B. John <maxin.j...@intel.com> --- recipes-core/jikes/jikes_1.22.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/jikes/jikes_1.22.bb b/recipes-core/jikes/jikes_1.22.bb index 0c33118..a35cfcf 100644 --- a/recipes-core/jikes/jikes_1.22.bb +++ b/r

Re: [oe] [meta-java] fails to fetch icedtea

2016-10-20 Thread Maxin B. John
Hi Joel, On Thu, Oct 20, 2016 at 08:36:06AM +0200, Joël Guittet wrote: > Hi, > > I'm building an image with OpenJDK, but fetching icedtea fails. It was > correctly done few weeks ago. Log indicates error on checksum, but I have > reviewed changes on meta-java and I do not understand why. Anybody

[oe] [PATCH 3/4] xtscal: move recipe from oe-core

2016-09-21 Thread Maxin B. John
Move xtscal recipe from oe-core layer Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../xtscal/xtscal/30xTs_Calibrate.sh | 13 + .../xtscal/xtscal/change-cross.patch | 18 + .../recipes-graphics/xtscal/xtscal/cleanup.patch

[oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-21 Thread Maxin B. John
Move tslib recipe from oe-core layer Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-oe/recipes-graphics/tslib/tslib/ts.conf | 25 + meta-oe/recipes-graphics/tslib/tslib/tslib.sh | 8 meta-oe/recipes-graphics/tslib/tslib_1.1.bb

[oe] [PATCH 1/4] pointercal: move recipe from oe-core

2016-09-21 Thread Maxin B. John
Move pointercal recipe from oe-core layer Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../recipes-graphics/pointercal/pointercal/COPYING | 2 ++ .../pointercal/pointercal/pointercal | 0 .../pointercal/pointercal/qemuarm/pointercal | 1 + .../poin

[oe] [PATCH 2/4] meta-oe: add pointercal to layer.conf

2016-09-21 Thread Maxin B. John
add pointercal to SIGGEN_EXCLUDERECIPES_ABISAFE in layer.conf Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-oe/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index eba8ccd..bdc8210 100644 --- a/meta-o

[oe] [PATCH v3 0/4] move tslib, pointercal and xtscal recipes from oe-core

2016-09-21 Thread Maxin B. John
: d56dffe629dfc86a8d3c7a043c8c2893004f803e Changes in v2: Addressed the review comments about indentation Changes in v3: Move to meta-oe instead of meta-gpe Maxin B. John (4): pointercal: move recipe from oe-core meta-oe: add pointercal to layer.conf xtscal: move recipe from oe-core tslib

[oe] [PATCH 3/4] xtscal: move recipe from oe-core

2016-09-16 Thread Maxin B. John
Move xtscal recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../xtscal/xtscal/30xTs_Calibrate.sh | 13 + .../xtscal/xtscal/change-cross.patch | 18 + .../recipes-graphics/xtscal/xtscal/cleanup.patch

[oe] [PATCH 2/4] meta-gpe: add pointercal to layer.conf

2016-09-16 Thread Maxin B. John
add pointercal to SIGGEN_EXCLUDERECIPES_ABISAFE in layer.conf Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-gpe/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf index 00f3929..477e4a8 100644 --- a/me

[oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-16 Thread Maxin B. John
Move tslib recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-gpe/recipes-graphics/tslib/tslib/ts.conf | 25 meta-gpe/recipes-graphics/tslib/tslib/tslib.sh | 8 meta-gpe/recipes-graphics/tslib/tslib_1.1.bb

[oe] [PATCH 1/4] pointercal: move recipe from oe-core

2016-09-16 Thread Maxin B. John
Move pointercal recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-gpe/recipes-bsp/pointercal/pointercal/COPYING | 2 ++ .../recipes-bsp/pointercal/pointercal/pointercal | 0 .../pointercal/pointercal/qemuarm/pointercal | 1 + .../poin

[oe] [PATCH v2 0/4] move tslib, pointercal and xtscal recipes from oe-core

2016-09-16 Thread Maxin B. John
: d56dffe629dfc86a8d3c7a043c8c2893004f803e Changes in v2: Addressed the review comments about indentation. Maxin B. John (4): pointercal: move recipe from oe-core meta-gpe: add pointercal to layer.conf xtscal: move recipe from oe-core tslib: move recipe from oe-core meta-gpe/conf/layer.conf

Re: [oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-16 Thread Maxin B. John
Hi Paul, On Fri, Sep 16, 2016 at 10:19:50AM +1200, Paul Eggleton wrote: > On Fri, 16 Sep 2016 10:17:11 Paul Eggleton wrote: > > On Thu, 01 Sep 2016 14:40:43 Maxin B. John wrote: > > > Move tslib recipe from oe-core layer. > > > > > > Signed-off-by:

Re: [oe] [meta-java][PATCH v2] xpp3: Fix bashism

2016-09-13 Thread Maxin B. John
Hi Ricardo, On Tue, Sep 13, 2016 at 02:37:57PM +0200, Ricardo Ribalda Delgado wrote: > findpath var must also be fixed on its second occurrence. > Good catch, Thanks! It seems that the test builder failed to catch this xpp3 specific error (mostly related to build environment configuration). >

Re: [oe] [meta-java][PATCH 1/2] xpp2: Remove bashism

2016-09-13 Thread Maxin B. John
Hi Ricardo, On Tue, Sep 13, 2016 at 02:17:48PM +0200, Ricardo Ribalda Delgado wrote: > ERROR: xpp2-2.1.10-r0 do_compile: Function failed: do_compile (log file > is located at >

Re: [oe] [meta-java][PATCH] xpp[23]: fix/remove bashism

2016-09-12 Thread Maxin B. John
Hi Sujith, On Mon, Sep 12, 2016 at 03:17:34PM +0530, sujith h wrote: > Hi, > > Hope the patch looks ok. Else do let me know I can work on the same. Yes, it looks good. Pushed to master. > Thanks, > Sujith H Best Regards, Maxin > On Mon, Sep 12, 2016 at 1:44 PM, Sujith H

[oe] [PATCH 2/4] meta-gpe: add pointercal to layer.conf

2016-09-01 Thread Maxin B. John
add pointercal to SIGGEN_EXCLUDERECIPES_ABISAFE in layer.conf Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-gpe/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf index 00f3929..477e4a8 100644 --- a/me

[oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-01 Thread Maxin B. John
Move tslib recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-gpe/recipes-graphics/tslib/tslib/ts.conf | 25 meta-gpe/recipes-graphics/tslib/tslib/tslib.sh | 8 meta-gpe/recipes-graphics/tslib/tslib_1.1.bb

[oe] [PATCH 3/4] xtscal: move recipe from oe-core

2016-09-01 Thread Maxin B. John
Move xtscal recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../xtscal/xtscal/30xTs_Calibrate.sh | 13 + .../xtscal/xtscal/change-cross.patch | 18 + .../recipes-graphics/xtscal/xtscal/cleanup.patch

[oe] [PATCH 1/4] pointercal: move recipe from oe-core

2016-09-01 Thread Maxin B. John
Move pointercal recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-gpe/recipes-bsp/pointercal/pointercal/COPYING | 2 ++ .../recipes-bsp/pointercal/pointercal/pointercal | 0 .../pointercal/pointercal/qemuarm/pointercal | 1 + .../poin

[oe] [PATCH 0/4] move tslib, pointercal and xtscal recipes from oe-core

2016-09-01 Thread Maxin B. John
: d56dffe629dfc86a8d3c7a043c8c2893004f803e Maxin B. John (4): pointercal: move recipe from oe-core meta-gpe: add pointercal to layer.conf xtscal: move recipe from oe-core tslib: move recipe from oe-core meta-gpe/conf/layer.conf | 2 + meta-gpe/recipes-bsp/pointercal

[oe] Updates to meta-java (master, master-next) in 2016-08-30

2016-08-31 Thread Maxin B. John
flags that might have gotten tagged on after the value for -j.) Signed-off-by: Kyle Russell <bkyleruss...@gmail.com> Signed-off-by: Maxin B. John <maxin.j...@intel.com> commit b2827bf00734331fa6776909e2bfee8f94790fda Author: Kyle Russell <bkyleru

Re: [oe] [meta-java] Unify virtual java providers

2016-08-31 Thread Maxin B. John
Hi, On Tue, Aug 30, 2016 at 04:37:53PM +0200, Pascal Bach wrote: > Hello > > > Because I'm experimenting with different java providers (OpenJDK, Oracle > Java, Azul Zulu) and thus had a look at different java layers (meta-java, > meta-oracle-java). > > I noticed that there are many different

Re: [oe] WARNING: QA Issue: openjdk-8 rdepends on openjre-8, but it isn't a build dependency? [build-deps]

2016-08-25 Thread Maxin B. John
Hi, On Thu, Aug 25, 2016 at 07:58:30AM -0400, Robert P. J. Day wrote: > > while i'm getting the following QA warning with wind river linux 8, > i'm assuming the same would be happening with the standard meta-java > layer; if not, i apologize for posting to the wrong list. > > is this

Re: [oe] [meta-java][PATCH] Reimplement helper method for parallelizing JDK builds

2016-08-24 Thread Maxin B. John
Hi, On Wed, Aug 24, 2016 at 09:28:40AM -0400, Kyle Russell wrote: > Simplifies duplicated implementation across multiple recipes that all > inherited from java.bbclass. > > Previously implementation was not flexible in supporting other make > job-limiting flags (like -l for load) that are

Re: [oe] [meta-java][PATCH 2/2] Reimplement helper method for parallelizing JDK builds

2016-08-24 Thread Maxin B. John
Hi, On Fri, Aug 19, 2016 at 05:58:02PM -0400, Kyle Russell wrote: > Simplifies duplicated implementation across multiple recipes that all > inherited from java.bbclass. > > Previously implementation was not flexible in supporting other make > job-limiting flags (like -l for load) that are

Re: [oe] [meta-java][PATCH 1/2] rhino-native should depend on classpath-native

2016-08-24 Thread Maxin B. John
Hi Kyle, On Fri, Aug 19, 2016 at 05:58:01PM -0400, Kyle Russell wrote: > rhino's do_compile task passes > ${STAGING_DATADIR_NATIVE}/classpath/glibj.zip to javac. This glibj.zip > archive comes from the classpath-native package. > > Signed-off-by: Kyle Russell > --- >

[oe] Updates to meta-java (master, master-next) in 2016-08-24

2016-08-24 Thread Maxin B. John
d when building certain shared objects. This means that the Yocto specific linker flags were lost, which caused build failures due to a bad hash style QA error. Signed-off-by: Erkka Kääriä <erkka.kaa...@intel.com> Signed-off-by: Maxin B. John <maxin.j...@int

Re: [oe] [meta-java][PATCH v2 2/2] openjdk-8-release-102b14.inc: Ignore deprecation

2016-08-18 Thread Maxin B. John
Hi Erkka, On Mon, Aug 15, 2016 at 12:36:20PM +0300, Erkka Kääriä wrote: > readdir_r has been deprecated since glibc 2.24. As openjdk uses this > function, a warning is generated during build that gets turned into > an error when -Werror is used. Yes, this fixes the build error that we got with

Re: [oe] [meta-java][PATCH] README: fix branches of openembedded layers we depend on

2016-08-15 Thread Maxin B. John
Hi Khem, On Fri, Aug 12, 2016 at 08:04:38PM -0700, Khem Raj wrote: > On 16-08-12 16:06:33, Maxin B. John wrote: > > Hi, > > > > On Fri, Aug 12, 2016 at 10:07:46AM +0200, Richard Leitner wrote: > > > Since 33fbcd43 (rxtx: Add remove-libtool class to remove all

Re: [oe] [meta-java][PATCH] openjdk-8: Upgrade from u72 to u102y

2016-08-12 Thread Maxin B. John
Hi Erkka, On Tue, Aug 09, 2016 at 10:32:17AM +0300, Erkka Kääriä wrote: > Openjdk is upgraded from u72 to u102. Two patches are dropped, as these > were backports and the fixes are present in the current version. One > patch was refreshed. One patch was backported from the upcoming u112 to > fix

Re: [oe] [meta-java][PATCH] README: fix branches of openembedded layers we depend on

2016-08-12 Thread Maxin B. John
Hi, On Fri, Aug 12, 2016 at 10:07:46AM +0200, Richard Leitner wrote: > Since 33fbcd43 (rxtx: Add remove-libtool class to remove all .la files) > rxtx requires the remove-libtool class. This class was introduced > in the krogoth branch of openembedded-core and not backported. > > Therefore update

Re: [oe] [PATCH] pointercal: move recipe to meta-oe

2016-08-03 Thread Maxin B. John
Hi Martin, On Wed, Aug 03, 2016 at 02:52:22PM +0200, Martin Jansa wrote: > On Wed, Aug 03, 2016 at 03:10:24PM +0300, Maxin B. John wrote: > > xtscal is being replaced with xinput-calibrator in oe-core > > and that made pointercal redundant. So, move it from oe-core to > > met

[oe] [PATCH] pointercal: move recipe to meta-oe

2016-08-03 Thread Maxin B. John
xtscal is being replaced with xinput-calibrator in oe-core and that made pointercal redundant. So, move it from oe-core to meta-oe. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../recipes-graphics/pointercal/pointercal/COPYING | 2 ++ .../pointercal/pointercal/poin

[oe] [PATCH] xtscal: move recipe to meta-oe

2016-08-03 Thread Maxin B. John
Since xtscal is being replaced with xinput-calibrator in oe-core, move it from oe-core to meta-oe for those who want to use it. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../xtscal/xtscal/30xTs_Calibrate.sh | 13 + .../xtscal/xtscal/change-cross

Re: [oe] [PATCH] directfb: move recipe to meta-oe

2016-07-12 Thread Maxin B. John
Hi Martin, On Mon, Jul 11, 2016 at 04:35:37PM +0200, Martin Jansa wrote: > On Mon, Jul 04, 2016 at 04:45:53PM +0300, Maxin B. John wrote: > > directfb.org has been down for about a year now. Since there > > are active users for this recipe, it makes sense to move this > > fr

[oe] [PATCH] directfb: move recipe to meta-oe

2016-07-04 Thread Maxin B. John
directfb.org has been down for about a year now. Since there are active users for this recipe, it makes sense to move this from oe-core to meta-oe. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../configure.in-Fix-string-argument-syntax.patch | 28 + .../directfb/di

Re: [oe] [meta-java][PATCH] javasqlite: add support

2016-06-01 Thread Maxin B. John
Hi, On Wed, Jun 01, 2016 at 09:43:42AM +0800, Feng Mu wrote: > Javasqlite is a Java wrapper including a basic JDBC driver > for SQLite 2/3. > > Signed-off-by: Feng Mu > --- > .../0001-fix-errors-during-cross-compile.patch | 533 > + >

Re: [oe] OE Changelog since 2016-05-15 until 2016-05-22

2016-05-24 Thread Maxin B. John
Hi, On Mon, May 23, 2016 at 06:50:51PM -0700, cliff.br...@gmail.com wrote: > Changelog since 2016-05-15 until 2016-05-22. Projects included in this > report: > > bitbake: git://git.openembedded.org/bitbake > openembedded-core: git://git.openembedded.org/openembedded-core > meta-openembedded:

Re: [oe] [meta-java][PATCH v2 1/3] java-bootstrapping: Do not rely on hardcoded paths

2016-04-29 Thread Maxin B. John
Hi, On Fri, Apr 29, 2016 at 09:48:19AM +0300, Erkka Kääriä wrote: > Various paths to files are hardcoded in either helper scripts or the > resulting binaries (like path to Java class libraries). While this works > well when using the files on the build machine, things start breaking > down when

Re: [oe] [meta-java][PATCH 1/3] java-bootstrapping: Do not rely on hardcoded paths

2016-04-28 Thread Maxin B. John
Hi Erkka, Have a couple of comments about this patch-set: 1. Upstream-Status is missing 2. cacao build fails after applying this patch. On Fri, Apr 22, 2016 at 01:48:26PM +0300, Erkka Kääriä wrote: > Various paths to files are hardcoded in either helper scripts or the > resulting binaries

Re: [oe] [meta-java][PATCH] icedtea7-native: skip the already-stripped test

2016-04-28 Thread Maxin B. John
On Fri, Apr 22, 2016 at 05:36:14PM +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > libfreetype.so.6 is copied from STAGING_LIBDIR and > binaries/libraries in sysroot are already stripped > since the following commit in oe-core: > "30f3774 staging:

Re: [oe] [meta-java][PATCH 1/2] openjdk-8: make jar repacking optional

2016-04-28 Thread Maxin B. John
Hi, On Wed, Apr 20, 2016 at 02:09:52PM -0600, Dan McGregor wrote: > From: Daniel McGregor > > Repacking the runtime jar files takes a long time, and is only done > to save some space. Make it optional to speed up builds that don't > need it. > > Signed-off-by:

Re: [oe] [meta-java][PATCH 2/2] Openjdk-8: Fix build flags for adlc

2016-03-22 Thread Maxin B. John
Hi Erkka, On Mon, Mar 21, 2016 at 01:39:12PM +0200, Erkka Kääriä wrote: > Adlc is a native tool that openjdk builds and uses during its build process. > Bitbake however passes target machine specific CFLAGS and CXXFLAGS because we > are crosscompiling openjdk for the target architecture. This can

Re: [oe] [PATCH] gpsd: Fix build when static libs disabled

2016-03-01 Thread Maxin B. John
dded-devel/2016-February/106230.html > > > Fix this build error: > > SCons Error: no such option: --disable-static > > Signed-off-by: Maxin B. John > > --- > >  meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 1 + > >  1 file changed, 1 insertion(+) > > di

[oe] [PATCH] gpsd: Fix build when static libs disabled

2016-02-26 Thread Maxin B. John
Fix this build error: SCons Error: no such option: --disable-static Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes-navi

Re: [oe] [meta-java][PATCH 0/5] Fix several license issues

2016-02-05 Thread Maxin B. John
Hi, On Fri, Feb 05, 2016 at 10:16:56AM +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > Fixed the following license issues: > WARNING: jikes-native: No generic license file exists for: IBM in any provider > WARNING: cup-native: No generic license

Re: [oe] [PATCH] libjpeg-turbo: remove recipe

2016-01-21 Thread Maxin B. John
Hi, gentle ping. (libjpeg-turbo was moved to oe-core on 2016-01-07) On Mon, Nov 30, 2015 at 11:13:43AM +0200, Maxin B. John wrote: > Remove libjpeg-turbo package from meta-oe as it will be moved to oe-core > to replace libjpeg package. > > Signed-off-by: Maxin B. John <maxin

Re: [oe] meta-java Workflow

2016-01-14 Thread Maxin B. John
Hi Jens, On Wed, Jan 13, 2016 at 07:03:51PM +0100, Jens Rehsack wrote: > Hi, > > to avoid such a problem as it occurred with ec7b984f, 04d5d0bf and dfb21b44, > I strongly suggest that meta-java follows the merge-workflow from other > meta-layers: > > cherry-pick new stuff into master-next,

Re: [oe] [meta-java][PATCH] gnumail: Fix race condition in makefile

2015-12-11 Thread Maxin B. John
Hi Erkka, On Thu, Dec 10, 2015 at 10:45:45AM +0200, Erkka Kääriä wrote: > Parallel make does not handle multiple javac invocations correctly, as javac > compiles any uncompiled dependencies on its own. This leads to a race > condition > where make may see incomplete class files and incorrectly

Re: [oe] [meta-java][PATCH v7 2/2] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-12-09 Thread Maxin B. John
Hi Jens, On Tue, Dec 08, 2015 at 02:52:51PM +0100, Jens Rehsack wrote: > > This adds openjdk-8 for native and target builds and allows a stripped > openjre-8 being built as well instead of trying to cherry-pick jre > components from jdk-image. > > The recipes allow building openjdk-8 with or

[oe] [PATCH] libjpeg-turbo: remove recipe

2015-11-30 Thread Maxin B. John
Remove libjpeg-turbo package from meta-oe as it will be moved to oe-core to replace libjpeg package. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../recipes-core/jpeg/libjpeg-turbo_8d+1.4.1.bb| 40 -- 1 file changed, 40 deletions(-) delete mode 100644 m

Re: [oe] [meta-java][PATCH] cacao: fix configure error

2015-11-03 Thread Maxin B. John
Hi Jens, On Tue, Nov 03, 2015 at 11:15:01AM +0100, Jens Rehsack wrote: > > This patch fixes the nowadays occuring configure error: > rm: cannot remove 'src/mm/boehm-gc/ltmain.sh': No such file or directory > > Signed-off-by: Jens Rehsack > --- >

Re: [oe] [meta-java][PATCH] icedtea7-native: Fix memory leak when compiled with GCC 5.0+

2015-10-26 Thread Maxin B. John
Hi, On Fri, Oct 23, 2015 at 12:50:01PM +0300, Erkka Kääriä wrote: > > Hotspot compiler has a bug where signed integers could overflow. This is > undefined behaviour, and causes massive memory leak when compiled with GCC > 5.0+, > causing the build to fail. > > This is fixed by backporting

Re: [oe] [meta-java][PATCH] cacao-initial-native: Fix undefined behaviour in gc

2015-10-23 Thread Maxin B. John
Hi Erkka, On Wed, Oct 21, 2015 at 12:41:49PM +0300, Erkka Kääriä wrote: > Upstream-Status: Backport > > Fixes undefined behaviour in boehm GC used by cacao-initial-native > as suggested at > https://github.com/ivmai/bdwgc/commit/16780405c899f01119bc45167122b4242f6b34fb. > > The undefined

Re: [oe] [meta-java] update email address

2015-10-19 Thread Maxin B. John
Hi Otavio, On Fri, Oct 16, 2015 at 12:26:46PM -0300, Otavio Salvador wrote: > On Fri, Oct 16, 2015 at 1:16 AM, Maxin B. John <maxin.j...@intel.com> wrote: > > Hi, > > > > Updated my email address in README: > > > > README: update contact info >

[oe] [meta-java] update email address

2015-10-16 Thread Maxin B. John
Hi, Updated my email address in README: README: update contact info Signed-off-by: Maxin B. John <maxin.j...@intel.com> diff --git a/README b/README index 7a48f14..f031021 100644 --- a/README +++ b/README @@ -46,7 +46,7 @@ Main layer maint

Re: [oe] [meta-java][PATCH] cacao-initial-native: Fix sed matching

2015-10-15 Thread Maxin B. John
Hi, On Thu, Oct 15, 2015 at 01:46:07PM +0300, Erkka Kääriä wrote: > The recipe uses sed to patch src/scripts/java.in so that it execs > cacao-initial > instead of cacao. However, if configure step is run again, -initial is > appended > again to the string, leading to 'exec

Re: [oe] [meta-java] Commit duplication

2015-10-01 Thread Maxin B. John
Hi Erkka, On Wed, Sep 23, 2015 at 08:37:40AM +, Kaaria, Erkka wrote: > Hi, > > There seem to have been a bad merge commit made December 17 2014 > (http://git.yoctoproject.org/cgit/cgit.cgi/meta-java/commit/?id=12a0b10b35b1829eec11ea653af53d127a8b6fd1). > This commit introduced duplicate

Re: [oe] [meta-java][PATCH 1/2] OpenJDK-8u: For x86 and arm

2015-08-18 Thread Maxin B. John
Hi, On Fri, Aug 14, 2015 at 12:35:03PM -0700, Vinay K. Awasthi wrote: From: Vinay K. Awasthi vinay.k.awas...@intel.com OpenJDK-8 Update Build 40b27: This package enables OpenJDK-8 update for x86 and arm in following vm configurations. x86: hotspot VM arm: interpreter mode (zero vm)

Re: [oe] [meta-java][PATCH 2/2] Openjdk-8u: Added bootstrap JDK option

2015-08-18 Thread Maxin B. John
Hi, On Fri, Aug 14, 2015 at 12:35:22PM -0700, Vinay K. Awasthi wrote: From: Vinay K. Awasthi vinay.k.awas...@intel.com Added --with-boot-jdk option that allows icedtea7-native to be used as bootstrap jdk. Signed-off-by: Vinay K. Awasthi vinay.k.awas...@intel.com ---

Re: [oe] [meta-java] [Openjdk-8 enabling patch]

2015-08-06 Thread Maxin B. John
Hi, On Wed, Aug 05, 2015 at 07:29:00PM +, Awasthi, Vinay K wrote: diff --git recipes-core/openjdk/openjdk-8-8u40b27/cacao-arm-ucontext.patch +return LIBFFI_LIBS=-lffi +else: +return Agree with Otavio and Paul here. Please re-do the patch as described in the

Re: [oe] [meta-java][PATCH] openjdk-7: fix icedtea-crosscompile-fix.patch

2015-06-24 Thread Maxin B. John
Hi, On Tue, Jun 23, 2015 at 10:29:24AM -0400, Amy Fong wrote: From ed2cca0045c597a28ce4ea3f9ce220c97a2a05fe Mon Sep 17 00:00:00 2001 From: Amy Fong amy.f...@windriver.com Date: Mon, 22 Jun 2015 14:50:20 -0400 Subject: [PATCH] openjdk-7: fix patch Fixing what looks like a hand edited patch

[oe] [PATCH] fuse-exfat: upgrade to 1.1.0

2015-01-15 Thread Maxin B. John
Bump to 1.1.0 1. Updated LICENSE from GPLv3 to GPLv2 or later 2. Misc. spelling fix Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../fuse-exfat/{fuse-exfat_1.0.1.bb = fuse-exfat_1.1.0.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename meta-filesystems/recipes

Re: [oe] [PATCH] sqlite3: update to version 3.8.0.1

2013-09-02 Thread Maxin B. John
On Mon, Sep 02, 2013 at 01:22:42PM +0200, maxin.j...@enea.com wrote: From: Maxin B. John maxin.j...@enea.com Upgrade to latest version 3.8.0.1 Please resend to openembedded-core ML Resent to openembedded-core ML. Sorry about this. Best Regards, Maxin

Re: [oe] [meta-oe] [PATCH] log4cplus: add recipe

2013-08-27 Thread Maxin B. John
On Mon, Aug 26, 2013 at 07:59:57PM +0100, Paul Eggleton wrote: Hi Paul, Hi Maxin, On Monday 26 August 2013 13:06:19 maxin.j...@enea.com wrote: From: Maxin B. John maxin.j...@enea.com log4cplus provides a simple C++ logging API for log management. Signed-off-by: Maxin B. John maxin.j