[OE-core] [PATCH v2 1/3] module.bbclass: use Module.symvers for dependants

2016-08-18 Thread André Draszik
When compiling multiple external kernel modules, where one depends on the other, there are two problems at the moment: 1) we get compile time warnings from the kernel build system due to missing symbols (from modpost). 2) Any modules generated are missing dependency information (in the .modin

Re: [OE-core] [PATCH v2 1/3] module.bbclass: use Module.symvers for dependants

2016-11-16 Thread Denys Dmytriyenko
On Thu, Aug 18, 2016 at 08:56:24AM +0100, André Draszik wrote: > When compiling multiple external kernel modules, where one > depends on the other, there are two problems at the > moment: > 1) we get compile time warnings from the kernel build >system due to missing symbols (from modpost). > 2)

Re: [OE-core] [PATCH v2 1/3] module.bbclass: use Module.symvers for dependants

2016-11-17 Thread André Draszik
Hi, On Wed, 2016-11-16 at 15:18 -0500, Denys Dmytriyenko wrote: > On Thu, Aug 18, 2016 at 08:56:24AM +0100, André Draszik wrote: > >   > > @@ -24,6 +34,11 @@ module_do_install() { > >      CC="${KERNEL_CC}" LD="${KERNEL_LD}" \ > >      O=${STAGING_KERNEL_BUILDDIR} \ > >      

Re: [OE-core] [PATCH v2 1/3] module.bbclass: use Module.symvers for dependants

2016-11-17 Thread Denys Dmytriyenko
On Thu, Nov 17, 2016 at 10:22:18AM +, André Draszik wrote: > Hi, > > On Wed, 2016-11-16 at 15:18 -0500, Denys Dmytriyenko wrote: > > On Thu, Aug 18, 2016 at 08:56:24AM +0100, André Draszik wrote: > > >   > > > @@ -24,6 +34,11 @@ module_do_install() { > > >      CC="${KERNEL_CC}" LD="${