aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-17 16:56:52 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-17 16:59:14 +0100
commitd1afca1e4cb12a0ec16776e3f3325931513bb4dc (patch)
tree6b5843e25587eb80448e87d541729cb28676606b /meta-aarch64
parent3465ecd59a583010b15f951537e83ea922882e7d (diff)
leg-java: openjdk-8: build both client and server releases
As the C1 compiler (client) has matured, now build the C2 (server) compiler as well. Change-Id: I461e8840c87bc310ada092808331485ac4e323b9 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'meta-aarch64')
-rw-r--r--meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc4
-rw-r--r--meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
index fcd2ca74..364c62e1 100644
--- a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
+++ b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
@@ -6,7 +6,7 @@ SECTION = "libs"
INHIBIT_PACKAGE_STRIP = "1"
#INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-INC_PR = "r14"
+INC_PR = "r15"
SRC_URI = " \
${OPENJDK_URI} \
@@ -52,7 +52,7 @@ S="${WORKDIR}/openjdk8-aarch64-port-snapshot"
do_configure() {
unset MAKE
- bash ./configure --with-debug-level=release --with-jvm-variants=client --with-sys-root=${STAGING_DIR_TARGET} --openjdk-target=aarch64-oe-linux --with-zlib=system --with-stdc++lib=dynamic --disable-ccache
+ bash ./configure --with-debug-level=release --with-jvm-variants=client,server --with-sys-root=${STAGING_DIR_TARGET} --openjdk-target=aarch64-oe-linux --with-zlib=system --with-stdc++lib=dynamic --disable-ccache
}
do_compile() {
diff --git a/meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb b/meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb
index 814b91a8..a0a8a612 100644
--- a/meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb
+++ b/meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb
@@ -14,4 +14,4 @@ BB_STRICT_CHECKSUM = "0"
LIC_FILES_CHKSUM="file://LICENSE;md5=7b4baeedfe2d40cb03536573bc2c89b1"
-BUILD_DIR="linux-aarch64-normal-client-release/images"
+BUILD_DIR="linux-aarch64-normal-clientANDserver-release/images"