Re: [oe] Using patchfiles with bitbake

2010-04-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16-04-10 03:37, Ardavon Falls wrote: > I tried with both > *** ./files/unifdef.c.orig2010-04-14 23:19:41.824235628 -0700 > --- ./files/unifdef.c 2010-04-14 23:20:53.874235836 -0700 > and > *** files/unifdef.c.orig 2010-04-14 23:19:41.824235

Re: [oe] xorg-lib switch to new style staging problem

2010-04-15 Thread Marco Cavallini
Erik Schetina ha scritto, Il 15/04/2010 19:34: > Marco Cavallini gmail.com> writes: > > > > I am having the same issue as of this morning. > The problem has been solved by a patch, do a git pull Now it builds. Thank you /marco ___ Openembedded-de

Re: [oe] Using patchfiles with bitbake

2010-04-15 Thread Ardavon Falls
The solution was to set the patch source paths in the patch file to *** ../../unifdef.c.orig 2010-04-14 23:19:41.824235628 -0700 --- ../../unifdef.c 2010-04-14 23:20:53.874235836 -0700 The issue was that the source path structure didn't match the directory structure in the ./tmp/work d

Re: [oe] Using patchfiles with bitbake

2010-04-15 Thread Ardavon Falls
I tried with both *** ./files/unifdef.c.orig 2010-04-14 23:19:41.824235628 -0700 --- ./files/unifdef.c 2010-04-14 23:20:53.874235836 -0700 and *** files/unifdef.c.orig2010-04-14 23:19:41.824235628 -0700 --- files/unifdef.c 2010-04-14 23:20:53.874235836 -0700 neither worked :( it

Re: [oe] Patchwork

2010-04-15 Thread Philip Balister
On 04/15/2010 01:56 PM, Konrad Mattheis wrote: Hi, I found a lot of nice patches from ulf samuelson for the new at91sam9g45 in the patchwork. What is the usual way, that they get included. If you test them send a suitable Acked-by to the list. Philip bye Konrad _

[oe] Patchwork

2010-04-15 Thread Konrad Mattheis
Hi, I found a lot of nice patches from ulf samuelson for the new at91sam9g45 in the patchwork. What is the usual way, that they get included. bye Konrad ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxt

Re: [oe] xorg-lib switch to new style staging problem

2010-04-15 Thread Erik Schetina
Marco Cavallini gmail.com> writes: I am having the same issue as of this morning. ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] xorg-lib switch to new style staging problem

2010-04-15 Thread Marco Cavallini
Hi, since this afternoon I am facing to this error ERROR: '/openembedded/recipes/xorg-lib/xorg-headers-native.bb' failed http://pastebin.com/BDkDy6D1 Maybe xorg-lib switch to new style staging doesn't work properly? If not, could you please give me a hint about how to solve this problem? TIA /m

Re: [oe] [oe-commits] Koen Kooi : kernel bbclass: read version from ${B}, remove obsolete hostap logic that breaks the build (from poky)

2010-04-15 Thread Chris Larson
On Thursday, April 15, 2010, Andrea Adami wrote: > Thx, this unbreaks the things! > Still, is masking the broken base_version_less_or_equal (bitbake's > vercmp) issue. > > Chris seems working on it. As far as I know, that is fixed in master & 1.10. Don't think it was broken in 1.8. -Chris --

Re: [oe] [PATCH] dbus: use $(LIBTOOL) to install 'dbus-daemon'

2010-04-15 Thread Enrico Scholz
"Sebastian Spaeth" writes: >> Changing Makefile.am to use native automake methods to install this >> files would be a better but more invasive fix. > > Looks reasonable, although I am always for going with the "better" fixes > in general :-) I will work on a better patch which will be sent to up

Re: [oe] [PATCH 1/2] kernel bbclass: convert to new style staging (from poky)

2010-04-15 Thread Graeme Gregory
Both Acked-by: Graeme Gregory On Thu, Apr 15, 2010 at 12:35:48PM +0200, Koen Kooi wrote: > --- > classes/kernel.bbclass | 135 > > 1 files changed, 67 insertions(+), 68 deletions(-) > > diff --git a/classes/kernel.bbclass b/classes/kernel.bbcl

Re: [oe] [STABLE][PATCH v3] linux-libc-headers 2.6.23: add newer ARM hwcap flags

2010-04-15 Thread Philip Balister
Acked-by: Philip Balister On 04/14/2010 02:46 PM, Marcin Juszkiewicz wrote: From: Marcin Juszkiewicz OpenJDK uses HWCAP_THUMBEE which is not present in 2.6.23 headers. Signed-off-by: Marcin Juszkiewicz --- .../arm-hwcap-add-new-entries.patch| 21 .../

Re: [oe] linux-davinci git: add hack for hawkboard machine ID

2010-04-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ignore this one, it was lingering in my git send-email outbox On 15-04-10 12:35, Koen Kooi wrote: > From: Koen Kooi > > Signed-off-by: Koen Kooi > --- > diff --git a/recipes/linux/linux-davinci_git.bb > b/recipes/linux/linux-davinci_git.bb > index

