summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fastjar: Update update-alternatives macros.Alex Gonzalez2014-12-301-2/+2
| | | | Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
* jikes: Update update-alternatives macros.Alex Gonzalez2014-12-301-2/+2
| | | | Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
* Revert "linux-libc-headers: Add support to build the 'native' package"Otavio Salvador2014-12-301-1/+0
| | | | | | This reverts commit 219c6bfc9ae9456e06b08e1cc49c83060f5196d2. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Revert "icedtea6-native: Depends on linux-libc-headers-native"Otavio Salvador2014-12-301-1/+1
| | | | | | This reverts commit 79c731ead1813a700b63dab5f728239b7d312e3c. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* icedtea6-native: fix native-vsyscall failingMax Krummenacher2014-12-302-0/+45
| | | | | | | | | | On a Fedora 20 build machine icedtea6-native fails with: x86_64-linux/icedtea6-native/1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:2431:60: error: expression cannot be used as a function vgetcpu_t vgetcpu = (vgetcpu_t)VSYSCALL_ADDR(__NR_vgetcpu); ^ make[7]: *** [os_linux.o] Error 1 The patch makes the build succeed. (On an openSUSE 13.1 machine the build succeeds with and without the patch)
* openjdk: fix do_install for out of source buildsMax Krummenacher2014-12-262-2/+2
| | | | | | | | use ${B} to specify the build directory, thus keep working for daisy and older versions as well as for dizzy and newer. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* README: Improve contributing guidelinesOtavio Salvador2014-12-201-4/+44
| | | | | | | This improves the information regarding how to contribute to the layer. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge branch 'jamvm-fix' of https://github.com/merten/meta-java into pendingOtavio Salvador2014-12-181-2/+2
|\ | | | | | | | | * 'jamvm-fix' of https://github.com/merten/meta-java: jamvm: port to new update-alternatives
| * jamvm: port to new update-alternativesMerten Sach2014-11-231-2/+2
| |
* | README: Update to DaisyOtavio Salvador2014-12-171-2/+2
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | Merge https://github.com/ronaldonunez/meta-java into pendingOtavio Salvador2014-12-171-5/+5
|\ \ | | | | | | | | | | | | * https://github.com/ronaldonunez/meta-java: openjdk-postinst.inc: Corrects empty jvm.cfg after postinst task.
| * | openjdk-postinst.inc: Corrects empty jvm.cfg after postinst task.Ronaldo Nunez2014-11-241-5/+5
| |/ | | | | | | Signed-off-by: Ronaldo Nunez <ronaldo.nunez@fotosensores.com>
* | Merge branch 'yocto_1.8' of https://github.com/mindrunner/meta-java into pendingOtavio Salvador2014-12-1712-5/+533
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'yocto_1.8' of https://github.com/mindrunner/meta-java: openjdk-7: inherit pkgconfig ecj: fix unpackpost task openjdk: add pkgconfig support README: minor fixes README: update openjdk6 to the latest icedtea version openjdk6: add version 1.13.4 jamvm: update git url to sourceforge while berlios is gone java-test-image: add jamvm, cacao and classpath jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719 jamvm: add inherit pkgconfig README: update for icedtea version 1.12.8 cacao: fix target compilation and packaging openjdk-common.inc: fix qemu usage openjdk6: update icedtea 1.12 to version 1.12.8 libmatthew: Remove the dummy jar symlink openjdk-7-release-25b30.inc: add patch to fix hotstop build openjdk-7-release-25b30.inc: move nio patch to main section. openjdk-7-25b30: Forward port ppc patches
| * \ Merge branch 'patch-1' of github.com:esven/meta-java into yocto_1.8Lukas Elsner2014-11-030-0/+0
| |\ \ | | | | | | | | | | | | | | | | Conflicts: recipes-core/openjdk/openjdk-common.inc
| | * | openjdk-7: inherit pkgconfigSven Ebenfeld2014-10-291-1/+1
| | |/ | | | | | | | | | | | | Building OpenJDK-7 in Yocto 1.7 (Dizzy) quits with errors as follows. Inheriting pkgconfig fixes this problem. .../configure: line 8645: syntax error near unexpected token `NSS,' .../configure: line 8645: `PKG_CHECK_MODULES(NSS, nss, NSS_FOUND=yes, NSS_FOUND=no)'
| * | Merge remote-tracking branch 'woglinde/dora' into testLukas Elsner2014-11-0312-5/+533
| |\ \ | | |/ | |/| | | | | | | Conflicts: recipes-core/cacao/cacao_1.6.1.bb
| | * ecj: fix unpackpost taskdoraCristian Iorga2014-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | ecj recipe is built as initial and as native, as such, unpackpost is run multiple times over the same code source. Added check if a move operation hasn't been already executed. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
| | * openjdk: add pkgconfig supportCristian Iorga2014-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | pkgconfig is now enabled, so that pkg-config macros will not fail in configure stage. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
| | * README: minor fixesHenning Heinold2014-07-201-2/+4
| | | | | | | | | | | | | | | | | | * set the layer branches dora depends on to dora too * add libstdc++6 package as dependency for debian based distributions
| | * README: update openjdk6 to the latest icedtea versionHenning Heinold2014-07-201-1/+1
| | |
| | * openjdk6: add version 1.13.4Henning Heinold2014-07-209-0/+526
| | |
| | * jamvm: update git url to sourceforge while berlios is goneHenning Heinold2014-04-131-1/+1
| | |
| | * java-test-image: add jamvm, cacao and classpathHenning Heinold2014-04-071-0/+6
| | |
| | * jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719Henning Heinold2014-04-072-33/+1
| | | | | | | | | | | | * remove annotations.patch, because it was fixed upstream
| | * jamvm: add inherit pkgconfigHenning Heinold2014-04-071-1/+1
| | |
| | * README: update for icedtea version 1.12.8Henning Heinold2014-04-071-1/+1
| | |
| | * cacao: fix target compilation and packagingHenning Heinold2014-03-051-5/+22
| | |
| | * openjdk-common.inc: fix qemu usageHenning Heinold2014-03-052-1/+14
| | | | | | | | | | | | | | | | | | | | | * compile all binaries, which are executed by qemu, with the static compilerflag, because of a memleak inside qemu * remove lib- and ld-path for qemu usage, because all binaries are compiled static now, openjdk7 seems to compile fine anyway
| | * openjdk6: update icedtea 1.12 to version 1.12.8Henning Heinold2014-03-056-8/+503
| | |
| | * libmatthew: Remove the dummy jar symlinkKhem Raj2014-02-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | This symlink is made to make the java-library class happy but it makes no sense to package it up in any package since it does not belong anywhere so lets delete it Signed-off-by: Khem Raj <raj.khem@gmail.com>
| | * openjdk-7-release-25b30.inc: add patch to fix hotstop buildKoen Kooi2014-02-252-0/+15
| | | | | | | | | | | | | | | | | | When using --enable-zero=no the build will fail without this patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| | * openjdk-7-release-25b30.inc: move nio patch to main section.Koen Kooi2014-02-251-4/+2
| | | | | | | | | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| | * openjdk-7-25b30: Forward port ppc patchesKhem Raj2014-02-251-38/+22
| | | | | | | | | | | | | | | | | | openjdk-7 update needed this patch to be reworked Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | | linux-libc-headers: Add support to build the 'native' packageOtavio Salvador2014-12-161-0/+1
| | | | | | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | | icedtea6-native: Depends on linux-libc-headers-nativeOtavio Salvador2014-12-161-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | This fixes #74. The error was: ,---- | .../icedtea6-1.8.11/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:2431:60: \ | error: expression cannot be used as a function | vgetcpu_t vgetcpu = (vgetcpu_t)VSYSCALL_ADDR(__NR_vgetcpu); `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | openjdk: fix do_install for out of source buildsHenning Heinold2014-06-262-2/+2
| |
* | cacao: switch to autotools-brokensepHenning Heinold2014-06-081-1/+1
| |
* | cacao-initial: switch to autotools-brokensepHenning Heinold2014-06-081-1/+1
| |
* | Added patch to fix build of package classpath-0.99 with the freetype2 library.Martin Rösch2014-06-082-0/+37
| |
* | openjdk: add our renamed libjavanet.so and lib.so to the private libsHenning Heinold2014-04-162-4/+4
| |
* | java-test-image: add jamvm, cacao and classpathHenning Heinold2014-04-161-0/+6
| |
* | jamvm: update git url to sourceforge while berlios is goneHenning Heinold2014-04-161-1/+1
| |
* | jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719Henning Heinold2014-04-162-33/+1
| | | | | | | | * remove annotations.patch, because it was fixed upstream
* | jamvm: add inherit pkgconfigHenning Heinold2014-04-161-1/+1
| |
* | cacao: fix target compilation and packagingHenning Heinold2014-04-161-5/+22
| |
* | openjdk-common.inc: fix qemu usageHenning Heinold2014-03-052-1/+14
| | | | | | | | | | | | | | * compile all binaries, which are executed by qemu, with the static compilerflag, because of a memleak inside qemu * remove lib- and ld-path for qemu usage, because all binaries are compiled static now, openjdk7 seems to compile fine anyway
* | openjdk6: update icedtea 1.12 to version 1.12.8Henning Heinold2014-03-056-8/+503
| |
* | libmatthew: Remove the dummy jar symlinkKhem Raj2014-02-251-0/+3
| | | | | | | | | | | | | | | | This symlink is made to make the java-library class happy but it makes no sense to package it up in any package since it does not belong anywhere so lets delete it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | Merge pull request #55 from koenkooi/hotspotHenning Heinold2014-02-253-42/+39
|\ \ | | | | | | Hotspot
| * | openjdk-7-release-25b30.inc: add patch to fix hotstop buildKoen Kooi2014-02-252-0/+15
| | | | | | | | | | | | | | | | | | When using --enable-zero=no the build will fail without this patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>