Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-07-16

2017-07-18 Thread Martin Jansa
I don't know what setup you're using, but my is described here: http://www.openembedded.org/wiki/Bitbake_World_Status_Setup and the current version published with the results: http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.world.qemuarm.20170717_011149.log/world_fixes.inc now I see that

[oe] [meta-oe][PATCH] xf86-video-nouveau: bump version to 1.0.15

2017-07-18 Thread Gyorgy Szombathelyi
Signed-off-by: Gyorgy Szombathelyi --- .../{xf86-video-nouveau_1.0.12.bb => xf86-video-nouveau_1.0.15.bb} | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta-oe/recipes-graphics/xorg-driver/{xf86-video-nouveau_1.0.12.bb => xf86-video-nouveau_1.0.15.bb} (58%) diff --git a/m

[oe] [PATCH] clang: Allow user to add extra build target on class_target

2017-07-18 Thread Ricardo Ribalda Delgado
Originally TARGETS_TO_BUILD was limited to the target architecture, which is not enough to build code for heterogenous systems such as (in my case) AMDGPU. Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/clang_git.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) di

[oe] [PATCH] lld_git: Only apply -stdlib flag to clang toolchain

2017-07-18 Thread Ricardo Ribalda Delgado
GCC does not understand the stdlib flag. Resulting in this error during configuration: | x86_64-poky-linux-g++: error: unrecognized command line option | '-stdlib=libc++' Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/lld_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 d

[oe] [PATCH] clang: Fix name of .so file

2017-07-18 Thread Ricardo Ribalda Delgado
When we are building an unreleased version the so name is: libLLVM-MAJOR.MINORsvn.so instead of just libLLVM-MAJOR.MINOR.so E.g.: libLLVM-5.0svn.so Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/clang_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtoo

[oe] [PATCH] llvm-config: Fix implementation of --libs flag

2017-07-18 Thread Ricardo Ribalda Delgado
llvm-config is called by mesa with the following parameters: llvm-config --libs liba libb libc libd . This result in an invalid call of llvm config: llvm-config --libs llvm-config liba llvm-config libb llvm-config libc Fix this use. Signed-off-by: Ricardo Ribalda Delgado --- recipes

[oe] [meta-clang][PATCH] clang: Allow user to add extra build target on class_target

2017-07-18 Thread Ricardo Ribalda Delgado
Originally TARGETS_TO_BUILD was limited to the target architecture, which is not enough to build code for heterogenous systems such as (in my case) AMDGPU. Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/clang_git.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) di

[oe] [meta-clang][PATCH] clang: Fix name of .so file

2017-07-18 Thread Ricardo Ribalda Delgado
When we are building an unreleased version the so name is: libLLVM-MAJOR.MINORsvn.so instead of just libLLVM-MAJOR.MINOR.so E.g.: libLLVM-5.0svn.so Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/clang_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtoo

[oe] [meta-clang][PATCH] llvm-config: Fix implementation of --libs flag

2017-07-18 Thread Ricardo Ribalda Delgado
llvm-config is called by mesa with the following parameters: llvm-config --libs liba libb libc libd . This result in an invalid call of llvm config: llvm-config --libs llvm-config liba llvm-config libb llvm-config libc Fix this use. Signed-off-by: Ricardo Ribalda Delgado --- recipes

[oe] [meta-clang][PATCH] lld_git: Only apply -stdlib flag to clang toolchain

2017-07-18 Thread Ricardo Ribalda Delgado
GCC does not understand the stdlib flag. Resulting in this error during configuration: | x86_64-poky-linux-g++: error: unrecognized command line option | '-stdlib=libc++' Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/lld_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 d

[oe] [meta-python][PATCH] python-unidiff: adds Python3 support

2017-07-18 Thread daniela . plascencia
From: Daniela Plascencia Extend the recipe for Python3 support. Signed-off-by: Daniela Plascencia --- meta-python/recipes-devtools/python/python-unidiff.inc | 9 + meta-python/recipes-devtools/python/python-unidiff_0.5.4.bb | 11 ++- meta-python/recipes-devtools/python/

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-07-16

2017-07-18 Thread Khem Raj
On Tue, Jul 18, 2017 at 4:22 AM, Martin Jansa wrote: > I don't know what setup you're using, but my is described here: > http://www.openembedded.org/wiki/Bitbake_World_Status_Setup > interesting parts are https://github.com/shr-project/jenkins-jobs/blob/master/jenkins-job.sh#L329-L350 I see that