Re: [OE-core] [PATCH] e2fsprogs:fix build native package error

2014-01-27 Thread Burton, Ross
On 27 January 2014 07:35, Baogen Shang baogen.sh...@windriver.com wrote: e2fsprogs requires pkgconfig to build native package Presumably this is also the case for non-native builds but ordering ensures that pkgconfig is present? Ross ___

[OE-core] [PATCH] oeqa/runtime: syslog: update --help test

2014-01-27 Thread Stefan Stanacar
busybox 1.22 now returns exitcode 0 instead of 1 for --help options, so this test needs to be updated when busybox gets upgraded to 1.22. https://bugs.busybox.net/show_bug.cgi?id=5612 http://git.busybox.net/busybox/commit/?id=efd0698f74caab0a0c8a51228b923ee142e8e278 Signed-off-by: Stefan

Re: [OE-core] [PATCH] eglibc-dbg: provides libc6-dbg

2014-01-27 Thread Phil Blundell
On Mon, 2014-01-27 at 11:20 +0800, Kang Kai wrote: On 2014年01月26日 03:30, Phil Blundell wrote: On Wed, 2014-01-22 at 17:06 +0800, Kang Kai wrote: Use glib-dbg does work. But if I use it in a recipe, when uclibc is used, I have to edit the recipe. Isn't that still true of libc6-dbg? Worse,

Re: [OE-core] [PATCH] db: Fix libtool linking against local libstdc++.so

2014-01-27 Thread Iorga, Cristian
Hello, This fixes YB5759 if included in Build Appliance poky repo. https://bugzilla.yoctoproject.org/show_bug.cgi?id=5759 Regards, Cristian Iorga YP Intel -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org]

Re: [OE-core] [PATCH] db: Fix libtool linking against local libstdc++.so

2014-01-27 Thread Carlos Rafael Giani
On 2014-01-25 05:14, Tyler Hall wrote: Building the C++ bindings in a484b35b818768487ff27cf06b8c5d4e128126af introduced this error on systems with /usr/lib/libstdc++.so present: /usr/lib/libstdc++.so: file not recognized: File format not recognized The shipped libtool is sysroot aware, so

[OE-core] [PATCH] [NEEDS TESTING] opkg: Fix add-exclude.patch

2014-01-27 Thread Paul Barker
The case statement for ARGS_OPT_ADD_EXCLUDE added to the argument handling switch statement in opkg was missing a break; at the end, so it was falling through into the handler for ARGS_OPT_NOACTION. Thus when --add-exclude was specified on the command line it was as if --noaction was also being

Re: [OE-core] [PATCH 0/4] Comms PUs

2014-01-27 Thread Iorga, Cristian
Ping. -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Cristian Iorga Sent: Wednesday, January 22, 2014 11:04 AM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH 0/4]

Re: [OE-core] [PATCH 1/2] sstatesig: include native/cross/nativesdk deps in target signatures

2014-01-27 Thread Martin Jansa
On Mon, Jan 27, 2014 at 02:51:15PM +, Richard Purdie wrote: On Sat, 2014-01-18 at 15:02 +0100, Martin Jansa wrote: * I don't have any real evidence or good statistics for this, but when comparing signature dumps from my big bitbake world builds I usually see a lot of rebuilds caused

[OE-core] [PATCH] utils: Add a cpu_count wrapper function

2014-01-27 Thread Richard Purdie
Add a cpu_count wrapper function (useful from annonymous python where the import would be trickier). Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/lib/oe/utils.py b/meta/lib/oe/utils.py index 82987e8..36f82db 100644 --- a/meta/lib/oe/utils.py +++

Re: [OE-core] [PATCH 1/2] sstatesig: include native/cross/nativesdk deps in target signatures

2014-01-27 Thread Richard Purdie
On Sat, 2014-01-18 at 15:02 +0100, Martin Jansa wrote: * I don't have any real evidence or good statistics for this, but when comparing signature dumps from my big bitbake world builds I usually see a lot of rebuilds caused by changes in .bbclasses and only very rare would be the case

[OE-core] opencv QA issue

2014-01-27 Thread Steffen Sledz
After the latest update of our build host (Fedora-18) the opencv build fails with an QA issue. - snip - ERROR: QA Issue: non debug package contains .debug directory: opencv-apps path

