]> Git Repo - buildroot-mgba.git/commit - Config.in.legacy
package/openjdk{-bin}: drop OpenJDK11 and add OpenJDK21
authorAdam Duskett <[email protected]>
Tue, 17 Oct 2023 17:36:11 +0000 (19:36 +0200)
committerThomas Petazzoni <[email protected]>
Wed, 1 Nov 2023 18:00:50 +0000 (19:00 +0100)
commit095cab35a92d7f3765393a266bbe5a5355fdad73
treed3504a49ec837ea4be70dff156c16245a389f67a
parent547552a9cbec769daffd3093a1c24eb0876c8fc7
package/openjdk{-bin}: drop OpenJDK11 and add OpenJDK21

OpenJDK 21 is out and with it, OpenJDK11 is now EOL.
See: https://endoflife.date/oracle-jdk As such, drop support for 11 and do the
following:

  - The 0001-Add-ARCv2-ISA-processors-support-to-Zero.patch patch now applies to
    both 17 and 21. Move it out of the version-specific directoriy.

  - BR2_OPENJDK_VERSION_LTS is now set to 17.

  - BR2_OPENJDK_VERSION_LATEST is now set to 21.

  - Drop --disable-hotspot-gtest as it has been removed, and was ignored in 17.

  - Add two separate HOST_OPENJDK_BIN_VERSION defines in openjdk-bin.mk as
    there is not a point release yet for OpenJDK 21.

  - Update the expectedVersion variable in JniTest.java from 0x000A0000 to
    0x00150000

Tested with:
./support/testing/run-tests tests.package.test_openjdk.TestOpenJdk.test_run

Signed-off-by: Adam Duskett <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
.checkpackageignore
Config.in.legacy
package/openjdk-bin/openjdk-bin.hash
package/openjdk-bin/openjdk-bin.mk
package/openjdk/0001-Add-ARCv2-ISA-processors-support-to-Zero.patch [new file with mode: 0644]
package/openjdk/17.0.8.1+1/0001-Add-ARCv2-ISA-processors-support-to-Zero.patch [deleted file]
package/openjdk/Config.in
package/openjdk/openjdk.hash
package/openjdk/openjdk.mk
support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/JniTest.java
This page took 0.032184 seconds and 4 git commands to generate.