aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk
AgeCommit message (Collapse)Author
2013-05-03openjdk7: update version 2.1 to 2.1.8Henning Heinold
2013-04-30openjdk6: update version 1.12 to 1.12.5Henning Heinold
* move some directivies to the included release file * remove patches which are applied upstream now
2013-04-21openjdk-7: Fix QA errors non debug package contains .debug directoryKhem Raj
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>
2013-04-14openjdk-6: add arm thumb2 fix for version 1.12.4Henning Heinold
* bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2013-04-06openjdk-7: update to version 2.1.7Henning Heinold
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2013-04-04openjdk: Create a common inc file between openjdk 6 and 7Khem Raj
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>
2013-03-28llvm,openjdk: Turn bitbake parse error into warning on finding unsupported CPUKhem Raj
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>
2013-03-11openjdk7: add debug folders for cacao and jamvm libjvm.soHenning Heinold
2013-03-11openjdk: add debug folders for cacao and jamvm libjvm.soHenning Heinold
2013-03-10openjdk6: do not unpack some of the downloaded tarballsHenning Heinold
2013-03-10openjdk6: add latest 1.12 icedtea versionHenning Heinold
2013-03-10openjdk7: get icedtea version from recipe name like openjdk6Henning Heinold
2013-03-10openjdk6: update 1.11 release to 1.11.9Henning Heinold
2013-02-23openjdk7: update to icedtea version 2.1.6Henning Heinold
2013-02-23openjdk6: update to version 1.11.8Henning Heinold
2013-01-27openjdk6: apply same fix for ucontext for cacao on arm to openjdk6 tooHenning Heinold
2013-01-27openjdk7: update 2.1 release to 2.1.4Henning Heinold
* fix checksums again * workaround in cacao for arm should be needed anymore
2013-01-25openjdk: remove llvm as dependency until we can shark enable againHenning Heinold
2013-01-25openjdk: link libjvm.so from hotspot to archdirHenning Heinold
* native libararies located in the archdir search for libjvm.so in the archdir directory so make a link to satisfy the search
2013-01-25openjdk: factor out the postinst bitsHenning Heinold
* bump INC_PR of openjdk-6-common.inc * when both are going to be installed use jdk-7 as default
2013-01-24openjdk-7: use $D in postinst so readonly fs works and switch to ↵Henning Heinold
update-alternatives class * bump INC_PR
2012-12-07openjdk7: disable shark until it is working againHenning Heinold
2012-12-07openjdk7: correct path to bootstrap jdkHenning Heinold
2012-11-27openjdk-7: Fix build for ppc e500/e5500Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-26openjdk7: bring back additional vmsHenning Heinold
* bump PR
2012-11-26openjdk7: use right make command so addtional jvms are getting installedHenning Heinold
2012-11-23openjdk7: update to version 2.1.3Henning Heinold
* libxp is gone
2012-11-22openjdk7: copy over the openjdk7 from openjdk7-branchHenning Heinold
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.
2012-11-09openjdk-6: dependcy on libxp was removed with version 1.11.5Henning Heinold
2012-10-18openjdk: update to version 1.11.5Henning Heinold
2012-09-10openjdk-6: update to version 1.11.4Henning Heinold
2012-08-17openjdk6: update to icedtea version 1.11.3Henning Heinold
* new patch for fixing crosscompile of rmi
2012-08-16icedtea-native: Fix build on ubuntu 12.04 releaseKhem Raj
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>
2012-08-16openjdk-6: Fix cross compilation for e5500 machinesKhem Raj
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>
2012-08-16llvm: Accept ppc64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-21openjdk-6-common.inc: Change jdk_arch for powerpcKhem Raj
ppc is used in openjdk/jre but original jdk_arch is defined as powerpc which means we have errors compiling and installing openjdk for ppc platforms Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-21openjdk-6: Fix build on ppcKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-21openjdk-6-common: Pass LD_LIBRARY_PATH to app running under qemuKhem Raj
When target and build host are same eg. x86_64 and qemux86-64 then application uses the dynamic linker from OEs sysroot but libc from the build host and they may have different versions and end up in unpleasant results. We therefore make sure that libc is also used from OEs sysroot Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-19openjdk6: uses spaces instead of tabs for python functionsHenning Heinold
2012-07-19openjdk-6: Use virtual/libiconv instead of libiconv in DEPENDSKhem Raj
This lets it work with whatever is providing libiconv functionality Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-03-01openjdk-6-common.inc: fix parallel_make python functionHenning Heinold
2012-03-01openjdk6: clean up configure optionsHenning Heinold
* removed unknown options * use native2ascii from our icedtea native build * unset ant-home * remove xalan-j and xerces-j dependencies, not needed anymore
2012-03-01openjdk-6: update the hg version, move checksums to release include fileHenning Heinold
2012-03-01openjdk-6-release-6b24.inc: disable shark for now and move checksumsHenning Heinold
* llvm is not working well with arm at the moment, so disabled shark * move the cacao and jamvm checksums into the release inc file
2012-03-01openjdk6: add version 1.11.1Henning Heinold
2012-03-01openjdk-6-common.inc: remove trailing backslashHenning Heinold
2012-03-01openjdk-6-common: remove cacaoh-openjdk-native from dependencies it is not ↵Henning Heinold
needed anymore * bump INC_PR
2012-03-01openjdk-6-common.inc: remove trailling wihtespaces and tabsHenning Heinold
2012-02-13openjdk: use dynamic architecture value when packagingOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-02-13openjdk: fix i586 arch detection for JDKOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>