Re: [OE-core] qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-13 Thread Martin Jansa
On Wed, Sep 12, 2012 at 03:33:03PM +0100, Richard Purdie wrote: On Tue, 2012-09-11 at 15:01 +0200, Martin Jansa wrote: Hi, when building spitz and qemuarm (both produces packages in armv5te feed) resulting packages are tuned with -mtune=xscale (when built for spitz) or

[OE-core] [PATCH 2/3] librsvg: remove spurious popt dependency

2012-09-13 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index 364f6f2..6bb5fe2 100644

[OE-core] [PATCH 3/3] librsvg: make the libcroco dependency a PACKAGECONFIG option

2012-09-13 Thread Ross Burton
Default to enabling it as we were build-depending on it already. If a user needs the disk space and the limitations imposed by not using libcroco are acceptable they can override this. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |9

[OE-core] [PATCH] libx11: update patch to a backport from upstream git

2012-09-13 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xorg-lib/libx11/keysymdef_include.patch| 35 +--- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11/keysymdef_include.patch

Re: [OE-core] qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-13 Thread Richard Purdie
On Thu, 2012-09-13 at 08:20 +0200, Martin Jansa wrote: On Wed, Sep 12, 2012 at 03:33:03PM +0100, Richard Purdie wrote: On Tue, 2012-09-11 at 15:01 +0200, Martin Jansa wrote: Hi, when building spitz and qemuarm (both produces packages in armv5te feed) resulting packages are tuned

[OE-core] [PATCH 0/2] A couple of minor fixes

2012-09-13 Thread Paul Eggleton
The following changes since commit 835654994574c158d6324218ebe000bd2ef9a792: rt: Add hwlatdetect to rt images (2012-09-12 15:11:12 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/fixes1

[OE-core] [PATCH 1/2] gst-ffmpeg: add LICENSE_FLAGS

2012-09-13 Thread Paul Eggleton
This likely requires some form of license to use in a commercial product. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../gstreamer/gst-ffmpeg_0.10.13.bb|1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 2/2] gst-fluendo-mpegdemux: add LICENSE_FLAGS

2012-09-13 Thread Paul Eggleton
This likely requires some form of license to use in a commercial product. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../gstreamer/gst-fluendo-mpegdemux_0.10.71.bb |1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH] local.conf.sample: change valgrind support architecture comment

2012-09-13 Thread Jack Mitchell
From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk The comment for debug-tools states valgrind will only be installed for x86 targets. This is not true as valgrind now supports x86*, PPC* and ARMv7a; alter the comment to reflect this. Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk

