summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-release-172b11.inc
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2018-08-22 13:01:42 +0100
committerRichard Leitner <richard.leitner@skidata.com>2018-10-02 07:58:49 +0200
commit75c2622906afba5a53d48fde72dbdef8d81ba05a (patch)
tree72bea95af9d0ba2900c3f5b18d1e98dcee9a852e /recipes-core/openjdk/openjdk-8-release-172b11.inc
parentd17c8e8a404c749d3a8c7b72bb8fc7a18cedd0b6 (diff)
downloadmeta-java-75c2622906afba5a53d48fde72dbdef8d81ba05a.tar.gz
openjdk-8: add aarch32 port 8u172b11
Similar to the aarch64 build, we import the specific aarch32 port when building for ARMv7. We also add all the necessary patches to: * compile using gcc v8 * compile against musl This was tested on: * QEMU with cortex A7 emulation (using glibc) * real hardware (using musl) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-release-172b11.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-release-172b11.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-core/openjdk/openjdk-8-release-172b11.inc b/recipes-core/openjdk/openjdk-8-release-172b11.inc
index fdf7b39..b308e50 100644
--- a/recipes-core/openjdk/openjdk-8-release-172b11.inc
+++ b/recipes-core/openjdk/openjdk-8-release-172b11.inc
@@ -1,7 +1,10 @@
1require openjdk-8-release-172b11-common.inc 1require openjdk-8-release-172b11-common.inc
2 2
3# We do not yet work for aarch64. 3# We do not yet work for aarch64, and we make sure
4COMPATIBLE_HOST = "^(?!aarch64).*" 4# to use the aarch32 port for ARMv7.
5COMPATIBLE_HOST = "^(?!(aarch64)).*$"
6COMPATIBLE_HOST_armv7a = "^$"
7COMPATIBLE_HOST_armv7ve = "^$"
5 8
6CORBA_CHANGESET = "875a75c440cd" 9CORBA_CHANGESET = "875a75c440cd"
7SRC_URI[corba.md5sum] = "66242dd6e749f39a5ef6add34f5ecb2f" 10SRC_URI[corba.md5sum] = "66242dd6e749f39a5ef6add34f5ecb2f"