Re: [OE-core] [PATCH] powertop: update to 2.0+git

2012-07-15 Thread Koen Kooi
Op 15 jul. 2012, om 23:25 heeft Otavio Salvador het volgende geschreven: > On Sat, Jul 14, 2012 at 6:59 AM, Koen Kooi wrote: >> The recipe is autotools based now, the COPYING file was replaced with the >> complete GPLv2 license text. >> No more 'lspci' needed ad runtime, but zlib and libnl are

Re: [OE-core] Error in rpm bitbake

2012-07-15 Thread McClintock Matthew-B29882
On Sun, Jul 15, 2012 at 8:18 AM, Bincy K Philip wrote: > > Hi, after applying the patch, I got the error message as follows. > > patching file meta/recipes-devtools/rpm/rpm/dbconvert.patch >> patching file meta/recipes-devtools/rpm/rpm_5.4.9.bb >> Hunk #1 FAILED at 43. >> Hunk #2 FAILED at 75. >

Re: [OE-core] kernel-yocto.bbclass: Delete superfluous creation of ${S}/.git directory

2012-07-15 Thread Bruce Ashfield
On Sun, Jul 15, 2012 at 4:55 PM, Robert P. J. Day wrote: > > In do_kernel_checkout(), replace the creation of ${S}/.git with just > the creation of ${S} since the .git subdirectory is created only a few > lines later using a "mv". Here's the original code: > > rm -rf ${S} > mkdir -p ${S}/.git

Re: [OE-core] Perf fail on mips

2012-07-15 Thread Andrei Gherzan
On Jul 16, 2012 1:29 AM, "Tom Zanussi" wrote: > > On Sun, 2012-07-15 at 23:19 +0300, Andrei Gherzan wrote: > > Any fast ideas on this? > > There was a recent fix added to the 3.0 kernel for this problem: > > cef17a1 perf: add sgidefs.h to for mips builds > I was sure it was a new problem. Did

Re: [OE-core] Perf fail on mips

2012-07-15 Thread Tom Zanussi
On Sun, 2012-07-15 at 23:19 +0300, Andrei Gherzan wrote: > Any fast ideas on this? There was a recent fix added to the 3.0 kernel for this problem: cef17a1 perf: add sgidefs.h to for mips builds The above should have been picked up as a result of this commit: http://git.yoctoproject.org/cg

Re: [OE-core] [PATCH] powertop: update to 2.0+git

2012-07-15 Thread Otavio Salvador
On Sat, Jul 14, 2012 at 6:59 AM, Koen Kooi wrote: > The recipe is autotools based now, the COPYING file was replaced with the > complete GPLv2 license text. > No more 'lspci' needed ad runtime, but zlib and libnl are needed nowadays. > Add 2 patches, one to fix cross builds and one from Linaro to

[OE-core] kernel-yocto.bbclass: Delete superfluous creation of ${S}/.git directory

2012-07-15 Thread Robert P. J. Day
In do_kernel_checkout(), replace the creation of ${S}/.git with just the creation of ${S} since the .git subdirectory is created only a few lines later using a "mv". Here's the original code: rm -rf ${S} mkdir -p ${S}/.git echo "WARNING. ${WORKDIR}/git is not a bare clone." echo "Ensure

Re: [OE-core] [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests

2012-07-15 Thread Andrei Gherzan
On Sun, Jul 15, 2012 at 8:22 PM, Saul Wold wrote: > On 07/12/2012 10:54 AM, and...@gherzan.ro wrote: > >> From: Andrei Gherzan >> >> Machine tested: qemux86 >> >> Tests done on connman-gnome >> OnlineMode / OfflineMode >> Enable / Disable Wired Networks >> Set manual IP c

[OE-core] Perf fail on mips

2012-07-15 Thread Andrei Gherzan
Any fast ideas on this? qemu mips / core-image-sato-sdk / master CC /home/agherzan/work/personal/yocto/2012-07-13-qemumips/tmp/work/qemumips-poky-linux/perf-3.4-r1/perf-3.4/util/scripting-engines/trace-event-perl.o CC /home/agherzan/work/personal/yocto/2012-07-13-qemumips/tmp/work/qemumips-pok

Re: [OE-core] [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests

2012-07-15 Thread Saul Wold
On 07/12/2012 10:54 AM, and...@gherzan.ro wrote: From: Andrei Gherzan Machine tested: qemux86 Tests done on connman-gnome OnlineMode / OfflineMode Enable / Disable Wired Networks Set manual IP configuration Tests on connman v.1.3 addr-test iptables-test

Re: [OE-core] kernel-yocto.bbclass: Fix some obvious typoes in comments.

2012-07-15 Thread Bruce Ashfield
On Sun, Jul 15, 2012 at 5:07 AM, Robert P. J. Day wrote: > As I mentioned in the other threads, you need to cc them maintainer on patches to a particular recipe. I've queued and rebased this onto my stack (those comments are different in my local) tree. Thanks for the update. Bruce > Signed-o

Re: [OE-core] [PATCH] kernel.bbclass: update image name to keep it same in D and DEPLOYDIR

2012-07-15 Thread Khem Raj
On Sun, Jul 15, 2012 at 4:18 AM, Liu Ting-B28495 wrote: > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Richard Purdie > Sent: Thursday, July 12, 2012 7:03 PM > To: Patches and discus

Re: [OE-core] Error in rpm bitbake

2012-07-15 Thread Bincy K Philip
Hi,  after applying the patch, I got the error message as follows.    patching file meta/recipes-devtools/rpm/rpm/dbconvert.patch > patching file meta/recipes-devtools/rpm/rpm_5.4.9.bb > Hunk #1 FAILED at 43. > Hunk #2 FAILED at 75.   My rpm_5.4.9.rej is attached.   Please look into this   Regar

Re: [OE-core] [PATCH] linux-dtb.inc: update dtb name to keep it same in D and DEPLOYDIR

2012-07-15 Thread Liu Ting-B28495
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Thursday, July 12, 2012 7:04 PM To: Patches and discussions about the oe-core layer Cc: McClintock Matthew-B29882 Subject:

Re: [OE-core] [PATCH] kernel.bbclass: update image name to keep it same in D and DEPLOYDIR

2012-07-15 Thread Liu Ting-B28495
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Thursday, July 12, 2012 7:03 PM To: Patches and discussions about the oe-core layer Cc: McClintock Matthew-B29882 Subject:

[OE-core] kernel-yocto.bbclass: Fix some obvious typoes in comments.

2012-07-15 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 48c8974..ca2e837 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass @@ -147,10 +147,10 @@ do_kernel_checkout() { fi