[oe] [meta-java] OpenJDK11 LTS

2020-01-31 Thread Kyle Russell
Has any work been done towards supporting OpenJDK11 with meta-java? I've been using openjdk-8, and would be interested in helping contribute support for the next LTS if there's interest. I wanted to know if anyone is actively pursuing this first though, or if anyone has uncovered additional

Re: [oe] [meta-java][PATCH] icedtea7-native: set default x11 PACKAGECONFIG from DISTRO_FEATURES

2019-11-01 Thread Kyle Russell
from the appropriate -native packages during bitbake instead of requiring the host dependency. Thank you, Kyle On Mon, Feb 4, 2019 at 5:01 PM Kyle Russell wrote: > If x11 is specified in DISTRO_FEATURES, then make it a default > PACKAGECONFIG option when building icedtea7-native; oth

Re: [oe] [meta-java][RFC][PATCH 7/7] ca-certificates-java: switch to more generic / more correct JAVA (R)DEPENDS

2019-02-06 Thread Kyle Russell
On Fri, Jul 27, 2018 at 9:29 AM André Draszik wrote: > From: André Draszik > > This recipe here actually depends on Java7 upwards, not Java2 upwards, > so state that dependency correctly using the newly introduced (virtual) > RPROVIDES of the OpenJDK8/OpenJRE8 recipes. > > At the same time, we

Re: [oe] [PATCH 0/2] RFC: Support building Java recipes with openjdk-8-native

2019-02-06 Thread Kyle Russell
ml > > http://lists.openembedded.org/pipermail/openembedded-devel/2018-July/195645.html > > http://lists.openembedded.org/pipermail/openembedded-devel/2018-July/195646.html > > http://lists.openembedded.org/pipermail/openembedded-devel/2018-July/195647.html > > What do you

[oe] [PATCH 2/2] ant-native: only use classpath tools if no JDK

2019-02-05 Thread Kyle Russell
if needed. Signed-off-by: Kyle Russell --- recipes-core/ant/ant-native_1.8.1.bb | 2 +- recipes-core/ant/files/ant | 9 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/recipes-core/ant/ant-native_1.8.1.bb b/recipes-core/ant/ant-native_1.8.1.bb index 7839abd..67cb5fc

[oe] [PATCH 1/2] Add support for building Java recipes using java-native

2019-02-05 Thread Kyle Russell
of NATIVE_INSTALL_WORKS, java-native.bbclass appears to only provide an 'inherit native', which would be more straightforward to declare in the individual recipes. Analogous to pythonnative and perlnative classes provided by oe-core. Signed-off-by: Kyle Russell --- README

[oe] [PATCH 0/2] RFC: Support building Java recipes with openjdk-8-native

2019-02-05 Thread Kyle Russell
patch to java-native.bbclass. (Its name would be more closely aligned to perlnative and pythonnative without the dash.) However, it appeared that java-native was essentially unused, and I thought having both a java-native and javanative class would be confusing. Kyle Russell (2): Add support

[oe] [meta-java][PATCH] openjdk-8: support building compact profiles

2019-02-04 Thread Kyle Russell
Signed-off-by: Kyle Russell --- recipes-core/openjdk/openjdk-8-cross.inc | 3 +++ recipes-core/openjdk/openjre-8_172b11.bb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index d04b0d3

[oe] [meta-java][PATCH] icedtea7-native: set default x11 PACKAGECONFIG from DISTRO_FEATURES

2019-02-04 Thread Kyle Russell
/native/sun/awt/utility/rect.h:31:22: fatal error: X11/Xlib.h: No such file or directory In this example, it appears that GraphicsPrimitiveMgr.c is supposed to be compiled even in headless mode, so the dependency still seems to be needed. Signed-off-by: Kyle Russell --- recipes-core/icedtea

[oe] [meta-java][sumo][PATCH] openjdk-8-16xbyy: port better interface invocation from aarch32

2019-02-04 Thread Kyle Russell
JDK: https://bugs.openjdk.java.net/browse/JDK-8194739] Signed-off-by: Kyle Russell --- .../openjdk/openjdk-8-release-16xbyy.inc | 3 + ...arch32-interface-invocation-segv-fix.patch | 74 +++ 2 files changed, 77 insertions(+) create mode 100644 recipes-core/openjdk/patches-openjd

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: better interface invocations

