summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-release-aarch32.inc
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2019-12-30 15:35:59 +0100
committerRichard Leitner <richard.leitner@skidata.com>2020-08-17 13:02:40 +0200
commit040bfc7748f37b258f8f1d2c6f1d2d44127bf173 (patch)
tree4a147312e7398d03f0f8bbffd52f71233fa91957 /recipes-core/openjdk/openjdk-8-release-aarch32.inc
parent4bcf80651fa555611c13c02eaab3529ccf31bbf6 (diff)
downloadmeta-java-040bfc7748f37b258f8f1d2c6f1d2d44127bf173.tar.gz
openjdk-8: update to latest ga version 242
As OpenJDK-8 is now tagging "ga" versions in addition to the "build" version the recipes are adapted to use those "ga" versions. All existing patches got re-applied and renamed. For better handling Hotspot patches now start at patch number 1001 and jdk patches at 2001. Furthermore architecture dependent patches are prefixed with the architecture they apply on. Following patches/hunks were completely dropped: - 0002-hotspot-fix-compilation-with-security-flags-enabled.patch got backported to hotspot jdk8u https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c40a28e54185 - 0011-hotspot-backport-patch-to-fix-misuses-of-strncpy-str.patch ostream.cpp:112 got fixed in hotspot jdk8u https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f3108e56b502 - 0014-hotspot-zero-fix-undefined-behaviour-gcc-v8-fix.patch got backported to hotspot jdk8u https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/ca4663e58916 - 0018-hotspot-Fix-debug-build-after-8062808-Turn-on-the-Wr.patch fixed in hotspot jdk8u https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/32bc598624bd - 0020-Enable-HotSpot-builds-on-5.x-Linux-kernels.patch fixed in hotspot jdk8u https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/5af8ec63c21c - openjdk8-add-missing-linker-flags.patch fixed in hotspot jdk8u https://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f175513c2c3a - openjdk8-fix-shark-stdc++11.patch fixed in hotspot jdk8u - openjdk8-fix-libpng-neon-build.patch fixed in jdk https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/5d57817931e1 - aarch64-hotspot-fix-undefined-behaviour-gcc-v8-fix.patch got backported to hotspot jdk8u Following patches were newly added: - 0011-autoconf-fix-CC-with-arguments-detection.patch needed because of jdk8u commit "8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris" - 0012-autoconf-NativeCompilation-remove-sysroot.patch needed because of jdk8u commit "8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris" Additionally add UPDATING.md which describes the openjdk8 update process for this layer and update8checksums.sh, a script that updates the openjdk8 source archive checksums in the corresponding .inc files. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-release-aarch32.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-release-aarch32.inc60
1 files changed, 60 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8-release-aarch32.inc b/recipes-core/openjdk/openjdk-8-release-aarch32.inc
new file mode 100644
index 0000000..686b562
--- /dev/null
+++ b/recipes-core/openjdk/openjdk-8-release-aarch32.inc
@@ -0,0 +1,60 @@
1require openjdk-8-release-common.inc
2
3COMPATIBLE_HOST = "^$"
4COMPATIBLE_HOST_armv7a = "arm"
5COMPATIBLE_HOST_armv7ve = "arm"
6
7CHANGESET_ID="200120"
8
9CORBA_CHANGESET_arm = "jdk8u${PV}-ga-aarch32-${CHANGESET_ID}"
10SRC_URI[corba.md5sum] = "2abf6d5394d9c5310af1e4ca6cec4355"
11SRC_URI[corba.sha256sum] = "52e83dfa2fa4fcc8c71f3b2959cca2136099b9c575d3726148c02b9cf7d06324"
12
13HOTSPOT_CHANGESET_arm = "jdk8u${PV}-ga-aarch32-${CHANGESET_ID}"
14SRC_URI[hotspot.md5sum] = "e252af6c20d6190e0613f39c6066e3cc"
15SRC_URI[hotspot.sha256sum] = "bfff2ef23ee80acd73a0774e7011028c3598e75d2ee8b3271524ec8ea54801ae"
16
17JAXP_CHANGESET_arm = "jdk8u${PV}-ga-aarch32-${CHANGESET_ID}"
18SRC_URI[jaxp.md5sum] = "56dc7a99589582b18bbbb5c4464022c8"
19SRC_URI[jaxp.sha256sum] = "430e49ba485737c02312557f4deb8562853e58be19ed175ea63b396307f140ce"
20
21JAXWS_CHANGESET_arm = "jdk8u${PV}-ga-aarch32-${CHANGESET_ID}"
22SRC_URI[jaxws.md5sum] = "2bbcba759f24f5dcec0c33cd62382e4f"
23SRC_URI[jaxws.sha256sum] = "c350716ff8782cc311ca17450e2d198d707d3fb71de9dc3394df39766979559f"
24
25JDK_CHANGESET_arm = "jdk8u${PV}-ga-aarch32-${CHANGESET_ID}"
26SRC_URI[jdk.md5sum] = "e17f3f4ea8a409e4a1b09a12b3b5309d"
27SRC_URI[jdk.sha256sum] = "dfa4a7e7f8ab8daf34343b1c33544b6209e422c74d5be1dbbd8ef80e2365c8aa"
28
29LANGTOOLS_CHANGESET_arm = "jdk8u${PV}-ga-aarch32-${CHANGESET_ID}"
30SRC_URI[langtools.md5sum] = "06ca78c1d4e058f277876f4e6177d9b0"
31SRC_URI[langtools.sha256sum] = "59ccafa433f5510c91835efcafbe9ff9c707034ec3305dc3a4c1a85fac65ab0c"
32
33NASHORN_CHANGESET_arm = "jdk8u${PV}-ga-aarch32-${CHANGESET_ID}"
34SRC_URI[nashorn.md5sum] = "1958e204f3984abeb2cf9e7c57aa7839"
35SRC_URI[nashorn.sha256sum] = "e964721e539807a38bdcbce7259d235f873974a686badbc274b7368a288f0021"
36
37OPENJDK_CHANGESET_arm = "jdk8u${PV}-ga-aarch32-${CHANGESET_ID}"
38SRC_URI[openjdk.md5sum] = "9aceb3b4cd710cdda55be4fe6a5303c9"
39SRC_URI[openjdk.sha256sum] = "9691291b26a650d854ce0feacf32dfb3b956165c5d2db6e1ff46dd44f4c517cf"
40
41PACKAGECONFIG_append_armv7a = " client"
42PACKAGECONFIG_append_armv7ve = " client"
43
44do_install_append() {
45 if [ -d ${D}${JDK_HOME} ] ; then
46 sed -e 's,^\(-server ERROR$\),# \1,' \
47 -e 's,^-client IGNORE,-client ERROR,' \
48 -e 's,ALIASED_TO -server,ALIASED_TO -client,' \
49 -i ${D}${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg
50 fi
51 if [ -d ${D}${JRE_HOME} ] ; then
52 sed -e 's,^\(-server ERROR$\),# \1,' \
53 -e 's,^-client IGNORE,-client ERROR,' \
54 -e 's,ALIASED_TO -server,ALIASED_TO -client,' \
55 -i ${D}${JRE_HOME}/lib/${JDK_ARCH}/jvm.cfg
56 fi
57}
58
59JDK_ARCH_armv7a = "aarch32"
60JDK_ARCH_armv7ve = "aarch32"