Openembedded Core Discussions
 help / color / mirror / Atom feed
* Patch for fixing build issues with external kernel modules.
@ 2011-05-08 22:16 Franz Leitl
  2011-05-08 22:30 ` Franz Leitl
  2011-05-09 16:28 ` Darren Hart
  0 siblings, 2 replies; 15+ messages in thread
From: Franz Leitl @ 2011-05-08 22:16 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 700 bytes --]

Hi,

I've tried to get compcache kernel module building against 2.6.34 from shr-
core but found some issues with kernel.bbclass and module.bbclass.

The kernel.bbclass deletes the .c files from scripts directory which are later 
needed by make prepare to recreate bound.h and other files. Compcache kernel 
module, for example, depends on bounds.h.
The module.bbclass finally needs to call "make prepare" and also set 
KERNEL_PATH in do_install when calling oe_runmake to get everything installed 
correctly. I also added KERNELDIR as compcache's Makefile is using it and the 
classes from classic OE had it also set.

Can someone please review the attached patch?


Regards,
Franz

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-05-24  0:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08 22:16 Patch for fixing build issues with external kernel modules Franz Leitl
2011-05-08 22:30 ` Franz Leitl
2011-05-09 16:28 ` Darren Hart
2011-05-09 17:32   ` Franz Leitl
2011-05-09 17:53     ` Koen Kooi
2011-05-09 18:23       ` Darren Hart
2011-05-09 18:38         ` Franz Leitl
2011-05-09 20:53           ` Darren Hart
2011-05-10  1:40             ` Franz Leitl
2011-05-10  1:56               ` Franz Leitl
2011-05-10 20:23                 ` Darren Hart
2011-05-10 22:50                   ` Franz Leitl
2011-05-23 23:37                 ` Darren Hart
2011-05-24  0:19                   ` Darren Hart
2011-05-09 18:20     ` Darren Hart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox