<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/README, branch rocko</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=rocko</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=rocko'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2016-08-24T10:48:34+00:00</updated>
<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>
<entry>
<title>README: fix branches of openembedded layers we depend on</title>
<updated>2016-08-12T11:42:18+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2016-08-12T08:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=c0601a800cdb8a647992578e2788a705560de1f3'/>
<id>urn:sha1:c0601a800cdb8a647992578e2788a705560de1f3</id>
<content type='text'>
Since 33fbcd43 (rxtx: Add remove-libtool class to remove all .la files)
rxtx requires the remove-libtool class. This class was introduced
in the krogoth branch of openembedded-core and not backported.

Therefore update the branch names in the README to "krogoth".

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>openjdk-8-native: fix improper do_install and PROVIDES</title>
<updated>2016-01-04T11:21:06+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2015-12-18T02:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=dfb21b449dd652b99bc4725796d143e8c9779cd6'/>
<id>urn:sha1:dfb21b449dd652b99bc4725796d143e8c9779cd6</id>
<content type='text'>
We had:
virtual/jar-native provided by fastjar-native
virtual/java-native provided by cacao-native and jamvm-native
virtual/javac-native provided by ecj-bootstrap-native

Then openjdk-8-native added and also provides:
virtual/java-native and virtual/javac-native
(it also installs ${STAGING_BINDIR_NATIVE}/jar but
doesn't add virtual/jar-native in the PROVIDES)

which introduces circular dependencies,
java-bootstrap-components.bbclass is to avoid the
circular dependencies but it's not a correct way
since it make two conflicted packages build into
the same sysroot:

DEPENDS_prepend_class-native = " ecj-bootstrap-native "
DEPENDS_prepend_class-target = " virtual/javac-native "

virtual/javac-native is provided by openjdk-8-native,
and it assumed that ecj-bootstrap-native, fastjar-native and
cacao-native/jamvm-native are always built before openjdk-8-native,
then in the do_install of penjdk-8-native, it removes them from
staging dirs first, then install (create symlinks for) these files
in staging dirs directly, which results with empty sstate and
builds from sstate cache or builds not in this assumption
will fail.

The fixes here includes:
- Revert "meta-java: rely on well known bootstrap-path" in
  previous commit to remove the improper
  java-bootstrap-components.bbclass

- Do not let openjdk-8-native provides jar, java and javac,
  just like what we do in icedtea7-native, which can provides
  but not to avoid circular dependencies and conflicts.

- make cacao-native back to provide virtual/java-native,
  and ecj-bootstrap-native back to provide virtual/javac-native

- Add back provider settings in README.

- Remove the update-alternatives in openjdk-8-native,
  it doesn't work for native package.

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
</content>
</entry>
<entry>
<title>openjdk-8: add recipes for openjdk-8 and openjre-8</title>
<updated>2015-12-08T15:43:40+00:00</updated>
<author>
<name>Jens Rehsack</name>
<email>rehsack@gmail.com</email>
</author>
<published>2015-12-08T13:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=bac3b9acee5110390d15d38dacdb1622e31b2238'/>
<id>urn:sha1:bac3b9acee5110390d15d38dacdb1622e31b2238</id>
<content type='text'>
This adds openjdk-8 for native and target builds and allows a stripped
openjre-8 being built as well instead of trying to cherry-pick jre
components from jdk-image.

The recipes allow building openjdk-8 with or without:
* x11
* cups
* alsa/pulseaudio
and let packager enable unlimited-crypto, if desired.

To support certificate based java libraries, cacerts is created based on
ca-certificates from OE-core.

Since there can be only one PROVIDES for virtual/java-native and virtual/javac-native,
move the provides to openjdk-8-native (I think everyone agrees it's a better
choice than ecj-bootstrap-native).

Plus: Applying a fix from openjdk-9 repository which fixes build issues using gcc5

Signed-off-by: Jens Rehsack &lt;sno@netbsd.org&gt;
Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
</content>
</entry>
<entry>
<title>README: add -M to git format-patch suggestion</title>
<updated>2015-10-28T13:25:20+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2015-10-28T12:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=df20f2d68ba63e0acfb54c1947bd24a01a74f444'/>
<id>urn:sha1:df20f2d68ba63e0acfb54c1947bd24a01a74f444</id>
<content type='text'>
Add the detect renames parameter to the git-format-patch suggestion in
the README file. This should be used for patches sent to the mailinglist.
For more information on the parameter see "man git-format-patch"

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>README: remove PREFERRED_VERSION from instructions</title>
<updated>2015-10-28T13:24:59+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2015-10-28T12:38:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=53a3188b2d32520d659a5dc081f6e7e864c0106a'/>
<id>urn:sha1:53a3188b2d32520d659a5dc081f6e7e864c0106a</id>
<content type='text'>
Due to the fact that currently only one openjdk-7-jre and
icedtea7-native version is included in meta-java, their PREFERRED_VERSION
selections are removed from the usage instructions in the README file.

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01</title>
<updated>2015-10-28T12:17:57+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2015-10-28T12:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=ed95222b71cc58f6039bdf944b0e11ce00fb0bf5'/>
<id>urn:sha1:ed95222b71cc58f6039bdf944b0e11ce00fb0bf5</id>
<content type='text'>
IcedTea 2.6.2 provides OpenJDK 7u91, which adds the October 2015 security
updates. For more details see:
http://blog.fuseyism.com/index.php/2015/10/23/security-icedtea-2-6-2-for-openjdk-7-released/

Furthermore the patches directory for OpenJDK-7 was renamed to avoid the version number.
This makes it easier for upgrades and to see diff's between patches.

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>README: remove instructions for OpenJDK6</title>
<updated>2015-10-28T12:17:33+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2015-10-28T07:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=d3b7aaba7df3ef623e1441470abaf29e200d5cfd'/>
<id>urn:sha1:d3b7aaba7df3ef623e1441470abaf29e200d5cfd</id>
<content type='text'>
Due to the fact OpenJDK6 was removed from meta-java, remove also its
usage instructions from the README file.

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>README: update contact info</title>
<updated>2015-10-16T03:52:21+00:00</updated>
<author>
<name>Maxin B. John</name>
<email>maxin.john@intel.com</email>
</author>
<published>2015-10-16T03:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=a73939323984fca1e919d3408d3301ccdbceac9c'/>
<id>urn:sha1:a73939323984fca1e919d3408d3301ccdbceac9c</id>
<content type='text'>
Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
</content>
</entry>
<entry>
<title>README: Update PREFERRED_VERSION to new openjdk-7 85b01-2.6.1</title>
<updated>2015-08-18T21:54:06+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2015-08-17T07:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=fb083e7988460eba5d38a2f0eac21cf6114518ae'/>
<id>urn:sha1:fb083e7988460eba5d38a2f0eac21cf6114518ae</id>
<content type='text'>
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
</feed>
