[OE-core] [daisy][PATCH 1/2] perf: explicitly disable libunwind

2014-08-10 Thread Martin Jansa
* it's not included in DEPENDS and it's detected from sysroot Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-kernel/perf/perf.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index

[OE-core] [daisy][PATCH 2/2] perf: fix indentation

2014-08-10 Thread Martin Jansa
* multiline variables should use spaces not tabs for indentation Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-kernel/perf/perf.bb | 54 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/meta/recipes-kernel/perf/perf.bb

[OE-core] [PATCH] base.bbclass: Remove old-style definition of do_build() task.

2014-08-10 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 8114cf6..2c007ab 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -354,8 +354,6 @@ base_do_package() { } addtask build after

Re: [OE-core] [PATCH] Remove SRC_URI_OVERRIDES_PACKAGE_ARCH = 0 from tslib.bb

2014-08-10 Thread Paul Eggleton
On Saturday 09 August 2014 09:17:16 Robert P. J. Day wrote: On Fri, 8 Aug 2014, Saul Wold wrote: On 08/08/2014 12:31 PM, Robert P. J. Day wrote: Given that there are no machine-specific files for the tslib recipe anymore, might as well remove this line. Robert, Can you please

Re: [OE-core] [PATCH 1/2] gst-ffmpeg: add dependency on libpostproc

2014-08-10 Thread Paul Eggleton
On Friday 08 August 2014 20:00:30 Tim Orling wrote: On Aug 6, 2014, at 7:42 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 06 August 2014 16:37:34 Martin Jansa wrote: On Wed, Aug 06, 2014 at 01:41:58PM +0100, Paul Eggleton wrote: On Wednesday 06 August 2014 13:41:56

[OE-core] [oe-core][for-dora][for-daisy][PATCH] qt4: Fix Qt 4.8.5 source to new location

2014-08-10 Thread Diego Sueiro
Qt 4.8.5 was moved from http://download.qt-project.org/official_releases/qt/4.8/ to http://download.qt-project.org/archive/qt/4.8/ Thi fix must be applied for dora and daisy branches. Signed-off-by: Diego Sueiro diego.sue...@gmail.com --- meta/recipes-qt/qt4/qt4-4.8.5.inc | 2 +- 1 file

Re: [OE-core] [PATCH] Remove SRC_URI_OVERRIDES_PACKAGE_ARCH = 0 from tslib.bb

2014-08-10 Thread Robert P. J. Day
On Sun, 10 Aug 2014, Paul Eggleton wrote: On Saturday 09 August 2014 09:17:16 Robert P. J. Day wrote: ... snip regarding changes that encompass multiple files ... When you're making a blanket change like this it's OK to not have a primary item. Most of the time though you end up changing

[OE-core] [PATCH] kernelshark: add dependency on libxml2

2014-08-10 Thread Martin Jansa
* fixes floating dependency: kernelshark-1.2+gitAUTOINC+7055ffd37b: kernelshark rdepends on libxml2, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] directfb: add PACKAGECONFIG for webp

2014-08-10 Thread Martin Jansa
* fixes floating dependency: directfb-1.7.4: directfb rdepends on libwebp, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/directfb/directfb.inc | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 1/1] guile: workaround ice ssa corruption while DEBUG_BUILD

2014-08-10 Thread Hongxu Jia
Add: MACHINE = qemux86-64 DEBUG_BUILD = 1 to local.conf and there was a ssa corruption to build guile: .. Unable to coalesce ssa_names 48 and 3476 which are marked as MUST COALESCE. sp_48(ab) and sp_3476(ab) guile-2.0.11/libguile/vm-engine.c: In function 'vm_debug_engine':

[OE-core] [PATCH 0/1] guile: workaround ice ssa corruption while DEBUG_BUILD

2014-08-10 Thread Hongxu Jia
Test steps: 1. vim local.conf ... MACHINE = qemux86-64 DEBUG_BUILD = 1 ... 2. bitbake guile //Hongxu The following changes since commit 870bb8d35547b8313b3a487d7e8b914ab9470e64: local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS (2014-08-04 17:38:24 +0100) are available in the

Re: [OE-core] State of bitbake world, test-dependencies 2014-08-08

2014-08-10 Thread Martin Jansa
On Sat, Aug 09, 2014 at 11:01:10AM +0200, Martin Jansa wrote: On Fri, Jul 25, 2014 at 05:40:21PM +0200, Martin Jansa wrote: Complete logs: http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.20140724_145905.log/ ERROR: 46 issues were found in these recipes: gst-ffmpeg