Re: [OE-core] qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-13 Thread Martin Jansa
On Thu, Sep 13, 2012 at 11:42:06AM +0100, Richard Purdie wrote: On Thu, 2012-09-13 at 08:20 +0200, Martin Jansa wrote: On Wed, Sep 12, 2012 at 03:33:03PM +0100, Richard Purdie wrote: On Tue, 2012-09-11 at 15:01 +0200, Martin Jansa wrote: Hi, when building spitz and qemuarm (both

Re: [OE-core] [PATCH 1/4] gcc: Switch SRC_URI to use svn

2012-09-13 Thread Björn Stenberg
Khem Raj wrote: I agree but then 1.7 GB is noticeably huge too and it will only become larger in future so I don't think fetching from git will be a good solution for gcc ever. Can we use shallow clones? A quick test of gcc-4.7 gave me a 308 MB tar.gz when cloned with --depth 1. -- Björn

Re: [OE-core] [PATCH] local.conf.sample: change valgrind support architecture comment

2012-09-13 Thread Paul Eggleton
On Thursday 13 September 2012 12:20:04 Jack Mitchell wrote: From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk The comment for debug-tools states valgrind will only be installed for x86 targets. This is not true as valgrind now supports x86*, PPC* and ARMv7a; alter the comment to reflect

[OE-core] [PATCHv2] local.conf.sample: change valgrind support architecture comment

2012-09-13 Thread Jack Mitchell
From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk The comment for debug-tools states valgrind will only be installed for x86 targets. This is not true as valgrind now supports x86*, PPC* and ARMv7a; delete the comment as the architecture support is now so varied. Signed-off-by: Jack Mitchell

[OE-core] [PATCH] git: define NO_PYTHON=1 to stop git requiring python as a dependancy

2012-09-13 Thread Jack Mitchell
From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk Git requires python by default as an included script to link git to perforce is written in Python. Define NO_PYTHON to stop the script being included and thus remove the dependancy on Python. Signed-off-by: Jack Mitchell

Re: [OE-core] qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-13 Thread Richard Purdie
On Thu, 2012-09-13 at 14:14 +0200, Martin Jansa wrote: On Thu, Sep 13, 2012 at 11:42:06AM +0100, Richard Purdie wrote: On Thu, 2012-09-13 at 08:20 +0200, Martin Jansa wrote: On Wed, Sep 12, 2012 at 03:33:03PM +0100, Richard Purdie wrote: On Tue, 2012-09-11 at 15:01 +0200, Martin Jansa

Re: [OE-core] [PATCH 1/4] gcc: Switch SRC_URI to use svn

2012-09-13 Thread Otavio Salvador
On Thu, Sep 13, 2012 at 9:19 AM, Björn Stenberg b...@enea.com wrote: Khem Raj wrote: I agree but then 1.7 GB is noticeably huge too and it will only become larger in future so I don't think fetching from git will be a good solution for gcc ever. Can we use shallow clones? A quick test of

[OE-core] [PATCH 0/2] Couple of fixes for combo-layer

2012-09-13 Thread Paul Eggleton
The following changes since commit 835654994574c158d6324218ebe000bd2ef9a792: rt: Add hwlatdetect to rt images (2012-09-12 15:11:12 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/combo-layer-fixes8

Re: [OE-core] qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-13 Thread Mark Hatle
On 9/13/12 5:42 AM, Richard Purdie wrote: On Thu, 2012-09-13 at 08:20 +0200, Martin Jansa wrote: On Wed, Sep 12, 2012 at 03:33:03PM +0100, Richard Purdie wrote: On Tue, 2012-09-11 at 15:01 +0200, Martin Jansa wrote: Hi, when building spitz and qemuarm (both produces packages in armv5te feed)

Re: [OE-core] qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-13 Thread Phil Blundell
On Thu, 2012-09-13 at 11:47 -0500, Mark Hatle wrote: ARM seems to be the one exception, where you have three levels.. ABI (EABI/hf-EABI), processor family (armv4, armv5, armv7, cortext), and then CPU optimization. This seems to cause additional confusion, as the CPU optimizations are

[OE-core] [PATCH V3 0/1] Round up ROOTFS_SIZE after base_size check

2012-09-13 Thread Andrei Gherzan
V3: Do the whole thing in the same awk The following changes since commit 0f55a5868457300a3defc7fa7451ef191d19e018: adt-installer: Allow changing YOCTOADT_REPO (2012-09-05 23:28:10 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/rootfs_size

[OE-core] [PATCH V3 1/1] image_types.bbclass: Round up ROOTFS_SIZE after base_size check

2012-09-13 Thread Andrei Gherzan
If we round up ROOTFS_SIZE to IMAGE_ROOTFS_ALIGNMENT before checking if base_size is greater then IMAGE_ROOTFS_SIZE, we can end up adding an unaligned value to IMAGE_ROOTFS_SIZE. Obviously, if IMAGE_ROOTFS_EXTRA_SPACE was overwritten with an unaligned value. So let's add the round up code after

Re: [OE-core] [PATCH V2 1/3] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC

2012-09-13 Thread Koen Kooi
Op 12 sep. 2012, om 09:49 heeft Khem Raj raj.k...@gmail.com het volgende geschreven: On Tue, Sep 11, 2012 at 11:32 PM, Phil Blundell ph...@gnu.org wrote: On Tue, 2012-09-11 at 22:59 -0700, Khem Raj wrote: kernel compiler is not special and we currently have it so we want to pass -march and

[OE-core] [PATCH 1/1] pseudo_1.4.1.bb: update to pseudo 1.4.1, fixing 32-bit host problems

2012-09-13 Thread Peter Seebach
There were a number of cases where pseudo used plain old stat() to get dev/inode data for files; on 32-bit hosts, this could fail if the files were over 2GB, causing pseudo to prevent removing of large files. This is fixed in 1.4.1. Signed-off-by: Peter Seebach peter.seeb...@windriver.com ---

[OE-core] [PATCH 0/1] pseudo update to 1.4.1

2012-09-13 Thread Peter Seebach
The patches here are trivial. The upstream fixes are pretty non-trivial, but have been used moderately extensively on a handful of hosts, and appear to work. Long story short, pseudo could cause rm to fail on files 2GB on 32-bit hosts which didn't use a 64-bit off_t. Fixing this required

[OE-core] Possible bug in bitbake

2012-09-13 Thread Otavio Salvador
Hello, Rogerio and Daiane, here copied, found a bug in bitbake (we managed to reproduce it in denzil). The output in console when it happens can be seen at: https://groups.google.com/d/msg/meta-fsl-arm/7W9bwxqslnk/htEiOcaJMH8J The way to reproduce it is very easy: * bitbake gnutls -c

[OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-13 Thread Saul Wold
Make sure to find -package, this was causing a failure in the multi-lib build license generation during rootfs. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/license.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/license.bbclass

[OE-core] [PATCH 2/2] linux-yocto: virtio and KVM guest configuration

2012-09-13 Thread Bruce Ashfield
Updating the meta branch SRCREV to pick up virtio and kvm guest configuration fragments. 79947f1 meta: add paravirtualized KVM guest config fragment 3ed86ed meta: add MMIO support in virtio config fragment Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com ---

[OE-core] [PATCH 0/2] linux-yocto: consolidated update

2012-09-13 Thread Bruce Ashfield
Richard/Saul, A small ``consolidated'' update this time. Two fixes, one to the build/tools, one meta branch update for KVM guests. The tools fix is something that I've been wanting to get to for a month now .. and I finally did. Matthew Foster reported the strange messages when working with

[OE-core] [PATCH 1/2] kernel-yocto: fix kernel configuration audit for custom yocto kernels

2012-09-13 Thread Bruce Ashfield
It was reported that the kernel configuration checks for custom yocto kernels had the following output: NOTE: validating kernel configuration grep: /meta-series: No such file or directory grep: /meta-series: No such file or directory WARNING: Can't find any BSP hardware or required

[OE-core] [PATCH] perf: Refactor code so it is easier to read

2012-09-13 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-kernel/perf/perf_3.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index decc911..6e1c746 100644 ---

Re: [OE-core] [PATCH] perf: Refactor code so it is easier to read

2012-09-13 Thread Otavio Salvador
On Thu, Sep 13, 2012 at 5:32 PM, Otavio Salvador ota...@ossystems.com.br wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-kernel/perf/perf_3.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Please ignore this patch ... -- Otavio Salvador

Re: [OE-core] [PATCH] perf: Refactor code so it is easier to read

2012-09-13 Thread Saul Wold
On 09/13/2012 01:32 PM, Otavio Salvador wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-kernel/perf/perf_3.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb

Re: [OE-core] [PATCH] perf: Refactor code so it is easier to read

2012-09-13 Thread Saul Wold
On 09/13/2012 01:38 PM, Otavio Salvador wrote: On Thu, Sep 13, 2012 at 5:32 PM, Otavio Salvador ota...@ossystems.com.br wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-kernel/perf/perf_3.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Please

[OE-core] [PATCH 0/1] Binutils fixes

2012-09-13 Thread Khem Raj
This patch is backporting strictly the patches that has gone into 2.22 release branch since 2.22 was released last year. I have dropped the patches for AVR,CRIS and HPPA which does not concern OE-Core's primary architecture. Majority fixes are for ld and mips and ppc architecture Binutils testruns

[OE-core] [PATCH 0/1] Update to taglib v1.8

2012-09-13 Thread Andrei Gherzan
The following changes since commit 7401ed019196313a7ae7cab0b9f3820356cfee29: Update to upstream_tracking.inc (2012-09-12 17:56:58 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/taglib

Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-13 Thread Paul Eggleton
On Thursday 13 September 2012 12:26:19 Saul Wold wrote: Make sure to find -package, this was causing a failure in the multi-lib build license generation during rootfs. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/license.bbclass |2 +- 1 files changed, 1

[OE-core] [PATCH] opkg: Fix package dependency issue for preinsts

2012-09-13 Thread Richard Purdie
When processing dependencies, we need to look for both the SW_INSTALL and SW_UNKNOWN states. If we don't do this, dependencies can be missed and preinst scripts can run before dependencies are all installed. This leads to package installation errors for packages like dbus-1 and associated user

Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-13 Thread Saul Wold
On 09/13/2012 03:31 PM, Paul Eggleton wrote: On Thursday 13 September 2012 12:26:19 Saul Wold wrote: Make sure to find -package, this was causing a failure in the multi-lib build license generation during rootfs. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/license.bbclass

Re: [OE-core] Possible bug in bitbake

2012-09-13 Thread Paul Eggleton
On Thursday 13 September 2012 15:41:15 Otavio Salvador wrote: Hello, Rogerio and Daiane, here copied, found a bug in bitbake (we managed to reproduce it in denzil). The output in console when it happens can be seen at: https://groups.google.com/d/msg/meta-fsl-arm/7W9bwxqslnk/htEiOcaJMH8J

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-13 Thread Scott Garman
On 09/12/2012 10:47 AM, McClintock Matthew-B29882 wrote: On Wed, Sep 12, 2012 at 9:16 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2012-09-11 at 19:01 +, McClintock Matthew-B29882 wrote: On Tue, Sep 11, 2012 at 9:22 AM, Richard Purdie

[OE-core] [PATCH 1/1] linux-yocto/3.4: make uprobes select perf events

2012-09-13 Thread Bruce Ashfield
uprobes depends on functionality provided by perf events. After uprobes was enabled in the standard kernel the mpc8315 board showed link errors due to missing perf event functions. This problem isn't isolated to the board or powerpc arch, but all other boards have PERF_EVENTS enabled. To fix