[OE-core] [PATCH] local.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE

2014-01-27 Thread Richard Purdie
Its rather sad that people don't appear to read local.conf and then complain about slow builds when they're just using a single thread. Most systems have more than one core now so we might as well use a more automatic default for these values. This may lead to better experiences for new users.

Re: [OE-core] [PATCH] utils: Add a cpu_count wrapper function

2014-01-27 Thread Otavio Salvador
On Mon, Jan 27, 2014 at 12:38 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Add a cpu_count wrapper function (useful from annonymous python where the import would be trickier). Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org Acked-by: Otavio Salvador

Re: [OE-core] [PATCH] local.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE

2014-01-27 Thread Otavio Salvador
On Mon, Jan 27, 2014 at 12:39 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Its rather sad that people don't appear to read local.conf and then complain about slow builds when they're just using a single thread. Most systems have more than one core now so we might as well use a

Re: [OE-core] [PATCH] local.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE

2014-01-27 Thread Burton, Ross
On 27 January 2014 17:23, Stewart, David C david.c.stew...@intel.com wrote: Nice! Now if we could just convince people to configure their VM guests with enough cpus - Now if only we could make bitbake error out when it's running inside a VM. ;) Ross

Re: [OE-core] [PATCH] local.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE

2014-01-27 Thread Stewart, David C
On 1/27/14, 8:45 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, Jan 27, 2014 at 12:39 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Its rather sad that people don't appear to read local.conf and then complain about slow builds when they're just using a single

Re: [OE-core] [PATCH] buildhistory.bbclass: Improve robustness in image file listing

2014-01-27 Thread Otavio Salvador
On Thu, Jan 23, 2014 at 10:11 AM, Otavio Salvador ota...@ossystems.com.br wrote: The filenames sometimes may have strange names. With the 'awk' script it handled a limited number of spaces in the filename and a package installing a file named test file with spaces would have its name

Re: [OE-core] [PATCH 1/1] libsdl: Add support for libsdl-native

2014-01-27 Thread Andrei Gherzan
On Jan 27, 2014 12:20 PM, Alexandru Niculita alexnic...@gmail.com wrote: Hi, I could not find a way to avoid using TexturePacker. TexturePacker is used by XMBC to compile all images used in a skin into a single file. I took the info from here:

[OE-core] [PATCH] cml1.bbclass: Fix return code handling in do_menuconfig()

2014-01-27 Thread Jacob Kroon
On my system, doing bitbake -c menuconfig busybox pops up a gnome-terminal, I can see that the compilation starts but then the terminal automatically exits. It turns out I don't have ncurses development package installed on my host, and OE's host sysroot isn't being passed to gcc, so compilation

[OE-core] OE Changelog since 2014-01-19 until 2014-01-26

2014-01-27 Thread cliff . brake
Changelog since 2014-01-19 until 2014-01-26. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] [PATCHv2 1/7] ltp: rename recipe to ltp_20140115.bb

2014-01-27 Thread Saul Wold
On 01/21/2014 04:17 AM, Fathi Boudra wrote: On 21 January 2014 12:41, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2014-01-20 at 13:40 +0200, Fathi Boudra wrote: Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta/recipes-extended/ltp/ltp_20130904.bb | 78

Re: [OE-core] [PATCH] buildhistory.bbclass: Improve robustness in image file listing

2014-01-27 Thread Randy MacLeod
On 14-01-23 07:11 AM, Otavio Salvador wrote: The filenames sometimes may have strange names. With the 'awk' script it handled a limited number of spaces in the filename and a package installing a file named test file with spaces would have its name truncated. This patch uses the find's printf

[OE-core] [PATCH v2] lib/oeqa: sshcontrol: Allow alternate port for SSHControl

2014-01-27 Thread Sipke Vriend
Add an optional parameter to SSHControl so the user can specify and alternate port to the default (22). Signed-off-by: Sipke Vriend sipke.vri...@xilinx.com --- meta/lib/oeqa/utils/sshcontrol.py |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 1/1] libsdl: Add support for libsdl-native