Re: [OE-core] [PATCH 1/1] guile: workaround ice ssa corruption while DEBUG_BUILD

2014-08-10 Thread Martin Jansa
On Sun, Aug 10, 2014 at 09:47:12PM +0800, Hongxu Jia wrote: Add: MACHINE = qemux86-64 DEBUG_BUILD = 1 to local.conf and there was a ssa corruption to build guile: .. Unable to coalesce ssa_names 48 and 3476 which are marked as MUST COALESCE. sp_48(ab) and sp_3476(ab)

[OE-core] [PATCH 1/1] openssl: upgrade to 1.0.1i

2014-08-10 Thread Paul Eggleton
Removed one patch merged upstream. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../openssl/heartbeat-test-private-api.patch | 45 -- .../{openssl_1.0.1h.bb = openssl_1.0.1i.bb} | 5 +-- 2 files changed, 2 insertions(+), 48 deletions(-) delete

[OE-core] [PATCH 0/1] OpenSSL upgrade

2014-08-10 Thread Paul Eggleton
The following change since commit 1fafe7ccc563d5ac9e41f5c1de93d2736745b512: ghostscript: Remove bogus gsfonts reference from DESCRIPTION (2014-08-06 11:14:21 +0100) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/openssl101i

[OE-core] [PATCH] sstate-sysroot-cruft.sh: Improve to use it from CI

2014-08-10 Thread Martin Jansa
* strip tmpdir prefix, so that we have shorter paths which aren't builder specific * use '#' for regexp delimiter so that we don't need to prefix forward slashes in paths * extend default whitelist to cover typical cases * add parameter for external whitelist file * use number of found paths

[OE-core] [PATCH] useradd: Add setscene dep on pseudo-native

2014-08-10 Thread Jate Sujjavanich
A recipe will sometimes be rebuilt unnecessarily if it adds users via useradd and the pseudo-native task has not been populated. This patch adds the correct dependency. Signed-off-by: Jate Sujjavanich jate...@gmail.com --- meta/classes/useradd.bbclass |2 +- 1 file changed, 1 insertion(+),

Re: [OE-core] [PATCH] Install list-records with resolvconf package

2014-08-10 Thread Jate S
I am following up on this patch. On Mon, Jun 23, 2014 at 11:07 AM, Jate S jate...@gmail.com wrote: From: Jate Sujjavanich jate...@gmail.com Date: Mon, Jun 23, 2014 at 10:16 AM Subject: [PATCH] Install list-records with resolvconf package To: openembedded-de...@lists.openembedded.org,

Re: [OE-core] [PATCH] resolvconf/initscripts: Change resolv.conf generation for sysvinit

2014-08-10 Thread Jate Sujjavanich
Patch ping follow up On Thu, Jun 26, 2014 at 10:03 AM, Jate Sujjavanich jate...@gmail.com wrote: The resolv.conf link generated by initscripts causes a warning with resolvconf. The resolvconf script expects a different target. Use the ALTERNATIVES system to create the link via

Re: [OE-core] [PATCH] Yocto: qt4: Let qmake control some compiler/linker flags

2014-08-10 Thread Otavio Salvador
Hello Marek, On Thu, Aug 7, 2014 at 12:25 PM, Marek Vasut ma...@denx.de wrote: In the case of building an Qt application outside of the Yocto build system, we want to make sure that a debug configuration of the application does contain debug symbols and is has the compiler optimalization

Re: [OE-core] [PATCH 5/5] Yocto: kernel: Add basic fitImage support

2014-08-10 Thread Otavio Salvador
On Thu, Aug 7, 2014 at 12:17 PM, Marek Vasut ma...@denx.de wrote: This patch adds support for generating a kernel fitImage, which is a a successor to the uImage format. Unlike uImage, which could only contain the kernel image itself, the fitImage can contain all kinds of artifacts, like the

Re: [OE-core] [PATCH 1/3] perl: fix the output format of all tests

2014-08-10 Thread Chong Lu
ping On 08/05/2014 04:33 PM, Chong Lu wrote: We should use PASS:|FAIL:|SKIP: testname to output results of ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/perl/perl-5.20.0/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 2/3] strace: fix ptest execution failure

