aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
2013-04-23llvm: Drop from meta-java, it was moved to meta-oeMartin Jansa
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
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-14classpath-initial: fix do_install for removing the classpath toolsHenning Heinold
* bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
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-05recipes-extended: split out recipes which are not needed for compiling openjdkHenning Heinold
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2013-04-05recipes-images: define extra dir for imagesHenning 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-25gnumail: Remove redundant DEPENDS_virtclass-nativeKhem Raj
recipe uses BBCLASSEXTEND to get native recipe it should automatically convert DEPENDS Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-03-25Merge pull request #37 from kraj/masterwoglinde
sstate fixes
2013-03-16classpath: Add file to DEPENDSKhem Raj
shared state exposed this build time error | java_net_VMURLConnection.c:44:19: fatal error: magic.h: No such file or directory | compilation terminated. | make[3]: *** [java_net_VMURLConnection.lo] Error 1 | make[3]: *** Waiting for unfinished jobs.... classpath uses libmagic and file provides it so add that to depends Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-03-14jamvm-initial: Disable shared stateKhem Raj
shared state does not work for jamvm since it hardcodes the staging paths into binaries it uses packageconfig so lets inherit relevant class Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-03-14jamvm: sstate doesnt work for jamvm-nativeKhem Raj
jamvm uses hardcoded values for classpath which then gets into the jamvm-native binary now if you unpack the shared state into a different tree it will not find the right classes and fail icedtea7-native-2.1.3-r1.0/fake-jdk/bin/javah exhibits Classpath bug 39408... configure: error: The Java compiler /evobuilds2/buildbot/slaves/slave/kraj/build/yocto/daily/tmp-eglibc/sysroots/x86_64-linux/usr/bin/javac failed For more details see http://old.nabble.com/Re:-Problems-with-JamVM-(I-am-a-beginner)please-help-me-out!-p17404599.html 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-10images: add a java test images which includes jre-versions 6 and 7Henning 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
2013-01-24icedtea6-native: prepend FILESPATH for newer bitbakeHenning Heinold
2013-01-24icedtea6-native: remove older patchesHenning Heinold
2013-01-24llvm: disable llvm-mc again until we have real fix forHenning Heinold
* bump PR
2013-01-24junit: fix license and bump PRHenning Heinold
2013-01-24ant; fix license and bump PRHenning Heinold
2013-01-24logkit: fix license and bump PRHenning Heinold
2013-01-24avalon-framework-api: fix license and bump PRHenning Heinold
2013-01-24jakarta-commons: switch to INC_PR and fix licenseHenning Heinold
2013-01-24oro: correct license and bump PRHenning Heinold
2013-01-24servlet2.3: correct LICENSE and bump PRHenning Heinold
2013-01-24regexp: correct license and bump PRHenning Heinold
2013-01-24classpath-initial: remove files shared with classpath-nativeHenning Heinold
* bump PR
2013-01-24jamvm-initial: rename patches directory for newer bitbakeHenning Heinold
2013-01-24classpath-initial: remove trailing whitespaceHenning Heinold
2013-01-24classpath-initial: fix bitbake files searchpathHenning Heinold
2013-01-21openjdk-7: Remove mutliline commentKhem Raj
Gets through the parsing errors with latest bitbake/master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-12-08rhino: update to version 1.7r4Henning Heinold
* license is now MPL 2.0
2012-12-08log4j1.2: correct license fieldHenning Heinold
2012-12-07openjdk7: disable shark until it is working againHenning Heinold
2012-12-07openjdk7: correct path to bootstrap jdkHenning Heinold
2012-11-27log4j1.2_1.2.17.bb: Use gnujaf in oe_makeclasspath argument tooKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>