[OE-core] [PATCH] busybox-mdev: Startup at level S03 instead of S06

2013-05-14 Thread Mike Looijmans
The udev hotplug deamon starts at 03, so mdev should start at the same point. This fixes the bug that when modutils (runs at 04) initializes devices that the mdev hotplug will often not pick them up, resulting in missing device nodes and similar problems. Signed-off-by: Mike Looijmans

[OE-core] [PATCH] toolchain-scripts.bbclass:Add CROSS_COMPILE variable to environment-setup file

2013-05-14 Thread b40527
From: Zongchun Yu b40...@freescale.com when compiling the linux kernel manually. users need to set CROSS_COMPILE separately. adding the CROSS_COMPILE variable will be nice for using. Signed-off-by: Zongchun Yu b40...@freescale.com --- meta/classes/toolchain-scripts.bbclass |3 +++ 1 files

[OE-core] [PATCH 1/1] perl-tests: convert to ptest

2013-05-14 Thread Jesse Zhang
[YOCTO #4292] Replace PERL_TEST_DIR with PTEST_PATH. Also add a run-ptest script and rename tests with ptest in various places. Signed-off-by: Jesse Zhang sen.zh...@windriver.com --- meta/recipes-devtools/perl/perl-5.14.3/run-ptest | 2 ++ .../perl/{perl-tests.inc = perl-ptest.inc}|

Re: [OE-core] [PATCH 0/4] Add qemumips64 machine support

2013-05-14 Thread Robert P. J. Day
On Mon, 13 May 2013, Khem Raj wrote: can you try this add SRCREV_machine_qemumips64 = bbefde394205a1b317eae31942bfc13afce0b0ac to linux-yocto_3.8.bb and rebuild the kernel and see if that boots does that apply to me as well? rday --

[OE-core] [PATCH v3 0/5] Enable VPN support in ConnMan

2013-05-14 Thread Jukka Rissanen
Hi, This v3 fixes following issues noticed by Phil Blundell. Thanks for comments Phil! v3: - removed do_install_append_${PN}-vpn() as it is useless here - refactored populate_packages_prepend(), now the RDEPENDS are created in lambda function - added INSANE_SKIP_pkg setting in

[OE-core] [PATCH v3 2/5] connman: Add OpenVPN support

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 137deed..b7466f5 100644

[OE-core] [PATCH v3 1/5] connman: Add VPN support

2013-05-14 Thread Jukka Rissanen
One needs to add following statement into local.conf or distro config PACKAGECONFIG_append_pn-connman = openvpn vpnc l2tp pptp in order to activate support for these VPN technogies in ConnMan. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com ---

[OE-core] [PATCH v3 3/5] connman: Add vpnc support

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index b7466f5..8fd38ee 100644

[OE-core] [PATCH v3 4/5] connman: Add L2TP support

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 8fd38ee..b26555c 100644

[OE-core] [PATCH v3 5/5] connman: Add PPTP support

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index b26555c..8d6f68c 100644

Re: [OE-core] [PATCH 0/4] Add qemumips64 machine support

2013-05-14 Thread Robert P. J. Day
On Mon, 13 May 2013, Khem Raj wrote: can you try this add SRCREV_machine_qemumips64 = bbefde394205a1b317eae31942bfc13afce0b0ac to linux-yocto_3.8.bb and rebuild the kernel and see if that boots ok, that gives me a successful boot (tried it twice, success both times) but i'm now at a

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-14 Thread Tomas Frydrych
Hi Phil, On 13/05/13 16:41, Phil Blundell wrote: It seems a bit hyperbolic to claim that testing clutter is impossible without GPU hardware (either real or emulated). The majority of the code even in cogl, and virtually all the code in clutter itself, is mostly independent of the underlying

Re: [OE-core] [PATCH 0/5] Enable VPN support in ConnMan

2013-05-14 Thread Tomas Frydrych
On 13/05/13 15:53, Phil Blundell wrote: On Mon, 2013-05-13 at 12:32 +0100, Tomas Frydrych wrote: On 13/05/13 12:06, Burton, Ross wrote: The problem with bbappends is that they break every time the package in oe-core changes version. I see this as a good thing; if I maintain a bbappend, I

Re: [OE-core] [PATCH] pam: Add libtirpc to build dependencies

2013-05-14 Thread Richard Purdie
On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote: libtirpc is looked for by configure and if found its enabled. So lets make it consistent and enable it always Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-extended/pam/libpam_1.1.6.bb |2 +- 1 file changed, 1

Re: [OE-core] [PATCH 0/4] Add qemumips64 machine support

2013-05-14 Thread Robert P. J. Day
On Mon, 13 May 2013, Khem Raj wrote: can you try this add SRCREV_machine_qemumips64 = bbefde394205a1b317eae31942bfc13afce0b0ac to linux-yocto_3.8.bb and rebuild the kernel and see if that boots i've updated my results here:

Re: [OE-core] [PATCH 0/5] Enable VPN support in ConnMan

2013-05-14 Thread Richard Purdie
On Tue, 2013-05-14 at 10:22 +0100, Tomas Frydrych wrote: On 13/05/13 15:53, Phil Blundell wrote: On Mon, 2013-05-13 at 12:32 +0100, Tomas Frydrych wrote: On 13/05/13 12:06, Burton, Ross wrote: The problem with bbappends is that they break every time the package in oe-core changes version.

Re: [OE-core] [PATCH 6/9] qemu: Updated from 1.4.0 to 1.4.1

2013-05-14 Thread Radu, IonutX
From: Saul Wold [s...@linux.intel.com] Sent: Monday, May 13, 2013 9:10 PM To: Radu, IonutX Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH 6/9] qemu: Updated from 1.4.0 to 1.4.1 On 05/13/2013 05:23 PM, Radu, IonutX wrote:

Re: [OE-core] [PATCH 3/9] js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0

2013-05-14 Thread Radu, IonutX
From: Saul Wold [s...@linux.intel.com] Sent: Wednesday, May 08, 2013 7:43 PM To: Radu, IonutX Cc: Burton, Ross; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 3/9] js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0 On 05/08/2013 07:55

[OE-core] [PATCH] systemd: make udev-hwdb postinstall run on host

2013-05-14 Thread Laurentiu Palcu
Run udevadm inside qemu in order to create the HW database index on host. The alternative would be to build a native version of udevadm which would imply several things: split out systemd recipe, create a common inc file and create a new recipe for udevadm native. However, this latter solution

Re: [OE-core] [PATCH 0/4] Add qemumips64 machine support

2013-05-14 Thread Bruce Ashfield
On Tue, May 14, 2013 at 4:28 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Mon, 13 May 2013, Khem Raj wrote: can you try this add SRCREV_machine_qemumips64 = bbefde394205a1b317eae31942bfc13afce0b0ac to linux-yocto_3.8.bb and rebuild the kernel and see if that boots ok, that

Re: [OE-core] [PATCH 0/4] Add qemumips64 machine support

2013-05-14 Thread Robert P. J. Day
On Tue, 14 May 2013, Bruce Ashfield wrote: On Tue, May 14, 2013 at 4:28 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Mon, 13 May 2013, Khem Raj wrote: can you try this add SRCREV_machine_qemumips64 = bbefde394205a1b317eae31942bfc13afce0b0ac to linux-yocto_3.8.bb

[OE-core] libsoup missing DEPENDS

2013-05-14 Thread Mike Looijmans
I got the following build error once, on an attempt to fix it (and create a patch for OE-core) from the devshell, the problem magically disappeared: | /home/mike/zynq/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/libsoup-2.4/2.42.1-r0/temp/run.do_configure.26683: line 175:

Re: [OE-core] [PATCH] systemd: make udev-hwdb postinstall run on host

2013-05-14 Thread Burton, Ross
On 14 May 2013 12:23, Laurentiu Palcu laurentiu.pa...@intel.com wrote: Run udevadm inside qemu in order to create the HW database index on host. The alternative would be to build a native version of udevadm which would imply several things: split out systemd recipe, create a common inc file

Re: [OE-core] [PATCH 1/1] perl-tests: convert to ptest