2014-08-10 Thread Chong Lu
ping On 08/05/2014 04:33 PM, Chong Lu wrote: ptest needs runtest-TESTS target. serial-tests is required to generate this target. Signed-off-by: Chong Lu chong...@windriver.com --- .../strace/strace-4.8/Makefile-ptest.patch | 17 +++-- 1 file changed, 15

Re: [OE-core] [PATCH 1/1] guile: workaround ice ssa corruption while DEBUG_BUILD

2014-08-10 Thread Hongxu Jia
Ok, I will rebase to your patch since yours merged. V2 incomming. //Hongxu On 08/10/2014 10:21 PM, Martin Jansa wrote: On Sun, Aug 10, 2014 at 09:47:12PM +0800, Hongxu Jia wrote: Add: MACHINE = qemux86-64 DEBUG_BUILD = 1 to local.conf and there was a ssa corruption to build guile: .. Unable

[OE-core] [PATCH] curl: add ssl to PACKAGECONFIG

2014-08-10 Thread João Henrique Ferreira de Freitas
This will allow curl run as nativesdk and fixes the following: fatal: unable to access 'https://...': Protocol https not supported or disabled in libcurl Signed-off-by: João Henrique Ferreira de Freitas joa...@gmail.com --- meta/recipes-support/curl/curl_7.37.1.bb | 4 ++-- 1 file changed, 2

[OE-core] [PATCH 1/1] guile: workaround ice ssa corruption while DEBUG_BUILD

2014-08-10 Thread Hongxu Jia
Add: MACHINE = qemux86-64 DEBUG_BUILD = 1 to local.conf and there was a ssa corruption to build guile: .. Unable to coalesce ssa_names 48 and 3476 which are marked as MUST COALESCE. sp_48(ab) and sp_3476(ab) guile-2.0.11/libguile/vm-engine.c: In function 'vm_debug_engine':

[OE-core] [PATCH V2 0/1] guile: workaround ice ssa corruption while DEBUG_BUILD

2014-08-10 Thread Hongxu Jia
Changed in V2: - Remove the RDEPENDS part to make sure the fix doesn't conflict with Martin's patch http://lists.openembedded.org/pipermail/openembedded-core/2014-August/095585.html - Tweak the patch to make sure the logic of code is not changed by the workaround. //Hongxu The following

[OE-core] [daisy][PATCH] libxml-parser-perl: remove rpath

2014-08-10 Thread João Henrique Ferreira de Freitas
When building for two MACHINES using the same TMPDIR, the last one will claims about libxml-parser-perl contains bad RPATH. This remove $expat_libpath from $libs. Signed-off-by: João Henrique Ferreira de Freitas joa...@gmail.com --- .../perl/libxml-parser-perl-2.41/makefile_pl_rpath.patch |

[OE-core] [daisy][PATCH] libxml-parser-perl remove rpath

2014-08-10 Thread João Henrique Ferreira de Freitas
Test case to run without patch: 1) add meta-intel and meta-crownbay layers 2) build MACHINE=qemux86 bitbake libxml-parser-perl 3) build MACHINE=genericx86 bitbake libxml-parser-perl 4) build MACHINE=crownbay-noemgd bitbake libxml-parser-perl The step 4 wont complete because rpath issues. To get

Re: [OE-core] [daisy][PATCH 1/2] perf: explicitly disable libunwind

2014-08-10 Thread akuster
On 08/10/2014 02:38 AM, Martin Jansa wrote: * it's not included in DEPENDS and it's detected from sysroot Signed-off-by: Martin Jansa martin.ja...@gmail.com Acked-by: Armin Kuster akuster...@gmail.com --- meta/recipes-kernel/perf/perf.bb | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 1/1] puzzles: fix do_compile failed when DEBUG_BUILD

2014-08-10 Thread Hongxu Jia
There were compiling failure with option -g -O ... ././gtk.c: In function 'configure_area': ././gtk.c:397:2: error: 'cr' may be used uninitialized in this function [-Werror=maybe-uninitialized] cairo_set_source_rgb(cr, ^ ././gtk.c:384:14: note: 'cr' was declared here cairo_t *cr;

[OE-core] [PATCH 0/1] puzzles: fix do_compile failed when DEBUG_BUILD

2014-08-10 Thread Hongxu Jia
Test steps: 1. vim local.conf ... MACHINE = qemux86-64 DEBUG_BUILD = 1 ... 2. bitbake puzzles //Hongxu The following changes since commit 870bb8d35547b8313b3a487d7e8b914ab9470e64: local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS (2014-08-04 17:38:24 +0100) are available in