diff options
author | André Draszik <andre.draszik@jci.com> | 2018-08-20 16:32:33 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2018-08-21 08:14:04 +0200 |
commit | d17c8e8a404c749d3a8c7b72bb8fc7a18cedd0b6 (patch) | |
tree | 31723289c2b0c9d64849b570e541eccb94b16a6f /recipes-core/openjdk/openjdk-8-cross.inc | |
parent | 8e07641d14fb361b0d6d5ed5655e921a902f1109 (diff) | |
download | meta-java-d17c8e8a404c749d3a8c7b72bb8fc7a18cedd0b6.tar.gz |
openjdk-8: allow to build client JVM via PACKAGECONFIG
The aarch32 port will need to unconditionally enable this.
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-cross.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-8-cross.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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," | |||
32 | PACKAGECONFIG[png] = "--with-libpng=system,--with-libpng=bundled,libpng," | 32 | PACKAGECONFIG[png] = "--with-libpng=system,--with-libpng=bundled,libpng," |
33 | PACKAGECONFIG[zlib] = "--with-zlib=system,--with-zlib=bundled,zlib," | 33 | PACKAGECONFIG[zlib] = "--with-zlib=system,--with-zlib=bundled,zlib," |
34 | 34 | ||
35 | # JVM variants | ||
35 | export WANT_LLVM_RELEASE = "3.5.2" | 36 | export WANT_LLVM_RELEASE = "3.5.2" |
37 | PACKAGECONFIG[client] = "--with-jvm-variants=client,,," | ||
36 | PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,," | 38 | PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,," |
37 | PACKAGECONFIG[shark] = "--with-jvm-variants=zeroshark,,llvm3.5," | 39 | PACKAGECONFIG[shark] = "--with-jvm-variants=zeroshark,,llvm3.5," |
38 | 40 | ||