<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/recipes-core/icedtea, branch dora</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=dora</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=dora'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2013-10-10T18:26:10+00:00</updated>
<entry>
<title>openjdk: update download server in all remainings recipes</title>
<updated>2013-10-10T18:26:10+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2013-10-10T18:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=14d6ad1608c66b8970d4052dce4cd1fc64fb6ea2'/>
<id>urn:sha1:14d6ad1608c66b8970d4052dce4cd1fc64fb6ea2</id>
<content type='text'>
* new server is now icedtea.wildebeest.org
</content>
</entry>
<entry>
<title>jamvm-native: separate bootclasspath out into shell script</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-09-29T13:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=b7fe352e2cec76424b6c1017dbf84a28294ad9b7'/>
<id>urn:sha1:b7fe352e2cec76424b6c1017dbf84a28294ad9b7</id>
<content type='text'>
* instead of hardcode BCP and LD_LIBRARY_PATH into serval files
  use a shell script and set them there
* this allow us again to use other vms for java-native
</content>
</entry>
<entry>
<title>icedtea: Make shared state friendly</title>
<updated>2013-09-29T19:49:39+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2013-05-12T09:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=bac4a2703747dbe7644bb9c9bee331dc1ecc6ac1'/>
<id>urn:sha1:bac4a2703747dbe7644bb9c9bee331dc1ecc6ac1</id>
<content type='text'>
icedtea-native encodes absolute build time classpaths which wont
work in sstate however at same time we can override it with env
variables like BOOTCLASSPATH and LD_LIBRARY_PATH to reflect current
build environment.

Secondly, exclude ICEDTEA_PARALLEL_MAKE from shared state signatures, it
can alter signatures if PARALLEL_MAKE value between producer and
consumer of sstate is not matching.

Now that icedtea7-native is shared state safe, remove the shared state
invalidation on jamvm-native that was needed for icedtea7-native to
build

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>icedtea: update download url for icedtea6-native</title>
<updated>2013-09-24T06:46:17+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2013-09-24T06:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=3b0d35ce4741a4a98f8c38a59f466d6e0b69851e'/>
<id>urn:sha1:3b0d35ce4741a4a98f8c38a59f466d6e0b69851e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>icedtea6-native: prepend FILESPATH for newer bitbake</title>
<updated>2013-01-24T21:32:08+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2013-01-24T21:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=f3ef41b6b544c973d178dd7d30daf4f43f86311a'/>
<id>urn:sha1:f3ef41b6b544c973d178dd7d30daf4f43f86311a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>icedtea6-native: remove older patches</title>
<updated>2013-01-24T21:32:08+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2013-01-11T14:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=0f42704272fa6b52e3bc4c420ecc8296f245033e'/>
<id>urn:sha1:0f42704272fa6b52e3bc4c420ecc8296f245033e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openjdk-7: Remove mutliline comment</title>
<updated>2013-01-21T18:23:32+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2013-01-21T18:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=5bd48d2ced4be233156f877a9ce4be1d569a45c4'/>
<id>urn:sha1:5bd48d2ced4be233156f877a9ce4be1d569a45c4</id>
<content type='text'>
Gets through the parsing errors with latest bitbake/master

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>icedtea7-native: Add missing dependency on missing unzip-native</title>
<updated>2012-11-27T17:28:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-10-30T00:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=e03f96388104079c39667e865bdc337d23b8358b'/>
<id>urn:sha1:e03f96388104079c39667e865bdc337d23b8358b</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>icedtea7-native: update to version 2.1.3</title>
<updated>2012-11-23T09:37:08+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2012-11-23T08:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=89cf0d8bb716ea95a08abdd756d3bf547fde11f2'/>
<id>urn:sha1:89cf0d8bb716ea95a08abdd756d3bf547fde11f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>icedtea7-native: simple copy over from openjdk-7 branch</title>
<updated>2012-11-22T17:49:40+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2012-11-22T17:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=7dbdd2420d3888d8b7e4e1418ba1bbfe0b1f687c'/>
<id>urn:sha1:7dbdd2420d3888d8b7e4e1418ba1bbfe0b1f687c</id>
<content type='text'>
</content>
</entry>
</feed>
