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

2013-05-14 Thread b40527
From: Zongchun Yu 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 --- meta/classes/toolchain-scripts.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

[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 --- meta/recipes-devtools/perl/perl-5.14.3/run-ptest | 2 ++ .../perl/{perl-tests.inc => perl-ptest.inc}| 30 +++-

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_ setting in populate_packages_pr

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

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- 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 --- a/meta/recipes-connectivit

[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 --- meta/recipes-connectivity/connman/connman.inc | 52 +

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

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- 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 --- a/meta/recipes-connectivit

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

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- 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 --- a/meta/recipes-connectivit

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

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- 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 --- a/meta/recipes-connectivit

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

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 underlyi

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 bba

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 > --- > meta/recipes-extended/pam/libpam_1.1.6.bb |2 +- > 1 file changed, 1 insertion(+), 1 dele

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: http://www.crashcourse.ca/wiki/index.php/Adding_MI

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 cha

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

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

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 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 > wrote: > > On Mon, 13 May 2013, Khem Raj wrote: > > > >> can you try this > >> > >> add > >> > >> SRCREV_machine_qemumips64 = "bbefde394205a1b317eae31942bfc13afce0b0ac" > >> > >> to linux-yocto_3.8.b

[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: intltooli

Re: [OE-core] libsoup missing DEPENDS

2013-05-14 Thread Burton, Ross
On 14 May 2013 13:30, Mike Looijmans wrote: > I suspect libsoup-2.4_2.42.1.bb is lacking a dependency, I don't know what > provides the "intltoolize" program though. Yes, and it's "intltool". Ross ___ Openembedded-core mailing list Openembedded-core@l

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

2013-05-14 Thread Trevor Woerner
On Tue, May 14, 2013 at 4:28 AM, Robert P. J. Day 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 g

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 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 and create a new rec

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 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 >> --- >> meta/recipes-extended/pam/libpam_1.1.6

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

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 change

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

2013-05-14 Thread Khem Raj
On Tuesday, May 14, 2013, Paul Eggleton 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 configure and if found

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

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 g

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

[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 .gl

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 clu

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, wrote: > From: Zongchun Yu > > 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 I agree; it makes it easy to use with many make ba

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 wrote: > On Tue, 2013-05-14 at 07:33 -0700, Khem Raj wrote: >> >> >> On Tuesday, May 14, 2013, RicharPurdie >> 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 le

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 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 to fit: R_ARM_THM

[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 http://lists.linuxtogo.org/cgi-bin/ma

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 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 https://github.com/kraj/meta-linaro/commit/22bc67f2229f3e36a030787a516117271

[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 a/meta/

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

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

2013-05-14 Thread Drew Moseley
Signed-off-by: Drew Moseley --- 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 +++ b/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 > 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 > > https://github.c

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

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

[OE-core] qt keyboard problem

2013-05-14 Thread Yi Qingliang
Hello, all. I'm running qt application on yocto's qt image. cpu is s3c2442, like mini2440. the problem is: key event issued by pressing gpio-key eat by 'getty' (from busybox), my application can't receive input event, if I remove respawn 'getty' for tty1 in /etc/inittab, everything ok. any ide

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

2013-05-14 Thread Iorga, Cristian
Signed-off-by: Cristian Iorga -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Stefan Stanacar Sent: Tuesday, May 14, 2013 7:22 PM To: openembedded-core@lists.openembedded.org Subject: [OE-co