summaryrefslogtreecommitdiffstats
path: root/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* ecj: fix unpackpost taskdoraCristian Iorga2014-10-141-1/+1
| | | | | | | | | ecj recipe is built as initial and as native, as such, unpackpost is run multiple times over the same code source. Added check if a move operation hasn't been already executed. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
* openjdk: add pkgconfig supportCristian Iorga2014-10-141-1/+1
| | | | | | | pkgconfig is now enabled, so that pkg-config macros will not fail in configure stage. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
* openjdk6: add version 1.13.4Henning Heinold2014-07-209-0/+526
|
* jamvm: update git url to sourceforge while berlios is goneHenning Heinold2014-04-131-1/+1
|
* jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719Henning Heinold2014-04-072-33/+1
| | | | * remove annotations.patch, because it was fixed upstream
* jamvm: add inherit pkgconfigHenning Heinold2014-04-071-1/+1
|
* cacao: fix target compilation and packagingHenning Heinold2014-03-051-5/+22
|
* openjdk-common.inc: fix qemu usageHenning Heinold2014-03-052-1/+14
| | | | | | | * compile all binaries, which are executed by qemu, with the static compilerflag, because of a memleak inside qemu * remove lib- and ld-path for qemu usage, because all binaries are compiled static now, openjdk7 seems to compile fine anyway
* openjdk6: update icedtea 1.12 to version 1.12.8Henning Heinold2014-03-056-8/+503
|
* libmatthew: Remove the dummy jar symlinkKhem Raj2014-02-251-0/+3
| | | | | | | | This symlink is made to make the java-library class happy but it makes no sense to package it up in any package since it does not belong anywhere so lets delete it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjdk-7-release-25b30.inc: add patch to fix hotstop buildKoen Kooi2014-02-252-0/+15
| | | | | | When using --enable-zero=no the build will fail without this patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openjdk-7-release-25b30.inc: move nio patch to main section.Koen Kooi2014-02-251-4/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openjdk-7-25b30: Forward port ppc patchesKhem Raj2014-02-251-38/+22
| | | | | | openjdk-7 update needed this patch to be reworked Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjdk6: adjust debug package, fixing QA issueHenning Heinold2014-01-091-1/+2
| | | | | * add /usr/src dir to debug package * bump INC_PR
* openjdk6: fix QA-Issue adding ASSEMBLY_EXCEPTION, THIRD_PARTY_README and ↵Henning Heinold2014-01-091-0/+3
| | | | LICENSE files to jdk package
* openjdk6: fix slpashscreen and jawt for host include and search path ↵Henning Heinold2014-01-091-0/+54
| | | | contamination
* openjdk7: use icedtea6-native instead of icedtea7-nativeHenning Heinold2014-01-091-2/+2
| | | | | | | * the current icedtea7 seems to have some issues when compiling on recent linux distribution * switch back to icedtea6-native to have a reliable state for building openjdk7
* cacao: add recipe for additional java vm cacao version 1.6.1Henning Heinold2014-01-091-0/+52
|
* cacao-initial: add cacao-initial recipe from oe-classicHenning Heinold2014-01-093-0/+109
|
* openjdk: update download server in all remainings recipesHenning Heinold2013-10-104-14/+14
| | | | * new server is now icedtea.wildebeest.org
* openjdk: fix qa error for bad rpath inside cacao's libjvm.soHenning Heinold2013-10-036-9/+9
| | | | | | | * --with-libtool-sysroot needs a path, so it filters out wrong rpath settings * using ${ALT_FREETYPE_LIB_PATH} for this inside the icedtea Makefile because we already export it * bump PR manually on all buildable versions
* jamvm/java: allow spaces in argumentsRiku Voipio2013-10-011-2/+1
| | | | | | | | | | | | | Current IFS mangling blows up on the face: | configure:2341: javac -classpath .: Test.java | Invalid maximum heap size: -Xmx1024m-cp/srv/oe/b Simpler command line expansion works just as easy. * fixed placeholder path by Henning Heinold Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk7: update checksums of jamvm tooHenning Heinold2013-10-011-2/+2
|
* jaxp1.3/xml-commons: correct licensesHenning Heinold2013-09-301-1/+1
|
* openjdk7: download and verify the updated version of cacaoHenning Heinold2013-09-301-3/+3
|
* openjdk7: update openjdk7 to version 2.3.12Henning Heinold2013-09-2941-550/+572
| | | | | | * notice openjdk7 2.1 and 2.2 will soon get no updates anymore * openjdk7 2.3 has now arm byte compiler support * use cacao hg version e215e36be9fc, because a567bcb7f589 is not working
* jamvm-native: set default heap to 1024M via cflagsHenning Heinold2013-09-291-0/+3
|
* jamvm-native: separate bootclasspath out into shell scriptHenning Heinold2013-09-294-5/+14
| | | | | | * instead of hardcode BCP and LD_LIBRARY_PATH into serval files use a shell script and set them there * this allow us again to use other vms for java-native
* jamvm: update to git revision ac22c9948434e528ece451642b4ebde40953ee7eHenning Heinold2013-09-292-3/+34
| | | | * fix gnuclasspath annotations
* classpath: Adjust classpaths when using jamvm from sstateKhem Raj2013-09-291-0/+2
| | | | | | | | | when building from sstate and classpath wants to rebuild then jamvm still needs the new paths. Its needed for classpath since it does not inherit java-library class otherwise it would not be needed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes-core: Correct fastjar cmdlineKhem Raj2013-09-2919-21/+21
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xerces-j: Specify cp instead of bootclasspathKhem Raj2013-09-291-2/+2
| | | | | | This makes other javac implementations happy Signed-off-by: Khem Raj <raj.khem@gmail.com>
* junit: Fix build when rebuilding from same treeKhem Raj2013-09-291-5/+6
| | | | | | | | | | | | | use -o option to unzip to overwrite the classes it fails otherwise when unpack build step is reexecuted again There is no need to specify bootclasspath now Add unzip-native to dependency Fix fastjar commandline order Signed-off-by: Khem Raj <raj.khem@gmail.com>
* java-library.bbclass: Export BOOTCLASSPATH and LD_LIBRARY_PATHKhem Raj2013-09-291-0/+2
| | | | | | | They are helpful in rebuilding from shared state since jamvm is not so relocatable. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnujaf: Fix building with java7Khem Raj2013-09-292-1/+53
| | | | | | | | When using different javac which used java 1.7 gnujaf would not compile error details are in patch header. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bcel,avalon-framework: Specify encoding to javacKhem Raj2013-09-292-4/+4
| | | | | | | | | | | when using javac from different JDK it does not like the encodings since default is ascii, so be specific. fastjar argument order was not correct when using other fastjar implementation it was strict about it so lets correct it as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icedtea: Make shared state friendlyKhem Raj2013-09-293-7/+7
| | | | | | | | | | | | | | | | | icedtea-native encodes absolute build time classpaths which wont work in sstate however at same time we can override it with env variables like BOOTCLASSPATH and LD_LIBRARY_PATH to reflect current build environment. Secondly, exclude ICEDTEA_PARALLEL_MAKE from shared state signatures, it can alter signatures if PARALLEL_MAKE value between producer and consumer of sstate is not matching. Now that icedtea7-native is shared state safe, remove the shared state invalidation on jamvm-native that was needed for icedtea7-native to build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icedtea: update download url for icedtea6-nativeHenning Heinold2013-09-241-1/+1
|
* openjdk7: update version 2.1 to 2.1.8Henning Heinold2013-05-033-42/+44
|
* openjdk6: update version 1.12 to 1.12.5Henning Heinold2013-04-305-129/+10
| | | | | * move some directivies to the included release file * remove patches which are applied upstream now
* llvm: Drop from meta-java, it was moved to meta-oeMartin Jansa2013-04-2310-464/+0
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk-7: Fix QA errors non debug package contains .debug directoryKhem Raj2013-04-211-0/+1
| | | | | | | | | | | | 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>
* classpath-initial: fix do_install for removing the classpath toolsHenning Heinold2013-04-141-4/+2
| | | | | | * bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk-6: add arm thumb2 fix for version 1.12.4Henning Heinold2013-04-142-1/+98
| | | | | | * bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk-7: update to version 2.1.7Henning Heinold2013-04-061-5/+5
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* recipes-extended: split out recipes which are not needed for compiling openjdkHenning Heinold2013-04-0512-907/+0
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* recipes-images: define extra dir for imagesHenning Heinold2013-04-051-13/+0
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk: Create a common inc file between openjdk 6 and 7Khem Raj2013-04-043-154/+81
| | | | | | | | | | | | | | | | | | | | | 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>
* 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>