summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* jamvm: sstate doesnt work for jamvm-nativeKhem Raj2013-03-141-0/+3
| | | | | | | | | | | | | | | | | | 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>
* README: update README with new version and and the ↵Henning Heinold2013-02-231-2/+6
| | | | PREFERRED_PROVIDER_openjdk lines
* 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
* icedtea6-native: prepend FILESPATH for newer bitbakeHenning Heinold2013-01-241-0/+2
|
* icedtea6-native: remove older patchesHenning Heinold2013-01-249-2115/+0
|
* llvm: disable llvm-mc again until we have real fix forHenning Heinold2013-01-242-1/+14
| | | | * bump PR
* junit: fix license and bump PRHenning Heinold2013-01-241-1/+2
|
* ant; fix license and bump PRHenning Heinold2013-01-241-1/+2
|
* logkit: fix license and bump PRHenning Heinold2013-01-241-1/+2
|
* avalon-framework-api: fix license and bump PRHenning Heinold2013-01-241-1/+2
|
* jakarta-commons: switch to INC_PR and fix licenseHenning Heinold2013-01-2418-1/+37
|
* oro: correct license and bump PRHenning Heinold2013-01-241-1/+2
|
* servlet2.3: correct LICENSE and bump PRHenning Heinold2013-01-241-1/+2
|
* regexp: correct license and bump PRHenning Heinold2013-01-241-1/+2
|
* classpath-initial: remove files shared with classpath-nativeHenning Heinold2013-01-241-1/+12
| | | | * bump PR
* jamvm-initial: rename patches directory for newer bitbakeHenning Heinold2013-01-242-0/+0
|
* classpath-initial: remove trailing whitespaceHenning Heinold2013-01-241-1/+1
|
* classpath-initial: fix bitbake files searchpathHenning Heinold2013-01-242-0/+0
|
* Merge pull request #35 from kraj/masterwoglinde2013-01-241-7/+0
|\ | | | | fix to be parsable with latest bb
| * openjdk-7: Remove mutliline commentKhem Raj2013-01-211-7/+0
|/ | | | | | Gets through the parsing errors with latest bitbake/master Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rhino: update to version 1.7r4Henning Heinold2012-12-081-10/+10
| | | | * license is now MPL 2.0
* log4j1.2: correct license fieldHenning Heinold2012-12-081-2/+2
|
* openjdk7: disable shark until it is working againHenning Heinold2012-12-071-2/+3
|
* openjdk7: correct path to bootstrap jdkHenning Heinold2012-12-071-1/+1
|
* Merge pull request #32 from kraj/masterwoglinde2012-12-0714-9/+293
|\ | | | | Forward port dbus-java recipes and some more openjdk-7 fixes
| * log4j1.2_1.2.17.bb: Use gnujaf in oe_makeclasspath argument tooKhem Raj2012-11-271-1/+3
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * classpath: Fix build for 64bit target using lib64 for base_libdirKhem Raj2012-11-273-1/+21
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * fastjar-native: install symlink for jarKhem Raj2012-11-271-0/+5
| | | | | | | | | | | | | | native recipe also need to install jar symlink since dbus-java needs it Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * dbus-java,libmatthew: Add recipes for dbus-java 2.7 and libmatthew 0.8Khem Raj2012-11-274-0/+187
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * icedtea7-native: Add missing dependency on missing unzip-nativeKhem Raj2012-11-271-1/+2
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * libecj-bootstrap,junit: Tweak to fix rebuild issuesKhem Raj2012-11-272-6/+8
| | | | | | | | | | | | | | | | | | When rebuilding in already built tree we have these issues where a file is already deleted first time but rm fails on reexecution. This patch adds checks for such cases so that rebuilds are guarnteed Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * 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
|
* README: update version entry for openjdk6Henning Heinold2012-11-231-1/+1
|
* README: add entries for openjdk7Henning Heinold2012-11-231-1/+6
|
* icedtea7-native: update to version 2.1.3Henning Heinold2012-11-234-76/+55
|
* openjdk7: update to version 2.1.3Henning Heinold2012-11-234-35/+47
| | | | * libxp is gone
* icedtea7-native: simple copy over from openjdk-7 branchHenning Heinold2012-11-2214-0/+2518
|
* 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.
* recipes: Fix license strings to match common licensesKhem Raj2012-11-2210-12/+23
| | | | | | | | | | | Fixes warnings like WARNING: bcel-native: No generic license file exists for: AL2.0 in any provider and so on Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rhino: Correctly specify the LICENSE fieldKhem Raj2012-11-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* llvm2.8: Fix build break discovred by unanchored regexp fix in bitbakeKhem Raj2012-11-222-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 23bd5300b4a99218a15f4f6b0ab4091d63a602a5 fixed a bug in bitbake which exposed this latent problem where we were using EXTRA_OECMAKE_append-arm it was being treated as EXTRA_OECMAKE_append before the above mentioned fix and hence all was fine but after this fix behavior changed and it was just EXTRA_OECMAKE_append-arm and was causing build breaks | ../../lib/libLLVMTransformUtils.so: undefined reference to `llvm::CallGraphNode::removeCallEdgeFor(llvm::CallSite)' | ../../lib/libLLVMTransformUtils.so: undefined reference to `llvm::CallGraph::getOrInsertFunction(llvm::Function const*)' | ../../lib/libLLVMTransformUtils.so: undefined reference to `llvm::CallGraphLinkVar' | ../../lib/libLLVMScalarOpts.so: undefined reference to `llvm::createInstructionCombiningPass()' | collect2: error: ld returned 1 exit status | make[2]: *** [bin/llc] Error 1 | make[2]: Leaving directory `/work/yocto/poky/build/tmp/work/x86_64-poky-linux/llvm2.8-2.8-r2.1/llvm-2.8/build' | make[1]: *** [tools/llc/CMakeFiles/llc.dir/all] Error 2 | make[1]: *** Waiting for unfinished jobs.... It also fixes the llvm-mc build for arm architecture modified for INC-PR bumped PR Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> Conflicts: recipes-core/llvm/llvm2.8_2.8.bb