Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers only if they exist

2012-08-20 Thread Saul Wold
On 08/20/2012 04:19 AM, Martin Jansa wrote: * I have 2.6.37 kernel without this directory and do_install now fails after 813256bf7bb6e26d542d5f769e2802564116ebe5 Signed-off-by: Martin Jansa --- meta/classes/kernel.bbclass |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) di

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-08-20 Thread Saul Wold
On 07/31/2012 08:10 AM, Khem Raj wrote: asm/unistd.h includes asm/unistd_64.h on x86_64 and asm/unistd_32.h on i386 but these files are generated files in 3.4 and when we do 'make clean' they get deleted and it shows up as an error when building external modules. May be its a 3.4 kernel bug may b

[OE-core] [PATCH] kernel.bbclass: Preserve generated headers only if they exist

2012-08-20 Thread Martin Jansa
* I have 2.6.37 kernel without this directory and do_install now fails after 813256bf7bb6e26d542d5f769e2802564116ebe5 Signed-off-by: Martin Jansa --- meta/classes/kernel.bbclass |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/cla

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-08-16 Thread Saul Wold
On 08/16/2012 11:22 AM, Saul Wold wrote: On 07/31/2012 08:10 AM, Khem Raj wrote: asm/unistd.h includes asm/unistd_64.h on x86_64 and asm/unistd_32.h on i386 but these files are generated files in 3.4 and when we do 'make clean' they get deleted and it shows up as an error when building external

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-08-16 Thread Saul Wold
On 07/31/2012 08:10 AM, Khem Raj wrote: asm/unistd.h includes asm/unistd_64.h on x86_64 and asm/unistd_32.h on i386 but these files are generated files in 3.4 and when we do 'make clean' they get deleted and it shows up as an error when building external modules. May be its a 3.4 kernel bug may b

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-08-08 Thread Khem Raj
ping On Tue, Jul 31, 2012 at 8:10 AM, Khem Raj wrote: > asm/unistd.h includes asm/unistd_64.h on x86_64 > and asm/unistd_32.h on i386 but these files are > generated files in 3.4 and when we do 'make clean' they get > deleted and it shows up as an error when building > external modules. May be it

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Darren Hart
On 07/31/2012 09:31 AM, Bruce Ashfield wrote: > On Tue, Jul 31, 2012 at 12:19 PM, Darren Hart wrote: >> >> >> On 07/31/2012 08:16 AM, Bruce Ashfield wrote: >>> On Tue, Jul 31, 2012 at 11:10 AM, Khem Raj wrote: asm/unistd.h includes asm/unistd_64.h on x86_64 and asm/unistd_32.h on i386

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Bruce Ashfield
On Tue, Jul 31, 2012 at 12:19 PM, Darren Hart wrote: > > > On 07/31/2012 08:16 AM, Bruce Ashfield wrote: >> On Tue, Jul 31, 2012 at 11:10 AM, Khem Raj wrote: >>> asm/unistd.h includes asm/unistd_64.h on x86_64 >>> and asm/unistd_32.h on i386 but these files are >>> generated files in 3.4 and when

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Darren Hart
On 07/31/2012 08:16 AM, Bruce Ashfield wrote: > On Tue, Jul 31, 2012 at 11:10 AM, Khem Raj wrote: >> asm/unistd.h includes asm/unistd_64.h on x86_64 >> and asm/unistd_32.h on i386 but these files are >> generated files in 3.4 and when we do 'make clean' they get >> deleted and it shows up as an

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Darren Hart
On 07/31/2012 08:10 AM, Khem Raj wrote: > asm/unistd.h includes asm/unistd_64.h on x86_64 > and asm/unistd_32.h on i386 but these files are > generated files in 3.4 and when we do 'make clean' they get > deleted and it shows up as an error when building > external modules. May be its a 3.4 kernel

Re: [OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Bruce Ashfield
On Tue, Jul 31, 2012 at 11:10 AM, Khem Raj wrote: > asm/unistd.h includes asm/unistd_64.h on x86_64 > and asm/unistd_32.h on i386 but these files are > generated files in 3.4 and when we do 'make clean' they get > deleted and it shows up as an error when building > external modules. May be its a 3

[OE-core] [PATCH] kernel.bbclass: Preserve generated headers

2012-07-31 Thread Khem Raj
asm/unistd.h includes asm/unistd_64.h on x86_64 and asm/unistd_32.h on i386 but these files are generated files in 3.4 and when we do 'make clean' they get deleted and it shows up as an error when building external modules. May be its a 3.4 kernel bug may be not but make clean should have left the