2019-01-28 Thread Kyle Russell
I encountered the same problem on ARM, and arrived at the same upstream patch independently. Would you like me to send my meta-java patch prefixed with [sumo]? I'd be interested in having this fix backported, if you're still taking fixes for sumo. On Mon, Dec 17, 2018 at 10:12 AM Attie Grande <

Re: [oe] meta-java configuration

2018-10-25 Thread Kyle Russell
Hi Richard, Thanks for your reply. On Thu, Oct 25, 2018 at 9:09 AM Richard Leitner wrote: > > A few years ago, it looked like > > there was an attempt to allow openjdk-8-native to provide > > virtual/javac-native, but it has since been reverted. > > As I'm not into the meta-java stuff that

[oe] meta-java configuration

2018-10-24 Thread Kyle Russell
It looks like the only javac that meta-java exposes through its bbclasses comes from libecj-bootstrap-native 3.6.2. A few years ago, it looked like there was an attempt to allow openjdk-8-native to provide virtual/javac-native, but it has since been reverted. I think I understand libecj is

[oe] [meta-networking][PATCH] dhcpcd: update to 6.11.5

2018-02-14 Thread Kyle Russell
Signed-off-by: Kyle Russell <bkyleruss...@gmail.com> --- .../dhcpcd/{dhcpcd_6.11.3.bb => dhcpcd_6.11.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/dhcpcd/{dhcpcd_6.11.3.bb => dhcpcd_6.11.5.bb} (84%)

Re: [oe] [meta-networking][PATCH v2] waf-samba.bbclass: No longer inherit waf.bbclass

2018-02-14 Thread Kyle Russell
This works for me. On Mon, Feb 12, 2018 at 11:20 AM, Joshua Watt wrote: > waf-samba.bbclass uses waf in a very different way than the "standard" > method that waf.bbclass targets and ends getting very little useful > functionality from that class. > > Signed-off-by: Joshua

Re: [oe] [meta-networking][PATCH] waf-samba: skip waf_preconfigure() prefunc from waf.bbclass

2018-02-11 Thread Kyle Russell
com> wrote: > On Sat, Feb 10, 2018 at 9:39 AM, Kyle Russell <bkyleruss...@gmail.com> > wrote: > > waf_preconfigure() fails in samba packages because wafbin is packaged > > differently, and we already pass bindir and libdir through > > CONFIGUREOPTS. > >

[oe] [meta-networking][PATCH] waf-samba: skip waf_preconfigure() prefunc from waf.bbclass

2018-02-10 Thread Kyle Russell
waf_preconfigure() fails in samba packages because wafbin is packaged differently, and we already pass bindir and libdir through CONFIGUREOPTS. Signed-off-by: Kyle Russell <bkyleruss...@gmail.com> --- meta-networking/classes/waf-samba.bbclass | 1 + 1 file changed, 1 insertion(+) diff

[oe] [meta-oe][PATCH] libvncserver: upgrade to 0.9.11

2017-06-16 Thread Kyle Russell
- Updates the SRC_URI to pull from the github project instead of debian - Removes the need for the configure.ac patch since the github archive still contains the webclient directory, no impact to built packages - sha1.c patch now included on 0.9.11 - adds systemd dependency for distros building

[oe] [meta-filesystems][PATCH] fuse: update 2.9.4 to 2.9.7

2017-06-01 Thread Kyle Russell
--- .../recipes-support/fuse/{fuse_2.9.4.bb => fuse_2.9.7.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-filesystems/recipes-support/fuse/{fuse_2.9.4.bb => fuse_2.9.7.bb} (89%) diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb

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

2016-08-24 Thread Kyle Russell
flags that might have gotten tagged on after the value for -j.) Signed-off-by: Kyle Russell <bkyleruss...@gmail.com> --- classes/java.bbclass | 17 recipes-core/icedtea/icedtea7-native.inc | 23 +- recipes-core/openjdk/ope

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

2016-08-24 Thread Kyle Russell
Sure thing. On Wed, Aug 24, 2016, 9:00 AM Maxin B. John <maxin.j...@intel.com> wrote: > 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.

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

2016-08-19 Thread Kyle Russell
flags that might have gotten tagged on after the value for -j.) Signed-off-by: Kyle Russell <bkyleruss...@gmail.com> --- classes/java.bbclass | 17 recipes-core/icedtea/icedtea7-native.inc | 23 +- recipes-core/openjdk/ope

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

2016-08-19 Thread Kyle Russell
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 <bkyleruss...@gmail.com> --- recipes-core/rhino/rhino_1.7r4.bb | 2 ++ 1 file changed, 2 insertions(+) diff