Re: [OE-core][gatesgarth][dunfell][master][PATCH] kernel.bbclass: fix module.lds missing issue since kernel v5.10

2020-11-12 Thread Lili Li
gt; c...@lists.openembedded.org>; Mittal, Anuj ; > > > Pan, Kris > > > Subject: Re: [OE-core][gatesgarth][dunfell][master][PATCH] > > > kernel.bbclass: fix module.lds missing issue since kernel v5.10 > > > > > > On Thu, Nov 12, 2020 at 9:11 PM Lili L

Re: [OE-core][gatesgarth][dunfell][master][PATCH] kernel.bbclass: fix module.lds missing issue since kernel v5.10

2020-11-12 Thread Lili Li
org>; Mittal, Anuj ; Pan, > Kris > Subject: Re: [OE-core][gatesgarth][dunfell][master][PATCH] kernel.bbclass: fix > module.lds missing issue since kernel v5.10 > > On Thu, Nov 12, 2020 at 9:11 PM Lili Li wrote: > > > > With v5.10-rc1 kernel commit 596b0474d3d9 (kbuild

[OE-core][gatesgarth][dunfell][master][PATCH] kernel.bbclass: fix module.lds missing issue since kernel v5.10

2020-11-12 Thread Lili Li
With v5.10-rc1 kernel commit 596b0474d3d9 (kbuild: preprocess module linker script), external kernel module need scripts/module.lds for compiling. Error Log: *** No rule to make target 'scripts/module.lds', needed by Signed-off-by: Pan, Kris Signed-off-by: Lili Li --- meta/classes

[OE-core] [dunfell][master][PATCH] kernel.bbclass: Fix Module.symvers support

2020-06-25 Thread lili . li
From: Lili Li Starting from v5.8-rc1 commit 269a535ca931 (modpost: generate vmlinux.symvers and reuse it for the second modpost"), kernel will generate new vmlinux.symvers instead of dumping all the vmlinux symbols into Module.symvers in the first pass. Error log: 'run.do_shared_wo