summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* openjdk6: add version 1.13.4Henning Heinold2014-07-209-0/+526
|
* 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
|
* 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>
* 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
* openjdk: update download server in all remainings recipesHenning Heinold2013-10-102-9/+9
| | | | * new server is now icedtea.wildebeest.org
* openjdk: fix qa error for bad rpath inside cacao's libjvm.soHenning Heinold2013-10-036-9/+9
| | | | | | | * --with-libtool-sysroot needs a path, so it filters out wrong rpath settings * using ${ALT_FREETYPE_LIB_PATH} for this inside the icedtea Makefile because we already export it * bump PR manually on all buildable versions
* openjdk7: update checksums of jamvm tooHenning Heinold2013-10-011-2/+2
|
* openjdk7: download and verify the updated version of cacaoHenning Heinold2013-09-301-3/+3
|
* openjdk7: update openjdk7 to version 2.3.12Henning Heinold2013-09-2941-550/+572
| | | | | | * notice openjdk7 2.1 and 2.2 will soon get no updates anymore * openjdk7 2.3 has now arm byte compiler support * use cacao hg version e215e36be9fc, because a567bcb7f589 is not working
* openjdk7: update version 2.1 to 2.1.8Henning Heinold2013-05-033-42/+44
|
* openjdk6: update version 1.12 to 1.12.5Henning Heinold2013-04-305-129/+10
| | | | | * move some directivies to the included release file * remove patches which are applied upstream now
* openjdk-7: Fix QA errors non debug package contains .debug directoryKhem Raj2013-04-211-0/+1
| | | | | | | | | | | | Fixes errors like below when building jamvm as additional VM ERROR: QA Issue: non debug package contains .debug directory: openjdk-7-common path /work/ppce500v2-poky-linux-gnuspe/openjdk-7-jre/03b21-2.1.7-r6.0/packages-split/openjdk-7-common/usr/lib/jvm/java-7-openjdk/jre/lib/ppc/client/.debug/libjvm.so ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjdk-6: add arm thumb2 fix for version 1.12.4Henning Heinold2013-04-142-1/+98
| | | | | | * bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk-7: update to version 2.1.7Henning Heinold2013-04-061-5/+5
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk: Create a common inc file between openjdk 6 and 7Khem Raj2013-04-043-154/+81
| | | | | | | | | | | | | | | | | | | | | we hit below errors ERROR: The function get_jdk_arch defined in openjdk-7-common.inc was already declared in openjdk-6-common.inc. BitBake has a global python function namespace so shared functions should be declared in a common include file rather than being duplicated, or if the functions are different, please use different function names. ERROR: The function get_llvm_configure_arch defined in openjdk-7-common.inc was already declared in openjdk-6-c ommon.inc. BitBake has a global python function namespace so shared functions should be declared in a common in clude file rather than being duplicated, or if the functions are different, please use different function names This patch fixes the above Signed-off-by: Khem Raj <raj.khem@gmail.com>
* llvm,openjdk: Turn bitbake parse error into warning on finding unsupported CPUKhem Raj2013-03-282-2/+2
| | | | | | | | | Sometimes we have meta-java in bblayers but one of the CPUs e.g. mips64 which does not support openjdk errors out on parsing. Thats not OK if say the image thats being generated does not use java at all. So its ok to warn and inform about it clearly but it should not be error. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjdk7: add debug folders for cacao and jamvm libjvm.soHenning Heinold2013-03-111-0/+2
|
* openjdk: add debug folders for cacao and jamvm libjvm.soHenning Heinold2013-03-111-0/+2
|
* openjdk6: do not unpack some of the downloaded tarballsHenning Heinold2013-03-101-6/+6
|
* openjdk6: add latest 1.12 icedtea versionHenning Heinold2013-03-105-0/+192
|
* openjdk7: get icedtea version from recipe name like openjdk6Henning Heinold2013-03-102-4/+2
|
* openjdk6: update 1.11 release to 1.11.9Henning Heinold2013-03-101-2/+2
|
* openjdk7: update to icedtea version 2.1.6Henning Heinold2013-02-233-44/+44
|
* openjdk6: update to version 1.11.8Henning Heinold2013-02-231-2/+2
|
* openjdk6: apply same fix for ucontext for cacao on arm to openjdk6 tooHenning Heinold2013-01-273-5/+31
|
* openjdk7: update 2.1 release to 2.1.4Henning Heinold2013-01-276-49/+75
| | | | | * fix checksums again * workaround in cacao for arm should be needed anymore
* openjdk: remove llvm as dependency until we can shark enable againHenning Heinold2013-01-252-12/+2
|
* openjdk: link libjvm.so from hotspot to archdirHenning Heinold2013-01-252-1/+5
| | | | | * native libararies located in the archdir search for libjvm.so in the archdir directory so make a link to satisfy the search
* openjdk: factor out the postinst bitsHenning Heinold2013-01-253-167/+89
| | | | | * bump INC_PR of openjdk-6-common.inc * when both are going to be installed use jdk-7 as default
* openjdk-7: use $D in postinst so readonly fs works and switch to ↵Henning Heinold2013-01-241-27/+22
| | | | | | update-alternatives class * bump INC_PR
* openjdk7: disable shark until it is working againHenning Heinold2012-12-071-2/+3
|
* openjdk7: correct path to bootstrap jdkHenning Heinold2012-12-071-1/+1
|
* openjdk-7: Fix build for ppc e500/e5500Khem Raj2012-11-272-0/+67
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjdk7: bring back additional vmsHenning Heinold2012-11-261-1/+2
| | | | * bump PR
* openjdk7: use right make command so addtional jvms are getting installedHenning Heinold2012-11-261-1/+1
|
* openjdk7: update to version 2.1.3Henning Heinold2012-11-234-35/+47
| | | | * libxp is gone
* openjdk7: copy over the openjdk7 from openjdk7-branchHenning Heinold2012-11-2233-0/+2058
| | | | | | | | | The branches differed to much and I wanted to keep openjdk-6. We will loose some history, but I think that is not a great problem Thanks to khem for working on the recipes too.
* openjdk-6: dependcy on libxp was removed with version 1.11.5Henning Heinold2012-11-091-1/+1
|
* openjdk: update to version 1.11.5Henning Heinold2012-10-181-2/+2
|
* openjdk-6: update to version 1.11.4Henning Heinold2012-09-101-2/+2
|
* openjdk6: update to icedtea version 1.11.3Henning Heinold2012-08-174-10/+25
| | | | * new patch for fixing crosscompile of rmi
* icedtea-native: Fix build on ubuntu 12.04 releaseKhem Raj2012-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | It conflicts definitions from standard include so backport a patch from upstream When here also change the LICENSE field to be more compatible to avoid warnings like WARNING: icedtea6-native: No generic license file exists for: GPL in any provider WARNING: icedtea6-native: No generic license file exists for: with in any provider WARNING: icedtea6-native: No generic license file exists for: Classpath in any provider WARNING: icedtea6-native: No generic license file exists for: Exception in any provider Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk-6: Fix cross compilation for e5500 machinesKhem Raj2012-08-162-1/+73
| | | | | | | | | | | This is only way for compile for now since qemu can not run the sizers binary for e5500 machines. It segfaults so we disable generating sizes and also xawt and jawt which depends on sizers, this lets jre to cross compile for ppc/e5500 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>