Re: [OE-core] [CONSOLIDATED PULL 06/28] kernel.bbclass: fix external module building

2012-07-26 Thread Saul Wold
On 07/26/2012 10:21 AM, Leon Woestenberg wrote: Hello Saul, Please check with Scott Garman (cc'ed) he is the stable maintainer for 1.2.1 (Denzil). Sau! On Wed, Jul 25, 2012 at 9:19 AM, Saul Wold mailto:s...@linux.intel.com>> wrote: + # Necessary for building modules like compat-w

Re: [OE-core] [CONSOLIDATED PULL 06/28] kernel.bbclass: fix external module building

2012-07-26 Thread Leon Woestenberg
Hello Saul, On Wed, Jul 25, 2012 at 9:19 AM, Saul Wold wrote: > + # Necessary for building modules like compat-wireless. > + cp include/generated/bounds.h $kerneldir/include/generated/bounds.h > + > Thanks, can we get this merged into the Denzil branch as well? In general, how are

[OE-core] [CONSOLIDATED PULL 06/28] kernel.bbclass: fix external module building

2012-07-25 Thread Saul Wold
From: Denis Carikli Without that fix we have the following while compiling compat-wireless. include/linux/mmzone.h:18:30: fatal error: generated/bounds.h: No such file or directory Note that the compat-wireless recipe will be added in another commit. make -C $kerneldir _mrproper_scripts dele