| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
* bump PR
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* bump PR
|
| |
|
| |
|
| |
|
|\
| |
| | |
fix to be parsable with latest bb
|
|/
|
|
|
|
| |
Gets through the parsing errors with latest bitbake/master
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
* license is now MPL 2.0
|
| |
|
| |
|
| |
|
|\
| |
| | |
Forward port dbus-java recipes and some more openjdk-7 fixes
|
| |
| |
| |
| | |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
native recipe also need to install jar symlink
since dbus-java needs it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|/
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
Fix problem with unknown gcc command line option '-mimpure-text'
which is an Solaris 2 only option (according to the man page).
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
|
|
|
|
|
|
|
| |
Don't return booleans from methods returning pointers.
see also: <http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/f457154eee8b>
- commit was modified, removed the 1.7 version stuff
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
| |
|
|
|
|
| |
* new patch for fixing crosscompile of rmi
|
|
|
|
| |
pythonnative
|
|
|
|
| |
* this fixes build for arm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|