2014-01-27 Thread Paul Eggleton
On Monday 27 January 2014 22:29:09 Andrei Gherzan wrote: On Jan 27, 2014 12:20 PM, Alexandru Niculita alexnic...@gmail.com wrote: Hi, I could not find a way to avoid using TexturePacker. TexturePacker is used by XMBC to compile all images used in a skin into a single file. I took

Re: [OE-core] [PATCH 1/1] libsdl: Add support for libsdl-native

2014-01-27 Thread Richard Purdie
On Mon, 2014-01-27 at 22:50 +, Paul Eggleton wrote: On Monday 27 January 2014 22:29:09 Andrei Gherzan wrote: On Jan 27, 2014 12:20 PM, Alexandru Niculita alexnic...@gmail.com wrote: Hi, I could not find a way to avoid using TexturePacker. TexturePacker is used by XMBC to

Re: [OE-core] [PATCH v2] kernel.bbclass: Fix empty modules directory QA issue

2014-01-27 Thread Nathan Rossi
-Original Message- From: Nathan Rossi [mailto:nathan.ro...@xilinx.com] Sent: Tuesday, January 14, 2014 11:21 AM To: openembedded-core@lists.openembedded.org Cc: Nathan Rossi; Robert Yang Subject: [PATCH v2] kernel.bbclass: Fix empty modules directory QA issue If a kernel is built

Re: [OE-core] [PATCH] buildhistory.bbclass: Improve robustness in image file listing

2014-01-27 Thread Otavio Salvador
On Mon, Jan 27, 2014 at 7:52 PM, Randy MacLeod randy.macl...@windriver.com wrote: On 14-01-23 07:11 AM, Otavio Salvador wrote: The filenames sometimes may have strange names. With the 'awk' script it handled a limited number of spaces in the filename and a package installing a file named test

[OE-core] https://github.com/openembedded/oe-core

2014-01-27 Thread Mikhail Durnev
Hello All: Does anyone accept pull requests from GitHub? Or should all patches be submitted via this mailing list only? Thanks, Mikhail ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH] unzip: Pass LDFLAGS to the linker

2014-01-27 Thread mdurnev
From: Mikhail Durnev mikhail_dur...@mentor.com Change Makefile to use LDFLAGS Signed-off-by: Mikhail Durnev mikhail_dur...@mentor.com --- .../unzip/unzip/define-ldflags.patch | 16 meta/recipes-extended/unzip/unzip_6.0.bb |5 +++-- 2 files changed,

[OE-core] [PATCH] wpa-supplicant: Add dependency on openssl

2014-01-27 Thread mdurnev
From: Mikhail Durnev mikhail_dur...@mentor.com Building of wpa-supplicant failed due to missing dependency on openssl: crypto_openssl.c:10:30: fatal error: openssl/opensslv.h: No such file or directory Signed-off-by: Mikhail Durnev mikhail_dur...@mentor.com ---

[OE-core] [PATCH] multilib.bbclass: fix Multilib QA Issue

2014-01-27 Thread Ming Liu
Multilib QA warning was observed, as follows: -- WARNING: Multilib QA Issue: lib32-oprofile package lib32-oprofile - suspicious values 'kernel-vmlinux' in RRECOMMENDS -- The package starting with 'kernel-vmlinux' should be ok with multilib QA checking. Signed-off-by: Ming Liu

[OE-core] [PATCH] unzip: Pass LDFLAGS to the linker

2014-01-27 Thread Mikhail_Durnev
From: Mikhail Durnev mikhail_dur...@mentor.com Change Makefile to use LDFLAGS Signed-off-by: Mikhail Durnev mikhail_dur...@mentor.com --- .../unzip/unzip/define-ldflags.patch | 16 meta/recipes-extended/unzip/unzip_6.0.bb |5 +++-- 2 files changed,

[OE-core] [PATCH] wpa-supplicant: Add dependency on openssl

2014-01-27 Thread Mikhail_Durnev
From: Mikhail Durnev mikhail_dur...@mentor.com Building of wpa-supplicant failed due to missing dependency on openssl: crypto_openssl.c:10:30: fatal error: openssl/opensslv.h: No such file or directory Signed-off-by: Mikhail Durnev mikhail_dur...@mentor.com ---