[OE-core] [meta-qt5][PATCH v2 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-03-01 Thread Jonathan Liu
This adds the necessary target packages for development with all of the Qt 5 modules. Signed-off-by: Jonathan Liu --- .../packagegroup-qt5-toolchain-target.bb | 60 +- 1 file changed, 46 insertions(+), 14 deletions(-) diff --git a/recipes-qt/packagegroups/packagegr

Re: [OE-core] [meta-qt5][PATCH v2 1/2] qtimageformats: allow empty qtimageformats package

2014-03-01 Thread Jonathan Liu
On 2/03/2014 1:58 PM, Jonathan Liu wrote: This fixes installing qtimageformats-dev with opkg as it depends on the qtimageformats package which wasn't created. The qtimageformats package was not created as it is empty and BitBake avoids producing empty packages by default. The installed files con

[OE-core] [meta-qt5][PATCH v2 1/2] qtimageformats: allow empty qtimageformats package

2014-03-01 Thread Jonathan Liu
This fixes installing qtimageformats-dev with opkg as it depends on the qtimageformats package which wasn't created. The qtimageformats package was not created as it is empty and BitBake avoids producing empty packages by default. The installed files consist of source files split into qtimageforma

Re: [OE-core] [RFC][PATCH] Attempt to unify predefined package feed handling

2014-03-01 Thread Paul Eggleton
On Saturday 01 March 2014 18:21:59 Paul Barker wrote: > On 1 March 2014 18:10, Otavio Salvador wrote: > > Hello David, > > > > On Thu, Feb 27, 2014 at 4:59 PM, David Nyström > > > > wrote: > >> On 2014-02-27 16:18, Laurentiu Palcu wrote: > >>> On Thu, Feb 27, 2014 at 03:35:50PM +0100, David Nys

[OE-core] [PATCH 1/3] sstate-cache-management: improve shown numbers of removed files

2014-03-01 Thread Martin Jansa
* deleted files were counting .siginfo and .done files, but total_files were counting only .tgz archives so it could show confusing output like: Figuring out the sstate:xxx_packagedata.tgz ... (21098 from 15162 files for packagedata suffix will be removed) * split the counts and show both * f

[OE-core] [PATCH] pango: Fix postinst by adding missing qemu-native dependency

2014-03-01 Thread Martin Jansa
* postinst_prologue calls qemu_run_binary but there is no dependency on qemu-native which causes postinst to sometimes fail which is fatal for building read-only rootfs Signed-off-by: Martin Jansa --- meta/recipes-graphics/pango/pango.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 3/3] sstate-cache-management.sh: Don't use echo -n

2014-03-01 Thread Martin Jansa
* when debug is enabled it causes more confusion than what it's gaining without debug enabled Signed-off-by: Martin Jansa --- scripts/sstate-cache-management.sh | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/sstate-cache-management.sh b/scripts/

[OE-core] [PATCH 2/3] sstate-cache-management.sh: Allow to remove old .siginfo and .done files for all tasks

2014-03-01 Thread Martin Jansa
* this allows to remove them even for tasks without sstate archives (e.g. rm_work, multilib_install, ..) whole list of tasks found in one of my sstate-cache directories: sstate:xxx_boostconfig.tgz ... 6 sstate:xxx_bundle_initramfs.tgz ... 31 sstate:xxx_compile.tgz ... 47894 sstate:xxx_co

[OE-core] [PATCH] testimage: add task level lock

2014-03-01 Thread Stefan Stanacar
For machines other than qemu it will not be okay to run multiple testimage tasks in parallel. Signed-off-by: Stefan Stanacar --- meta/classes/testimage-auto.bbclass | 1 + meta/classes/testimage.bbclass | 4 2 files changed, 5 insertions(+) diff --git a/meta/classes/testimage-auto.bbc

Re: [OE-core] [RFC][PATCH] Attempt to unify predefined package feed handling

2014-03-01 Thread Paul Barker
On 1 March 2014 18:10, Otavio Salvador wrote: > Hello David, > > On Thu, Feb 27, 2014 at 4:59 PM, David Nyström > wrote: >> >> >> On 2014-02-27 16:18, Laurentiu Palcu wrote: >>> >>> On Thu, Feb 27, 2014 at 03:35:50PM +0100, David Nyström wrote: On 2014-02-27 15:24, Laurentiu Palcu wrote

Re: [OE-core] [RFC][PATCH] Attempt to unify predefined package feed handling

2014-03-01 Thread Otavio Salvador
Hello David, On Thu, Feb 27, 2014 at 4:59 PM, David Nyström wrote: > > On 2014-02-27 16:18, Laurentiu Palcu wrote: > >> On Thu, Feb 27, 2014 at 03:35:50PM +0100, David Nyström wrote: >> >>> On 2014-02-27 15:24, Laurentiu Palcu wrote: >>> Hi David, My comments/questions below.

Re: [OE-core] [RFC] sanity.bbclass: support wildcards in SANITY_TESTED_DISTROS

2014-03-01 Thread Olof Johansson
On 14-02-28 16:28 +0100, Chris Larson wrote: > Out of curiosity, why not just use fnmatch for this > implementation? No reason. That would probably be far superior. I'll send a revised patch some time early next week! Thanks! -- olofjn ___ Openembedded

Re: [OE-core] rootfs fails to build in current master

2014-03-01 Thread Paul Barker
On 1 March 2014 17:46, Mike Looijmans wrote: > I get this mysterious error at rootfs after updating to current master: > > Exception: AttributeError: 'module' object has no attribute > 'shell_trap_code' > > > I haven't been following OE for a while, so I have no clue as to what caused > this. > >

[OE-core] rootfs fails to build in current master

2014-03-01 Thread Mike Looijmans
I get this mysterious error at rootfs after updating to current master: Exception: AttributeError: 'module' object has no attribute 'shell_trap_code' I haven't been following OE for a while, so I have no clue as to what caused this. Stack trace: File: '/media/work/master-next/openembedded

[OE-core] [PATCH] oeqa/runtime/dmesg: Ignore DMA timeout errors

2014-03-01 Thread Richard Purdie
We see these from qemu images on servers under load. They're not interesting and clutter the build output so lets ignore them. Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/dmesg.py b/meta/lib/oeqa/runtime/dmesg.py index a53d1f0..64247ea 100644 --- a/meta/lib/oeqa/runtime/d

[OE-core] [PATCH] ltp: Work around parallel make race

2014-03-01 Thread Richard Purdie
As per the comments, the makefiles use make -C extensively and this causes particular problems around the kernel syscall header. We therefore ensure its up to date in advance. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp

[OE-core] relocate_sdk.py: Possible bug, /lib64/ld-linux-x86-64.so.2 not relocated

2014-03-01 Thread Stefan Agner
Hi, Using top of dylan branch, I generated a SDK using bitbake meta-toolchain. I'm running Arch Linux, but I also see similar issues on Ubuntu 12.04.4 LTS: Some binaries segfault when running them. I discovered, that the dynamic linker of the host is used: $ ldd /usr/local/oecore-x86_64/sysroots/

[OE-core] [PATCH] image.bbclass: add BAD_RECOMMENDATIONS/NO_RECOMMENDATIONS rootfs vardeps

2014-03-01 Thread Jonathan Liu
Changes to BAD_RECOMMENDATIONS or NO_RECOMMENDATIONS require the rootfs for the image to be rebuilt. [YOCTO #5898] Signed-off-by: Jonathan Liu --- meta/classes/image.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 28b68f9