summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | 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>
| * | 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>
* | Merge pull request #51 from mindrunner/masterHenning Heinold2014-02-093-3/+3
|\ \ | |/ |/| fixed checksum of LICENSE files
| * removed extra white space linesLukas Elsner2014-01-161-2/+0
| |
| * fixed checksum of LICENSE filesLukas Elsner2014-01-123-3/+5
|/
* README: add section about bblayers.confHenning Heinold2014-01-091-0/+8
|
* openjdk6: adjust debug package, fixing QA issueHenning Heinold2014-01-091-1/+2
| | | | | * add /usr/src dir to debug package * bump INC_PR
* openjdk6: fix QA-Issue adding ASSEMBLY_EXCEPTION, THIRD_PARTY_README and ↵Henning Heinold2014-01-091-0/+3
| | | | LICENSE files to jdk package
* openjdk6: fix slpashscreen and jawt for host include and search path ↵Henning Heinold2014-01-091-0/+54
| | | | contamination
* openjdk7: use icedtea6-native instead of icedtea7-nativeHenning Heinold2014-01-091-2/+2
| | | | | | | * the current icedtea7 seems to have some issues when compiling on recent linux distribution * switch back to icedtea6-native to have a reliable state for building openjdk7
* cacao: add recipe for additional java vm cacao version 1.6.1Henning Heinold2014-01-091-0/+52
|
* README: update maintainer email-addressHenning Heinold2014-01-091-1/+1
|
* README: update build informations for java-initialHenning Heinold2014-01-091-0/+2
|
* cacao-initial: add cacao-initial recipe from oe-classicHenning Heinold2014-01-093-0/+109
|