Re: [OE-core][dunfell 23/25] kernel.bbclass: run do_symlink_kernsrc before do_patch

2020-09-21 Thread Rasmus Villemoes
On 16/09/2020 17.18, Steve Sakoman wrote: > Since there is an upcoming dunfell release and we don't have a fix for > this issue I am going to revert this patch. > > When it is fixed in master I will reconsider taking this patch and the > fix for dunfell. Sorry for not seeing this sooner, and for

Re: [OE-core][dunfell 23/25] kernel.bbclass: run do_symlink_kernsrc before do_patch

2020-09-16 Thread Steve Sakoman
Since there is an upcoming dunfell release and we don't have a fix for this issue I am going to revert this patch. When it is fixed in master I will reconsider taking this patch and the fix for dunfell. Steve On Sat, Sep 12, 2020 at 9:10 AM Steve Sakoman via lists.openembedded.org wrote: > >

Re: [OE-core][dunfell 23/25] kernel.bbclass: run do_symlink_kernsrc before do_patch

2020-09-12 Thread Steve Sakoman
Looping in Rasmus, the patch author. Would you like to submit a patch to fix this issue? Otherwise I should probably revert this patch in dunfell. Thanks! Steve On Fri, Sep 11, 2020 at 3:40 PM Chanho Park wrote: > > Hi, > > This patch makes STAGING_KERNEL_DIR symlink broken if externalsrc

Re: [OE-core][dunfell 23/25] kernel.bbclass: run do_symlink_kernsrc before do_patch

2020-09-11 Thread Chanho Park
Hi, This patch makes STAGING_KERNEL_DIR symlink broken if externalsrc is used. I filed a bug for this. https://bugzilla.yoctoproject.org/show_bug.cgi?id=14044 Best Regards, Chanho Park On Mon, Aug 31, 2020 at 3:19 AM Steve Sakoman wrote: > > From: Rasmus Villemoes > > There's a race between

[OE-core][dunfell 23/25] kernel.bbclass: run do_symlink_kernsrc before do_patch

2020-08-30 Thread Steve Sakoman
From: Rasmus Villemoes There's a race between do_symlink_kernsrc and do_populate_lic, since the latter is ordered "after do_patch"; so the two may run in parallel. In some cases, that actually causes do_populate_lic to fail if it happens to look for a license file somewhere under ${S} in the