2013-05-14 Thread Björn Stenberg
Jesse Zhang wrote: +++ b/meta/recipes-devtools/perl/perl-5.14.3/run-ptest @@ -0,0 +1,2 @@ +#!/bin/sh +cd t ./TEST run-ptest also needs to parse the output and reformat results into the standard ptest/automake format, such as PASS: foo, FAIL: foo and SKIP: foo. -- Björn

Re: [OE-core] [PATCH] pam: Add libtirpc to build dependencies

2013-05-14 Thread Khem Raj
On Tuesday, May 14, 2013, RicharPurdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote: libtirpc is looked for by configure and if found its enabled. So lets make it consistent and enable it always Signed-off-by: Khem Raj raj.k...@gmail.com ---

Re: [OE-core] [PATCH] pam: Add libtirpc to build dependencies

2013-05-14 Thread Paul Eggleton
On Tuesday 14 May 2013 07:33:49 Khem Raj wrote: On Tuesday, May 14, 2013, RicharPurdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote: libtirpc is looked for by configure and if found its enabled. So lets make it consistent and enable it

Re: [OE-core] init-ifupdown: do_package_ipk failing

2013-05-14 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/2013 02:33 PM, Martin Jansa wrote: On Mon, May 13, 2013 at 01:57:44PM -0700, Darren Hart wrote: After removing a bbappend for init-ifupdown I am seeing failures in do_package_ipk: Build Configuration: BB_VERSION= 1.19.0

[OE-core] LICENSE still references poky

2013-05-14 Thread Paul Barker
Just looked at picking up the MIT license file from openembedded-core to use in my own layer and noticed that it's still referencing poky and bitbake as a subdirectory not as a separate repository (see http://git.openembedded.org/openembedded-core/tree/LICENSE). Is this right or should it be

Re: [OE-core] [PATCH] pam: Add libtirpc to build dependencies

2013-05-14 Thread Khem Raj
On Tuesday, May 14, 2013, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 14 May 2013 07:33:49 Khem Raj wrote: On Tuesday, May 14, 2013, RicharPurdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote: libtirpc is looked for by

[OE-core] [PATCH v2] connman: replace hardcoded path in init script and systemd service

2013-05-14 Thread Stefan Stanacar
The connman init script sources a setup file from /usr/lib/connman, so we end up with no network in qemu multilib enabled images. The init script it's installed by connman and because wired-setup it's installed by another package (connman-conf) we can't use libexecdir here and now (in the init

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-14 Thread Philip Balister
On 05/11/2013 05:49 PM, Richard Purdie wrote: I will however raise the point that a lot of people currently have a tendency to hide behind me in discussions. They see me reply and assume that since I've said something, that is it and they can keep quiet. I want to be clear this isn't going

Re: [OE-core] [PATCH] pam: Add libtirpc to build dependencies

2013-05-14 Thread Phil Blundell
On Tue, 2013-05-14 at 07:33 -0700, Khem Raj wrote: On Tuesday, May 14, 2013, RicharPurdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote: libtirpc is looked for by configure and if found its enabled. So lets make it consistent and enable

[OE-core] [RFC][PATCH] gcc-4.8: temporary disable thumb

2013-05-14 Thread Martin Jansa
* temporary work around for build issue on armv4t: | cp/decl.o: In function `bad_specifiers': | /OE/shr-core/tmp-eglibc/work-shared/gcc-4.8.0-r0/gcc-4.8.0/gcc/cp/decl.c:7171:(.text.unlikely+0x24): relocation truncated to fit: R_ARM_THM_CALL against sym bol `error(char const*, ...)' defined in

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-14 Thread Paul Eggleton
On Tuesday 14 May 2013 10:14:20 Tomas Frydrych wrote: On 13/05/13 16:41, Phil Blundell wrote: It seems a bit hyperbolic to claim that testing clutter is impossible without GPU hardware (either real or emulated). The majority of the code even in cogl, and virtually all the code in clutter

Re: [OE-core] [PATCH] toolchain-scripts.bbclass:Add CROSS_COMPILE variable to environment-setup file

