summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* llvm,openjdk: Turn bitbake parse error into warning on finding unsupported CPUKhem Raj2013-03-283-3/+3
| | | | | | | | | 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>
* gnumail: Remove redundant DEPENDS_virtclass-nativeKhem Raj2013-03-251-2/+1
| | | | | | | recipe uses BBCLASSEXTEND to get native recipe it should automatically convert DEPENDS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Merge pull request #37 from kraj/masterwoglinde2013-03-253-3/+9
|\ | | | | sstate fixes
| * classpath: Add file to DEPENDSKhem Raj2013-03-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * jamvm-initial: Disable shared stateKhem Raj2013-03-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | 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>
| * 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>
* | 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
| |
* | README: update about the new versionsHenning Heinold2013-03-101-1/+3
| |
* | 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
| |
* | images: add a java test images which includes jre-versions 6 and 7Henning Heinold2013-03-101-0/+13
| |
* | 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
|/
* 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>