| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* fix checksums again
* workaround in cacao for arm should be needed anymore
|
| |
|
|
|
|
|
| |
* native libararies located in the archdir search for libjvm.so
in the archdir directory so make a link to satisfy the search
|
|
|
|
|
| |
* bump INC_PR of openjdk-6-common.inc
* when both are going to be installed use jdk-7 as default
|
|
|
|
|
|
| |
update-alternatives class
* bump INC_PR
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
* bump PR
|
| |
|
|
|
|
| |
* libxp is gone
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
* new patch for fixing crosscompile of rmi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It conflicts definitions from standard include
so backport a patch from upstream
When here also change the LICENSE field to be more compatible
to avoid warnings like
WARNING: icedtea6-native: No generic license file exists for: GPL in any
provider
WARNING: icedtea6-native: No generic license file exists for: with in
any provider
WARNING: icedtea6-native: No generic license file exists for: Classpath
in any provider
WARNING: icedtea6-native: No generic license file exists for: Exception
in any provider
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
|
|
|
|
|
|
|
| |
This is only way for compile for now since qemu can not
run the sizers binary for e5500 machines. It segfaults
so we disable generating sizes and also xawt and jawt
which depends on sizers, this lets jre to cross compile
for ppc/e5500
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
| |
* removed unknown options
* use native2ascii from our icedtea native build
* unset ant-home
* remove xalan-j and xerces-j dependencies, not needed anymore
|
| |
|
|
|
|
|
| |
* llvm is not working well with arm at the moment, so disabled shark
* move the cacao and jamvm checksums into the release inc file
|
| |
|
| |
|
|
|
|
|
|
| |
needed anymore
* bump INC_PR
|
| |
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Jesse Gilles <jgilles@multitech.com>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
|
|
|
| |
correct a typo Mips -> mips
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|