<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/README, branch warrior</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=warrior</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=warrior'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2020-08-17T11:03:19+00:00</updated>
<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>README: clarify supported openjdk version/arch/libc combinations</title>
<updated>2018-10-02T05:59:06+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2018-09-18T15:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=a0c9441123511f35687c46d45f204179f42c6d70'/>
<id>urn:sha1:a0c9441123511f35687c46d45f204179f42c6d70</id>
<content type='text'>
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>oeqa: runtime: java: enable test_java8_jar_comp_mode for armv7</title>
<updated>2018-10-02T05:59:06+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2018-08-21T13:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=ba6c8b1d94f55ef1a9e4f564590a45e2bf29e279'/>
<id>urn:sha1:ba6c8b1d94f55ef1a9e4f564590a45e2bf29e279</id>
<content type='text'>
As commit "openjdk-8: add aarch32 port 8u172b11" introduced support for
the aarch32 port of openjdk-8 enable the test_java8_jar_comp_mode test
for ARMv7 machines. This is done by skipping the test only for machines
which have armv{4-6} in their tunes.

Furthermore update the "Known Limitations" section in the README.

This patch depends on OE-Core rev 10b935c713748346aea6c36c2f41e0ae6c320821,
named "oeqa/core/decorator: add skipIfInDataVar"

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Acked-by: Henning Heinold &lt;henning@itconsulting-heinold.de&gt;
</content>
</entry>
<entry>
<title>README: add "Known Limitations/Bugs" section</title>
<updated>2018-08-20T06:54:33+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2018-08-20T06:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=f02b0aaed8c154a1cfe3de52a3194695c7cd6274'/>
<id>urn:sha1:f02b0aaed8c154a1cfe3de52a3194695c7cd6274</id>
<content type='text'>
Add a section containing our currently known limitations. This includes
OpenJDK version-target combinations which only support "interpreted
mode".

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>README: add "Testing" section</title>
<updated>2018-06-19T12:55:22+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2018-06-19T12:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=c8f7e412aaee4e41ec8ff980f463536c757538d0'/>
<id>urn:sha1:c8f7e412aaee4e41ec8ff980f463536c757538d0</id>
<content type='text'>
Add new "Testing" section in README where we describe how meta-java
tests may be used.

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>README: Remove Mario Goulart from the list of maintainers</title>
<updated>2018-06-12T15:08:02+00:00</updated>
<author>
<name>Mario Domenech Goulart</name>
<email>mario@parenteses.org</email>
</author>
<published>2018-06-12T14:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=ecb637a8cf5eb0cbff67e9e568858f7bfed061fc'/>
<id>urn:sha1:ecb637a8cf5eb0cbff67e9e568858f7bfed061fc</id>
<content type='text'>
Signed-off-by: Mario Domenech Goulart &lt;mario@parenteses.org&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
</content>
</entry>
<entry>
<title>README: add maintainer: Richard Leitner</title>
<updated>2018-06-12T15:07:55+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2018-06-12T14:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=611ff2b70bab4e2b49433285a3dacbdf1928124c'/>
<id>urn:sha1:611ff2b70bab4e2b49433285a3dacbdf1928124c</id>
<content type='text'>
As discussed on the openembedded-devel ML [1] add myself as a maintainer
for this layer.

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2018-June/118697.html

Cc: Henning Heinold &lt;henning@itconsulting-heinold.de&gt;
Cc: Mario Domenech Goulart &lt;mario@parenteses.org&gt;
Cc: Maxin John &lt;maxin.john@intel.com&gt;
Cc: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
</content>
</entry>
<entry>
<title>README: add note on how to send a patch series with cover-letter</title>
<updated>2018-06-12T15:07:47+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2018-06-12T14:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=09ea6b93245ab52abed5ca87e533cf45690df902'/>
<id>urn:sha1:09ea6b93245ab52abed5ca87e533cf45690df902</id>
<content type='text'>
As patch series should include a cover letter describing the whole
series shortly add a note on this in the README.

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
</content>
</entry>
<entry>
<title>README: fix dependent branch names</title>
<updated>2018-06-12T15:07:39+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2018-06-12T14:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=8416c300845e9f99be8ac67d5fcf0b8ec14a70c9'/>
<id>urn:sha1:8416c300845e9f99be8ac67d5fcf0b8ec14a70c9</id>
<content type='text'>
As we currently depend on the master branches of meta-oe and oe-core
adapt the README accordingly.

Furthermore add a short note on our stable branches.

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
</content>
</entry>
<entry>
<title>README: mention master in supported branches</title>
<updated>2016-08-24T10:48:34+00:00</updated>
<author>
<name>Maxin B. John</name>
<email>maxin.john@intel.com</email>
</author>
<published>2016-08-16T13:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=d41d541b4a3c570f6920d1bf44ab8cb651cfd4b7'/>
<id>urn:sha1:d41d541b4a3c570f6920d1bf44ab8cb651cfd4b7</id>
<content type='text'>
Along with krogoth, meta-java also works with master branches
of respective layers.

Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
</content>
</entry>
</feed>
