Re: [oe] USB wifi configuration

2014-03-31 Thread MONDON Daniel
Hi, I have a 3.2.30 kernel. With DISTRO = angstrom and DISTRO_VERSION = v2012.05 I want to use USB wifi dongle. I do bitbake -c menuconfig virtual/kernel modifications and put the output file .config in the required directory (renamed in defconfig). /networking support / Wireless / ... And

Re: [oe] [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019

2014-03-31 Thread Paul Eggleton
Hi Tim, On Sunday 30 March 2014 20:30:28 Tim Orling wrote: Yes. It updates the version built into perl. I will submit a patch with insane skip. INSANE_SKIP isn't the right fix for this - if this recipe is staging duplicate files, it should be prevented from doing that by simply deleting the

[oe] [meta-qt5] Antisocial layer behaviour

2014-03-31 Thread Richard Purdie
I noticed some rebuilds happening when my cache should have been good. bitbake -S printdiff showed: Task cmake-native:do_configure couldn't be used from the cache because: We need hash f8a8910df42f4330ddaf9e40105baa7d, closest matching task was 93ac4b3cc3e9b5dd0868377cf287ca3d basehash

[oe] php: Backport PHP SRC_URI update patch to dylan?

2014-03-31 Thread Bryan Evenson
I'm on the dylan branch, I recently had to do a complete rebuild of my image to recover from a mistake I'd made. During the rebuild, it failed to fetch php until I applied this patch: http://git.openembedded.org/meta-openembedded/patch/?id=2c63ef6da286e528a23509a87d55c79098e1c2b7. I see

Re: [oe] php: Backport PHP SRC_URI update patch to dylan?

2014-03-31 Thread Martin Jansa
On Mon, Mar 31, 2014 at 12:02:48PM +, Bryan Evenson wrote: I'm on the dylan branch, I recently had to do a complete rebuild of my image to recover from a mistake I'd made. During the rebuild, it failed to fetch php until I applied this patch:

Re: [oe] [meta-qt5] Antisocial layer behaviour

2014-03-31 Thread Martin Jansa
On Mon, Mar 31, 2014 at 01:02:25PM +0100, Richard Purdie wrote: I noticed some rebuilds happening when my cache should have been good. bitbake -S printdiff showed: Task cmake-native:do_configure couldn't be used from the cache because: We need hash f8a8910df42f4330ddaf9e40105baa7d,

[oe] [meta-oe][dylan][PATCH] php: update SRC_URI for new download location

2014-03-31 Thread Bryan Evenson
From: chase maupin chase.mau...@ti.com * The old downloads location of http://www.php.net/distributions now points to a listing of all distributions and the mirrors or download locations where the sources can be downloaded. * The new download location is http://museum.php.net/. where

Re: [oe] [meta-oe][dylan][PATCH] php: update SRC_URI for new download location

2014-03-31 Thread Martin Jansa
On Mon, Mar 31, 2014 at 08:42:50AM -0400, Bryan Evenson wrote: From: chase maupin chase.mau...@ti.com * The old downloads location of http://www.php.net/distributions now points to a listing of all distributions and the mirrors or download locations where the sources can be downloaded.

Re: [oe] [OE-core] initial support for musl libc with OE/Yocto Project

2014-03-31 Thread Paul Barker
On 30 March 2014 17:48, Khem Raj raj.k...@gmail.com wrote: On Sun, Mar 30, 2014 at 8:43 AM, Paul Barker p...@paulbarker.me.uk wrote: On 30 March 2014 05:17, Khem Raj raj.k...@gmail.com wrote: On Thu, Mar 27, 2014 at 5:53 AM, Paul Barker p...@paulbarker.me.uk wrote: On 26 March 2014 22:12,

[oe] [meta-oe][PATCH] libinih: Update to 25078f7

2014-03-31 Thread Otavio Salvador
This updates the fork to a version based in SVN r29 and include a CMake fix for out of tree build support. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta-oe/recipes-support/inih/libinih_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [OE-core] initial support for musl libc with OE/Yocto Project

2014-03-31 Thread Otavio Salvador
On Mon, Mar 31, 2014 at 12:21 PM, Paul Barker p...@paulbarker.me.uk wrote: On 30 March 2014 17:48, Khem Raj raj.k...@gmail.com wrote: On Sun, Mar 30, 2014 at 8:43 AM, Paul Barker p...@paulbarker.me.uk wrote: On 30 March 2014 05:17, Khem Raj raj.k...@gmail.com wrote: On Thu, Mar 27, 2014 at

[oe] OE Changelog since 2014-03-23 until 2014-03-30

2014-03-31 Thread cliff . brake
Changelog since 2014-03-23 until 2014-03-30. 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:

[oe] [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot: remove ${PR} remnant

2014-03-31 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb

[oe] [meta-oe][PATCH] swig : Update to version 2.0.12 and fix cmake find swig issue.

2014-03-31 Thread Philip Balister
* Dropped PR and PR_INC due to PV change. * The cmake rule looks for swig2.0. For the sdk case, the host distro may have a swig2.0 installed. If so the sdk would find the host swig. This updates the sdk so it also has a swig2.0 soft linked to the swig binary in the sdk. Signed-off-by: Philip

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2014-03-29

2014-03-31 Thread Adam Lee
I took a look into these three (in hopes of free beer): polkit-gnome: configure was passed unrecognised options: --disable-scrollkeeper --disable-man-pages gnome-bluetooth-2.32.0: gnome-bluetooth: configure was passed unrecognised options: --disable-schemas-install openobex-1.5: openobex:

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2014-03-29

2014-03-31 Thread Martin Jansa
On Mon, Mar 31, 2014 at 06:17:25PM -0700, Adam Lee wrote: I took a look into these three (in hopes of free beer): polkit-gnome: configure was passed unrecognised options: --disable-scrollkeeper --disable-man-pages gnome-bluetooth-2.32.0: gnome-bluetooth: configure was passed unrecognised

[oe] [meta-oe][PATCH] asio: package bump

2014-03-31 Thread Trevor Woerner
This recipe had been failing to build, bumping to the latest stable release resolves all build issues. Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/recipes-support/asio/asio.inc | 11 ++- meta-oe/recipes-support/asio/asio_1.10.1.bb | 6 ++

[oe] 'asio' fix for SOBBW (2014-03-29)

2014-03-31 Thread Trevor Woerner
Hi Martin, Here is a fix for your State of bitbake world, Failed tasks 2014-03-29. Best regards, Trevor Trevor Woerner (1): asio: package bump meta-oe/recipes-support/asio/asio.inc | 11 ++- meta-oe/recipes-support/asio/asio_1.10.1.bb | 6 ++

[oe] [meta-oe][PATCH 0/4] 'gtkmathview' fix for SOBBW (2014-03-29)

2014-03-31 Thread Trevor Woerner
Hi Martin, Here is a fix for your State of bitbake world, Failed tasks 2014-03-29. This patch set provides fixes and some clean-up for the gtkmathview package. Best regards, Trevor Trevor Woerner (4): gtkmathview: fix B!=S gtkmathview: fix qa issue gtkmathview: fix build error

[oe] [meta-oe][PATCH 3/4] gtkmathview: fix build error

2014-03-31 Thread Trevor Woerner
When building, I was seeing the following error which this patch fixes: ../../../src/frontend/common/TemplateElementIterator.hh:46:18: error: 'valid' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation

[oe] [meta-oe][PATCH 1/4] gtkmathview: fix B!=S

2014-03-31 Thread Trevor Woerner
This package does not support building out of a separate directory from the source. Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 2/4] gtkmathview: fix qa issue

2014-03-31 Thread Trevor Woerner
configure was passed unrecognised options: --disable-binreloc Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb

[oe] [meta-oe][PATCH 4/4] gtkmathview: run through oe-stylize.py

2014-03-31 Thread Trevor Woerner
Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb

[oe] [PATCH] linuxptp: fix and simplify recipe, drop dependency on kernel

2014-03-31 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com * Build script tries to locate the correct /usr/include/linux/net_tstamp.h just to see if it contains definition for HWTSTAMP_TX_ONESTEP_SYNC. But that header file hasn't changed in at least 5 years. The result of the check is to pass additional defines to the

[oe] [meta-oe][PATCH] linuxptp: fix and simplify recipe, drop dependency on kernel

2014-03-31 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com * Build script tries to locate the correct /usr/include/linux/net_tstamp.h just to see if it contains definition for HWTSTAMP_TX_ONESTEP_SYNC. But that header file hasn't changed in at least 5 years. The result of the check is to pass additional defines to the

Re: [oe] [PATCH] linuxptp: fix and simplify recipe, drop dependency on kernel

2014-03-31 Thread Denys Dmytriyenko
Oops, this one is meant for meta-oe, resending. On Tue, Apr 01, 2014 at 12:46:18AM -0400, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com * Build script tries to locate the correct /usr/include/linux/net_tstamp.h just to see if it contains definition for