2013-05-14 Thread Otavio Salvador
On Tue, May 14, 2013 at 3:43 AM, b40...@freescale.com wrote: From: Zongchun Yu b40...@freescale.com when compiling the linux kernel manually. users need to set CROSS_COMPILE separately. adding the CROSS_COMPILE variable will be nice for using. Signed-off-by: Zongchun Yu

Re: [OE-core] [PATCH] pam: Add libtirpc to build dependencies

2013-05-14 Thread Khem Raj
On May 14, 2013, at 9:24 AM, Phil Blundell p...@pbcl.net wrote: On Tue, 2013-05-14 at 07:33 -0700, Khem Raj wrote: On Tuesday, May 14, 2013, RicharPurdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-05-13 at 23:45 -0700, Khem Raj wrote: libtirpc is looked for by configure and

Re: [OE-core] [RFC][PATCH] gcc-4.8: temporary disable thumb

2013-05-14 Thread Khem Raj
On May 14, 2013, at 9:29 AM, Martin Jansa martin.ja...@gmail.com wrote: * temporary work around for build issue on armv4t: | cp/decl.o: In function `bad_specifiers': | /OE/shr-core/tmp-eglibc/work-shared/gcc-4.8.0-r0/gcc-4.8.0/gcc/cp/decl.c:7171:(.text.unlikely+0x24): relocation truncated

[OE-core] distrodata.bbclass

2013-05-14 Thread Slater, Joseph
Hi, I see this class for generating a report of package data, but I don't see it ever being used. Is there info about how to use it? Joe ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] gcc-cross-initial Failure (is a meta-aarch64 screw up)

2013-05-14 Thread Khem Raj
On May 8, 2013, at 1:22 AM, Marcin Juszkiewicz marcin.juszkiew...@linaro.org wrote: W dniu 08.05.2013 08:43, Marcin Juszkiewicz pisze: I will sort it out today. Should be solved now. Not yet. Can you pick up this patch here please

[OE-core] [PATCH 1/1] zlib: put shared libraries in base_libdir

2013-05-14 Thread Joe Slater
We put the shared libraries in base_libdir because at least one library under base_libdir, pam_cracklib.so, needs them and will cause a qa warning when it is built. --- meta/recipes-core/zlib/zlib_1.2.7.bb | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 0/1] zlib: put shared libraries under base_libdir

2013-05-14 Thread Joe Slater
pam depends on cracklib which depends on zlib. Putting libz.so.* in base_libdir also seems to correspond to where fedora puts them. Joe Slater (1): zlib: put shared libraries in base_libdir meta/recipes-core/zlib/zlib_1.2.7.bb | 14 ++ 1 files changed, 14 insertions(+), 0

[OE-core] [PATCH] kernel: Package additional modules files needed for systemtap

2013-05-14 Thread Drew Moseley
Signed-off-by: Drew Moseley drew_mose...@mentor.com --- meta/classes/kernel.bbclass |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 6ba31bd..f23818e 100644 --- a/meta/classes/kernel.bbclass +++

Re: [OE-core] gcc-cross-initial Failure (is a meta-aarch64 screw up)

2013-05-14 Thread Marcin Juszkiewicz
W dniu 14.05.2013 23:43, Khem Raj pisze: On May 8, 2013, at 1:22 AM, Marcin Juszkiewicz marcin.juszkiew...@linaro.org wrote: W dniu 08.05.2013 08:43, Marcin Juszkiewicz pisze: I will sort it out today. Should be solved now. Not yet. Can you pick up this patch here please

[OE-core] RFT: Python3

2013-05-14 Thread Khem Raj
Hi All, Python3 (3.3.0) is now available. Please test it out on your platforms and report issues/successes you see, and above all feedback on patches the contrib tree for OE-Core is here http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/python3 I have tested it on all

Re: [OE-core] [PATCH] kernel: Package additional modules files needed for systemtap

2013-05-14 Thread Richard Purdie
On Tue, 2013-05-14 at 17:59 -0700, Drew Moseley wrote: Signed-off-by: Drew Moseley drew_mose...@mentor.com --- meta/classes/kernel.bbclass |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index