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

2012-09-13 Thread Saul Wold
On 09/13/2012 04:03 AM, Paul Eggleton wrote: This likely requires some form of license to use in a commercial product. Signed-off-by: Paul Eggleton --- .../gstreamer/gst-ffmpeg_0.10.13.bb|1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/gstreamer/

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

2012-09-13 Thread Saul Wold
On 09/13/2012 03:04 AM, Ross Burton wrote: 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 --- meta/recipes-gnome/librsvg/librsv

[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 this,

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 wrote: On Tue, 2012-09-11 at 19:01 +, McClintock Matthew-B29882 wrote: On Tue, Sep 11, 2012 at 9:22 AM, Richard Purdie wrote: Unfortunately whilst rerunning configure and make against

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/htEiOca

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 --- meta/classes/license.bbclass |2 +- 1 files c

[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 per

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 > --- > meta/classes/license.bbclass |2 +- > 1 files changed, 1 insertions(+), 1 deletions

[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 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/tag

[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

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 wrote: Signed-off-by: Otavio Salvador --- meta/recipes-kernel/perf/perf_3.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Please ignore this patch ... Too late!

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 --- 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

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 wrote: > Signed-off-by: Otavio Salvador > --- > meta/recipes-kernel/perf/perf_3.4.bb |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Please ignore this patch ... -- Otavio Salvador O.S. Systems E-mail:

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

2012-09-13 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- 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 --- a/meta/recipes-kernel/perf/perf_3.4.bb +

[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 linu

[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 configu

[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 --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |

[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 --- meta/classes/license.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.

Re: [OE-core] Possible bug in bitbake

2012-09-13 Thread Saul Wold
On 09/13/2012 12:15 PM, Mark Hatle wrote: On 9/13/12 1:41 PM, 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/7W9bwxq

Re: [OE-core] Possible bug in bitbake

2012-09-13 Thread Mark Hatle
On 9/13/12 1:41 PM, 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 The way to reproduce it

Re: [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 Andrei Gherzan
Ack On Thu, Sep 13, 2012 at 9:29 PM, Peter Seebach wrote: > 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

[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 cleanssta

[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 addressin

[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 --- meta/recipes-devtools/pseudo/p

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 het volgende geschreven: > On Tue, Sep 11, 2012 at 11:32 PM, Phil Blundell 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 -mtune options as CFLAG

[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 the

[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 http:/

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 ar

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)

[OE-core] [PATCH 1/2] scripts/combo-layer: use last_revision if specified in init

2012-09-13 Thread Paul Eggleton
If last_revision is specified for a component when running combo-layer init, then use that revision instead of the latest revision on the branch. Also, remove unnecessary git checkout during init since we specify the revision to all calls to git when dealing with the component repositories. Fixes

[OE-core] [PATCH 2/2] scripts/combo-layer: ensure we validate branch/revision on init

2012-09-13 Thread Paul Eggleton
If both branch and last_revision are specified for a component when combo-layer init is run, ensure that the specified revision is actually on the specified branch and error out if not. Also ensure that the error message mentions the component. Signed-off-by: Paul Eggleton --- scripts/combo-laye

[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 http://cgit.openembedded.org/cgit

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

2012-09-13 Thread Chris Larson
On Thu, Sep 13, 2012 at 6:06 AM, Otavio Salvador wrote: > On Thu, Sep 13, 2012 at 9:19 AM, Björn Stenberg 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 gc

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 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 gcc-4.7

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

[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 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 --- meta/recipes-devtools/git/git.inc | 6 +- 1 f

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

2012-09-13 Thread Jack Mitchell
From: Jack Mitchell 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 --- meta/conf/local.conf.sample

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 > > 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. I have to say I think

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] 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

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

2012-09-13 Thread Jack Mitchell
From: Jack Mitchell 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 --- meta/conf/local.conf.sample | 2 +- 1 file changed, 1 ins

[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 --- .../gstreamer/gst-fluendo-mpegdemux_0.10.71.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.71.bb b/meta/recipes-

[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 --- .../gstreamer/gst-ffmpeg_0.10.13.bb|1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb b/meta/recipes-multimedia/

[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 http://cgit.openembedded.org/cgit.cgi/openemb

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 package

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

2012-09-13 Thread Ross Burton
Signed-off-by: Ross Burton --- .../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 b/meta/recipes-graphics/xorg-lib/libx11/keysymdef_include.p

[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 --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |9 ++--- 1 file changed,

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

2012-09-13 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 --- a/meta/recipes-gnom

[OE-core] [PATCH 1/3] librsvg: --disable-gnome-vfs doesn't exist anymore, remove

2012-09-13 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 6eba686..364f6f2 100644 --- a/meta/recipes-gnom

Re: [OE-core] [oe-core] valgrind: fix debug info reading error when do memcheck on ppc targets

2012-09-13 Thread Paul Eggleton
On Wednesday 12 September 2012 07:50:23 Luo Zhenhua-B19537 wrote: > > -Original Message- > > From: McClintock Matthew-B29882 > > Sent: Wednesday, September 12, 2012 12:03 PM > > > > > diff --git > > > a/meta/recipes-devtools/valgrind/valgrind-3.7.0/valgrind-3.7.0-fix-err > > > or-of-readin

[OE-core] [PATCH] libffi upgrade to 3.0.11

2012-09-13 Thread Andrei Dinu
Changes : - Added ax_append_flags.m4 and ax_check_compile_flag.m4 to the m4 directory. The files were missing and aclocal.m4 was generated without those two macros. - Added a new license md5 checksum to the recipe because the old LICENSE file differs from the new one here : OLD : lib