<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/recipes-core/jamvm/jamvm_git.bb, branch kirkstone</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=kirkstone</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=kirkstone'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2021-11-17T16:16:28+00:00</updated>
<entry>
<title>jamvm: Set git branch</title>
<updated>2021-11-17T16:16:28+00:00</updated>
<author>
<name>Jacob Kroon</name>
<email>jacob.kroon@gmail.com</email>
</author>
<published>2021-11-17T07:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=008c113d4e7066b912c488aff012786fc0dbbf7f'/>
<id>urn:sha1:008c113d4e7066b912c488aff012786fc0dbbf7f</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>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>jamvm: Do not build for aarch64 targets</title>
<updated>2019-07-09T12:39:57+00:00</updated>
<author>
<name>Ricardo Ribalda Delgado</name>
<email>ricardo@ribalda.com</email>
</author>
<published>2019-07-05T11:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=3ebda3947ca5d728abad32dec77555439d38936f'/>
<id>urn:sha1:3ebda3947ca5d728abad32dec77555439d38936f</id>
<content type='text'>
Avoids:
| configure: error: aarch64-poky-linux-gnu not supported
| NOTE: The following config.log files may provide further information.
| NOTE: /workdir/build/tmp/work/aarch64-poky-linux/jamvm/2.0.0-devel+gitAUTOINC+6cef41d859-r0/build/config.log
| ERROR: configure failed

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>jamvm: avoid checking x11 distro feature for native build</title>
<updated>2018-01-09T15:41:35+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2018-01-04T13:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=f1ceb8474deb3670a9a1cd86e283e4fffd162bc6'/>
<id>urn:sha1:f1ceb8474deb3670a9a1cd86e283e4fffd162bc6</id>
<content type='text'>
x11 is not a mandatory distro feature for building jamvm-native, so
avoid checking it for native build, or else it would lead parsing
errors.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>jamvm-git uprev to 2.0.0</title>
<updated>2016-01-04T11:21:06+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2015-04-24T17:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=5112a6f952ed57d7bc79ab399a458d4fb356fc07'/>
<id>urn:sha1:5112a6f952ed57d7bc79ab399a458d4fb356fc07</id>
<content type='text'>
Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
</content>
</entry>
<entry>
<title>Avoid parse time errors due to dependency on x11, for distros without x11</title>
<updated>2015-10-29T11:02:28+00:00</updated>
<author>
<name>Jens Rehsack</name>
<email>rehsack@gmail.com</email>
</author>
<published>2015-10-28T17:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=a88718b6a6ec2a9429cbfd364d590ae69eb661e4'/>
<id>urn:sha1:a88718b6a6ec2a9429cbfd364d590ae69eb661e4</id>
<content type='text'>
BitBake raises some errors when processing recipes that depend on x11
for distros that don't have x11 in DISTRO_FEATURES. To work around
that issue, REQUIRED_DISTRO_FEATURES = "x11" (from
distro_features_check.bbclass) has been set for the following recipes:

* cacao (_class-target)
* classpath (_class-target)
* jamvm (_class-target)
* openjdk-7-release

That makes BitBake skip those recipes during the cache generation
(they'd still be parsed, but ignored).

This patch improves the idea from Mario Domenech Goulart &lt;mario@ossystems.com.br&gt;

Signed-off-by: Jens Rehsack &lt;sno@netbsd.org&gt;
Acked-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>jamvm: update git url to sourceforge while berlios is gone</title>
<updated>2014-04-16T20:10:37+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>henning@itconsulting-heinold.de</email>
</author>
<published>2014-04-12T20:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=d0edb64d3cf1d08f4988066f5698990ebb6dc2ba'/>
<id>urn:sha1:d0edb64d3cf1d08f4988066f5698990ebb6dc2ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719</title>
<updated>2014-04-16T20:10:37+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>henning@itconsulting-heinold.de</email>
</author>
<published>2014-03-08T00:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=1b47f10517ee70e66b902d378876120fe0b20882'/>
<id>urn:sha1:1b47f10517ee70e66b902d378876120fe0b20882</id>
<content type='text'>
* remove annotations.patch, because it was fixed upstream
</content>
</entry>
<entry>
<title>jamvm: update to git revision ac22c9948434e528ece451642b4ebde40953ee7e</title>
<updated>2013-09-29T19:52:23+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2013-07-29T09:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=1f41f82b9241a69a4a1d61e2c547477a1ac84b5a'/>
<id>urn:sha1:1f41f82b9241a69a4a1d61e2c547477a1ac84b5a</id>
<content type='text'>
* fix gnuclasspath annotations
</content>
</entry>
<entry>
<title>jamvm: update git version</title>
<updated>2012-10-18T20:52:56+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2012-10-18T20:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=d014f8972d14975101977a6820537326451f6d5b'/>
<id>urn:sha1:d014f8972d14975101977a6820537326451f6d5b</id>
<content type='text'>
</content>
</entry>
</feed>
