Re: [linux-yocto] [oe-core] [yocto-next] [PATCH] kernel-devsrc: fix module.lds not exist in v5.10+

2020-12-29 Thread Bruce Ashfield
On Tue, Dec 29, 2020 at 8:52 PM Zhang, Qiang wrote: > > > > > 发件人: Bruce Ashfield > 发送时间: 2020年12月29日 21:49 > 收件人: Zhang, Qiang > 抄送: Linux Yocto > 主题: Re: [linux-yocto] [oe-core] [yocto-next] [PATCH] kernel-devsrc: fix >

回复: [linux-yocto] [oe-core] [yocto-next] [PATCH] kernel-devsrc: fix module.lds not exist in v5.10+

2020-12-29 Thread Zhang, Qiang
发件人: Bruce Ashfield 发送时间: 2020年12月29日 21:49 收件人: Zhang, Qiang 抄送: Linux Yocto 主题: Re: [linux-yocto] [oe-core] [yocto-next] [PATCH] kernel-devsrc: fix module.lds not exist in v5.10+ >I already sent a patch for this several days ago. > >Also, y

Re: [linux-yocto] [oe-core] [yocto-next] [PATCH] kernel-devsrc: fix module.lds not exist in v5.10+

2020-12-29 Thread Bruce Ashfield
I already sent a patch for this several days ago. Also, you do not need to test before copying, that's exactly what the 2>/dev/null || : is for. Cheers, Bruce On Tue, Dec 29, 2020 at 8:12 AM wrote: > > From: Zqiang > > Due to the upstream commit 596b0474d3d [kbuild: preprocess > module linker

[linux-yocto] [oe-core] [yocto-next] [PATCH] kernel-devsrc: fix module.lds not exist in v5.10+

2020-12-29 Thread Zhang, Qiang
From: Zqiang Due to the upstream commit 596b0474d3d [kbuild: preprocess module linker script], do_install will trigger error: cp: cannot stat 'arch/arm/kernel/module.lds': No such file or directory. determine whether the file exists before copying. Signed-off-by: Zqiang --- meta/recipes-kern