From: "André Draszik" <git@andred.net>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-java][PATCH v2 4/5] openjdk-8: allow to build client JVM via PACKAGECONFIG
Date: Mon, 20 Aug 2018 16:32:33 +0100 [thread overview]
Message-ID: <20180820153234.10990-4-git@andred.net> (raw)
In-Reply-To: <20180820153234.10990-1-git@andred.net>
From: André Draszik <andre.draszik@jci.com>
The aarch32 port will need to unconditionally enable this.
Signed-off-by: André Draszik <andre.draszik@jci.com>
---
recipes-core/openjdk/openjdk-8-cross.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc
index 939155b..d04b0d3 100644
--- a/recipes-core/openjdk/openjdk-8-cross.inc
+++ b/recipes-core/openjdk/openjdk-8-cross.inc
@@ -32,7 +32,9 @@ PACKAGECONFIG[jpeg] = "--with-libjpeg=system,--with-libjpeg=bundled,jpeg,"
PACKAGECONFIG[png] = "--with-libpng=system,--with-libpng=bundled,libpng,"
PACKAGECONFIG[zlib] = "--with-zlib=system,--with-zlib=bundled,zlib,"
+# JVM variants
export WANT_LLVM_RELEASE = "3.5.2"
+PACKAGECONFIG[client] = "--with-jvm-variants=client,,,"
PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,,"
PACKAGECONFIG[shark] = "--with-jvm-variants=zeroshark,,llvm3.5,"
--
2.18.0
next prev parent reply other threads:[~2018-08-20 15:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-20 15:32 [meta-java][PATCH v2 1/5] layer.conf: stop OpenJDK-8(native) build dependencies from being installed André Draszik
2018-08-20 15:32 ` [meta-java][PATCH v2 2/5] openjdk-8: fix malformed patches André Draszik
2018-08-20 15:32 ` [meta-java][PATCH v2 3/5] openjdk-8: always apply some patches André Draszik
2018-08-20 15:32 ` André Draszik [this message]
2018-08-20 15:32 ` [meta-java][PATCH v2 5/5] openjdk-8: add aarch32 port 8u172b11 André Draszik
2018-08-21 6:54 ` Richard Leitner
2018-08-21 7:15 ` André Draszik
2018-08-21 7:26 ` Richard Leitner
2018-08-21 7:53 ` André Draszik
2018-08-22 9:26 ` [meta-java][PATCH v2 1/5] layer.conf: stop OpenJDK-8(native) build dependencies from being installed Richard Leitner
2018-08-22 12:04 ` André Draszik
2018-08-22 12:11 ` Richard Leitner
2018-08-22 12:57 ` André Draszik
2018-08-22 13:36 ` Richard Leitner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180820153234.10990-4-git@andred.net \
--to=git@andred.net \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.