[oe] [PATCH 1/2] kernel bbclass: convert to new style staging (from poky)

2010-04-15 Thread Koen Kooi
--- classes/kernel.bbclass | 135 1 files changed, 67 insertions(+), 68 deletions(-) diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index 7f7062b..20403ea 100644 --- a/classes/kernel.bbclass +++ b/classes/kernel.bbclass @@ -97,108 +9

[oe] [PATCH 2/2] recipes/linux: convert users of do_stage_append to new style staging

2010-04-15 Thread Koen Kooi
--- recipes/linux/linux-bug_2.6.27.2.bb | 10 ++-- recipes/linux/linux-dht-walnut_2.6.20.bb | 12 ++-- recipes/linux/linux-dht-walnut_2.6.23.bb | 12 ++-- recipes/linux/linux-efika_2.6.20.20.bb| 14 +++--- recipes/linux/linux-efika_2.6.20.bb | 14 +++

[oe] linux-davinci git: add hack for hawkboard machine ID

2010-04-15 Thread Koen Kooi
From: Koen Kooi Signed-off-by: Koen Kooi --- diff --git a/recipes/linux/linux-davinci_git.bb b/recipes/linux/linux-davinci_git.bb index ee28d90..87f6824 100644 --- a/recipes/linux/linux-davinci_git.bb +++ b/recipes/linux/linux-davinci_git.bb @@ -85,3 +85,10 @@ SRC_URI_append_da850-omapl138-evm

[oe] kernel bbclass changes

2010-04-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've merged the changes from poky to make the kernel use new style staging and it seems to be working fine. There's one cosmetic bit I'm not happy about: it spews every entry we stage as 'unpackaged', since ${D}/kernel isn't in FILES_foo. Do we w

Re: [oe] [oe-commits] Koen Kooi : kernel bbclass: read version from ${B}, remove obsolete hostap logic that breaks the build (from poky)

2010-04-15 Thread Andrea Adami
Thx, this unbreaks the things! Still, is masking the broken base_version_less_or_equal (bitbake's vercmp) issue. Chris seems working on it. Andrea ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/

Re: [oe] [PATCH 0/5] Misc updates for EZX bits in OE

2010-04-15 Thread Antonio Ospite
On Fri, 26 Mar 2010 16:17:24 +0100 Antonio Ospite wrote: > On Thu, 25 Mar 2010 13:39:00 -0700 > Khem Raj wrote: > > > On (25/03/10 18:19), Antonio Ospite wrote: > > > Hi, > > > > > > here are some updates for EZX bits in OE. > > > > > > With these changes we have a working image to experiment

Re: [oe] Using patchfiles with bitbake

2010-04-15 Thread Holger Hans Peter Freyther
On Thursday 15 April 2010 09:18:52 Ardavon Falls wrote: > Every time I try and add my own patchfiles to a bitbake recipe it fails > with the following error... > > No file to patch. Skipping patch. > 3 out of 3 hunks ignored > Patch unifdef-native_2.6.18.patch does not apply (enforce with -f) > E

[oe] Using patchfiles with bitbake

2010-04-15 Thread Ardavon Falls
Every time I try and add my own patchfiles to a bitbake recipe it fails with the following error... No file to patch. Skipping patch. 3 out of 3 hunks ignored

Re: [oe] [STABLE][PATCH v3] linux-libc-headers 2.6.23: add newer ARM hwcap flags

2010-04-15 Thread Marco Cavallini
Marcin Juszkiewicz ha scritto, Il 14/04/2010 20:46: > From: Marcin Juszkiewicz > > OpenJDK uses HWCAP_THUMBEE which is not present in 2.6.23 headers. > > Signed-off-by: Marcin Juszkiewicz > --- > .../arm-hwcap-add-new-entries.patch| 21 > > .../linux-lib

Re: [oe] [PATCH] dbus: use $(LIBTOOL) to install 'dbus-daemon'

2010-04-15 Thread Sebastian Spaeth
On 2010-04-14, Enrico Scholz wrote: > Depending on autotools/libtool version and configure flags, dbus-daemon > will be built sometimes below .libs/ and sometimes in base directory. > > Using 'libtool --mode=install' is a portable way to deal with this. > > Changing Makefile.am to use native auto

Re: [oe] [STABLE][PATCH v3] linux-libc-headers 2.6.23: add newer ARM hwcap flags

2010-04-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14-04-10 20:46, Marcin Juszkiewicz wrote: > From: Marcin Juszkiewicz > > OpenJDK uses HWCAP_THUMBEE which is not present in 2.6.23 headers. Acked-by: Koen Kooi > > Signed-off-by: Marcin Juszkiewicz > --- > .../arm-hwcap-add-new-entries.pat

Re: [oe] [PATCH] autotools.bbclass: swapped calls of intltoolize + autoreconf

2010-04-15 Thread Sebastian Spaeth
On 2010-04-14, Enrico Scholz wrote: > Because 'intltoolize' checks whether aclocal.m4 contains a recent copy > of 'intltool.m4' and it will fail when the found version is too old, > 'aclocal' must be called before 'intltoolize'. Acked-by: Sebastian Spaeth