aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk
AgeCommit message (Collapse)Author
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>
2012-02-13openjdk: fix qemu target detectionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-01-30openjdk-6: fix postinst for shark, cacao, jamvmJesse Gilles
Signed-off-by: Jesse Gilles <jgilles@multitech.com>
2012-01-18openjdk-6-6b24: fix icedtea-launcher-stdc++.patchEric BENARD
without this fix I get (on a FC16) : | Checking patches/icedtea-launcher-stdc++.patch | /usr/bin/patch: **** rejecting absolute target file name: /openjdk/hotspot/make/linux/makefiles/launcher.make | ERROR patch patches/icedtea-launcher-stdc++.patch FAILED! Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-01-06openjdk-6: oenote -> bbnote transition, oeerror likewiseHenning Heinold
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-01-06llvm, openjdk: Add mips to known architecturesKhem Raj
correct a typo Mips -> mips Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-01-06llvm, openjdk: Use bb.error instread of oefatalKhem Raj
oefatal is not available in oe-core so replace it with bbfatal in classes and oe.error in recipes which use it in anonymous python. bb.fatal aborts parsing. So we want to give an error but not stop parsing. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2011-12-23openjdk6: remove version 1.8.11Henning Heinold
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2011-12-22openjdk6: add icedtea pre 1.11 version from mercurialHenning Heinold
* add jamvm target * simplify versionhandling of jaxp and other external stuff * switch back to llvm 2.8 for shark, because it is the last version known to work, * llvm works partly * rework postinst and prerm and use zero as default vm * bump INC_PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2011-12-21openjdk-6-common: move java2-vm to RRECOMMENDSKoen Kooi
Even though a vm is a hard dependency it is set as RRECOMMENDS so a single vm can get uninstalled: root@beaglebone:~/java# opkg remove openjdk-6-vm-shark No packages removed. Collected errors: * print_dependents_warning: Package openjdk-6-vm-shark is depended upon by packages: * print_dependents_warning: openjdk-6-java * print_dependents_warning: These might cease to work if package openjdk-6-vm-shark is removed. In the above situation all vms (cacao, zero and shark) were installed, but due to llvm problems[1] shark is currently broken. To fix the java install shark needs to get uninstalled. In theory this change allows people to break the java installation, but in practice it's already broken due to [1]. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-December/036595.html Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2011-11-26meta-java: initial commitHenning Heinold
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native