<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/recipes-core/openjdk, branch warrior-next</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=warrior-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=warrior-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2020-08-17T11:03:22+00:00</updated>
<entry>
<title>openjdk-8: remove -Werror</title>
<updated>2020-08-17T11:03:22+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2020-04-29T09:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=9d4e73cf8fe633b5ffdca272f0a208e266f006ef'/>
<id>urn:sha1:9d4e73cf8fe633b5ffdca272f0a208e266f006ef</id>
<content type='text'>
Add patches to remove Werror from the build process. Therefore we also
drop the "-Wno-*" exceptions.

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Tested-by: Jacob Kroon &lt;jacob.kroon@gmail.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8: require GCC &gt;= v6</title>
<updated>2020-08-17T11:03:19+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2020-04-29T09:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=f343448f23c4c4d0baa5a037be1e01fce2fb5a63'/>
<id>urn:sha1:f343448f23c4c4d0baa5a037be1e01fce2fb5a63</id>
<content type='text'>
As nobody should use older versions of GCC anymore this patch drops all
version dependent workarounds and requiers host gcc &gt;=6 for building
openjdk-8.

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Tested-by: Jacob Kroon &lt;jacob.kroon@gmail.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8: Fix building with GCC 10</title>
<updated>2020-08-17T11:02:40+00:00</updated>
<author>
<name>Jacob Kroon</name>
<email>jacob.kroon@gmail.com</email>
</author>
<published>2020-04-30T13:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=139b0cb1f2d454a07d46ac5f11d3d3d175518227'/>
<id>urn:sha1:139b0cb1f2d454a07d46ac5f11d3d3d175518227</id>
<content type='text'>
Signed-off-by: Jacob Kroon &lt;jacob.kroon@gmail.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8: Don't set TOPDIR bitbake variable</title>
<updated>2020-08-17T11:02:40+00:00</updated>
<author>
<name>Jacob Kroon</name>
<email>jacob.kroon@gmail.com</email>
</author>
<published>2020-02-08T11:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=fa4f1977cc9f59378046a3e86f72e35f35b3017f'/>
<id>urn:sha1:fa4f1977cc9f59378046a3e86f72e35f35b3017f</id>
<content type='text'>
It is used to set the default sstate cache location.
Just export it to the environment.

Signed-off-by: Jacob Kroon &lt;jacob.kroon@gmail.com&gt;
[richard.leitner@skidata.com: adapted commit message]
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8: update to latest ga version 242</title>
<updated>2020-08-17T11:02:40+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2019-12-30T14:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=040bfc7748f37b258f8f1d2c6f1d2d44127bf173'/>
<id>urn:sha1:040bfc7748f37b258f8f1d2c6f1d2d44127bf173</id>
<content type='text'>
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 &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8: fix a random crash on JNI_CreateJavaVM</title>
<updated>2020-08-17T11:02:40+00:00</updated>
<author>
<name>Wenlin Kang</name>
<email>wenlin.kang@windriver.com</email>
</author>
<published>2019-02-19T02:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=4bcf80651fa555611c13c02eaab3529ccf31bbf6'/>
<id>urn:sha1:4bcf80651fa555611c13c02eaab3529ccf31bbf6</id>
<content type='text'>
When call JNI_CreateJavaVM API, sometimes it will crash(we have
reproduced it on quemuppc), this patch fixes it.

Signed-off-by: Wenlin Kang &lt;wenlin.kang@windriver.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>remove True option to getVar calls</title>
<updated>2020-08-17T11:02:40+00:00</updated>
<author>
<name>André Draszik</name>
<email>andre.draszik@jci.com</email>
</author>
<published>2019-01-13T11:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=8f6374ef51eb0f4d2e85fbd6b546b9cee0bb954d'/>
<id>urn:sha1:8f6374ef51eb0f4d2e85fbd6b546b9cee0bb954d</id>
<content type='text'>
getVar() has been defaulting to expanding by default for
a long time (2016), thus remove the True option from
getVar() calls with a regex search and replace.

Search &amp; replace made using the following command:
    sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \
        -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \
             | cut -d':' -f1 \
             | sort -u)

Signed-off-by: André Draszik &lt;andre.draszik@jci.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk8: Make kerberos optional through PACKAGECONFIG</title>
<updated>2020-08-17T11:02:40+00:00</updated>
<author>
<name>Ricardo Ribalda Delgado</name>
<email>ricardo@ribalda.com</email>
</author>
<published>2019-07-05T11:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=3d2a7dc0360138e0e77c8251c24feb2486365a59'/>
<id>urn:sha1:3d2a7dc0360138e0e77c8251c24feb2486365a59</id>
<content type='text'>
It triggers a lot of dependencies, and it is no clear that
is needed.

Signed-off-by: Ricardo Ribalda Delgado &lt;ricardo@ribalda.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8: disable stringop-overflow compiler errors</title>
<updated>2020-08-17T11:02:40+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2019-06-25T11:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=743223725ac9f744f75a37a83d83f1066cd3aba0'/>
<id>urn:sha1:743223725ac9f744f75a37a83d83f1066cd3aba0</id>
<content type='text'>
As new compilers generate this error we disable it for now as a
WORKAROUND. This will be removed when openjdk-8 is updated to the latest
version

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8: Enable HotSpot builds on 5.x Linux kernels</title>
<updated>2020-08-17T11:02:40+00:00</updated>
<author>
<name>Nicola Lunghi</name>
<email>nick83ola@gmail.com</email>
</author>
<published>2019-06-17T13:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=f4a4ee10d31dc39bf641c420a41fca189130eb5d'/>
<id>urn:sha1:f4a4ee10d31dc39bf641c420a41fca189130eb5d</id>
<content type='text'>
This is a backport of a patch to enable hotspot builds
with 5.x kernels.

Signed-off-by: Nicola Lunghi &lt;nick83ola@gmail.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
</feed>
