<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/recipes-core/openjdk, branch styhead</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=styhead</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=styhead'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2024-02-03T23:54:28+00:00</updated>
<entry>
<title>Add compatability with GCC 12.x</title>
<updated>2024-02-03T23:54:28+00:00</updated>
<author>
<name>Evgeny Sagatov</name>
<email>sagatov@ya.ru</email>
</author>
<published>2024-02-02T13:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=8c0c9f13cb89008f080fded0ca435f388e97bd7b'/>
<id>urn:sha1:8c0c9f13cb89008f080fded0ca435f388e97bd7b</id>
<content type='text'>
Fixes build for kas 4.2 and Yocto Project 4.3.2

Signed-off-by: Evgeny Sagatov &lt;sagatov@ya.ru&gt;
</content>
</entry>
<entry>
<title>openjdk-8: Update patches for patch fuzz for Yocto 4.2 mickledore</title>
<updated>2023-05-02T07:02:27+00:00</updated>
<author>
<name>Geoff Parker</name>
<email>geoffrey.parker@arthrex.com</email>
</author>
<published>2023-05-02T02:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=bf6ae1dac46dc9894f206c7f81570548dbf6785c'/>
<id>urn:sha1:bf6ae1dac46dc9894f206c7f81570548dbf6785c</id>
<content type='text'>
Yocto 4.2 bitbake is more pedantic on patch fuzz, which treats
patch fuzz Warnings as Errors, and fails the bulid.

Corrected patch fuzz with:

    devtool modify openjdk-8-native
    devtool finish --force-patch-refresh openjdk-8-native &lt;meta-java layer_path&gt;

but removed the changes to 1001-hotspot-fix-crash-on-JNI_CreateJavaVM.patch
which rewrote a huge amount of source files in their entirety for some reason.

Signed-off-by: Geoff Parker &lt;geoffrey.parker@arthrex.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8: refresh patches</title>
<updated>2022-11-24T16:50:21+00:00</updated>
<author>
<name>Ulrich Ölmann</name>
<email>u.oelmann@pengutronix.de</email>
</author>
<published>2022-11-24T16:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=3161106f0879a6be0a016df3a8bb8fa800bd6044'/>
<id>urn:sha1:3161106f0879a6be0a016df3a8bb8fa800bd6044</id>
<content type='text'>
Signed-off-by: Ulrich Ölmann &lt;u.oelmann@pengutronix.de&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk7: Use bb.parse.vars_from_file()</title>
<updated>2021-09-22T06:41:12+00:00</updated>
<author>
<name>Jacob Kroon</name>
<email>jacob.kroon@gmail.com</email>
</author>
<published>2021-09-20T20:41:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=816d8ec079741ece4bce6a9ca60a058e0993d4b7'/>
<id>urn:sha1:816d8ec079741ece4bce6a9ca60a058e0993d4b7</id>
<content type='text'>
bb.parse.BBHandler.vars_from_file() was removed in:
https://git.openembedded.org/bitbake/commit/?id=aaa5292ef96ea27f505bc5c5a4b1eb4f497ed061

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>all: manual fixes for new override syntax</title>
<updated>2021-08-11T05:19:38+00:00</updated>
<author>
<name>AJ Bagwell</name>
<email>anthony.bagwell@hivehome.com</email>
</author>
<published>2021-08-09T13:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=a1eb2b9788ed48508bbe87acf0fd9269aa3585f4'/>
<id>urn:sha1:a1eb2b9788ed48508bbe87acf0fd9269aa3585f4</id>
<content type='text'>
Signed-off-by: AJ Bagwell &lt;anthony.bagwell@hivehome.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>all: run convert-overrides (0.9.3) script to convert to new override format</title>
<updated>2021-08-11T05:19:27+00:00</updated>
<author>
<name>AJ Bagwell</name>
<email>anthony.bagwell@hivehome.com</email>
</author>
<published>2021-08-09T13:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=b71a9866abfd5292650ef0afc5ecb9ab5e29b887'/>
<id>urn:sha1:b71a9866abfd5292650ef0afc5ecb9ab5e29b887</id>
<content type='text'>
Signed-off-by: AJ Bagwell &lt;anthony.bagwell@hivehome.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8: Workaround TOPDIR not getting expanded in configure.ac</title>
<updated>2021-04-27T11:55:26+00:00</updated>
<author>
<name>Mike Looijmans</name>
<email>mike.looijmans@topic.nl</email>
</author>
<published>2021-03-24T08:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=984f25b6deb5fe4acf82d51c04b2c1392a542723'/>
<id>urn:sha1:984f25b6deb5fe4acf82d51c04b2c1392a542723</id>
<content type='text'>
Somehow the TOPDIR environment doesn't get expanded in configure.ac. Suspecting
a clash with OE's internal TOPDIR variable, I tried replacing it with JDKTOPDIR
but that resulted in the same error.

| autoreconf: configure.ac: creating directory $TOPDIR/common/autoconf/build-aux
| autoreconf: error: cannot create $TOPDIR/common/autoconf/build-aux: No such file or directory

The workaround implemented here is to replace $TOPDIR in the file by its assigned
value ${S}. This makes the error go away and the native build succeed.

Signed-off-by: Mike Looijmans &lt;mike.looijmans@topic.nl&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>classpath-native and friends: inherit native last</title>
<updated>2021-02-21T06:54:42+00:00</updated>
<author>
<name>Douglas Royds</name>
<email>douglas.royds@taitradio.com</email>
</author>
<published>2021-02-05T03:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=2cf23656eddbf77ac0ce78f7840f8f40e18199f4'/>
<id>urn:sha1:2cf23656eddbf77ac0ce78f7840f8f40e18199f4</id>
<content type='text'>
Fixes QA Issue: classpath-native: native/nativesdk class is not inherited last

Signed-off-by: Douglas Royds &lt;douglas.royds@taitradio.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8-cross.inc: exclude BB_NUMBER_THREADS from sstate hash</title>
<updated>2021-02-18T11:25:00+00:00</updated>
<author>
<name>Michael Ho</name>
<email>Michael.Ho@bmw.de</email>
</author>
<published>2021-01-29T09:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=a5257d41f32812bc9426183cc8d2b6f07617b0d5'/>
<id>urn:sha1:a5257d41f32812bc9426183cc8d2b6f07617b0d5</id>
<content type='text'>
The sstate-cache for openjre is not shareable across multiple machines
because the parallelisation configuration of Bitbake is being embedded
into the sstate hash of openjre.

Exclude BB_NUMBER_THREADS from the do_install sstate hashing to avoid
this issue.

Signed-off-by: Michael Ho &lt;Michael.Ho@bmw.de&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8: fix changed upstream checksums</title>
<updated>2020-11-09T13:23:23+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2020-11-09T13:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=6e84638d77ac921aac46649095bca5ddbde94d2a'/>
<id>urn:sha1:6e84638d77ac921aac46649095bca5ddbde94d2a</id>
<content type='text'>
The upstream archives and therefore their checksums for 8u272 have
changed. This is caused by a new "jdk8u275-b00" tag which was added on
the same revision as our "jdk8u272-ga" tag. Therefore the
.hg_archival.txt file changed.

This patch adds the new upstream checksums.

Reported-by: Chencheng Zhang &lt;chencheng@wittra.se&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
</feed>
