Re: [yocto] Understanding kernel patching in linux-yocto

2021-05-17 Thread Yann Dirson
iscussion list > > Subject: Re: [yocto] Understanding kernel patching in linux-yocto > > > > On Wed, May 12, 2021 at 10:07 AM Yann Dirson > > wrote: > > > > > > Thanks for those clarifications! > > > > > > Some additional questions below &g

Re: [yocto] Understanding kernel patching in linux-yocto

2021-05-12 Thread Diego Santa Cruz via lists.yoctoproject.org
> -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Bruce Ashfield via lists.yoctoproject.org > Sent: 12 May 2021 16:25 > To: Yann Dirson > Cc: Yocto discussion list > Subject: Re: [yocto] Understanding kernel patching in linux-yocto > >

Re: [yocto] Understanding kernel patching in linux-yocto

2021-05-12 Thread Yann Dirson
Le mer. 12 mai 2021 à 16:25, Bruce Ashfield a écrit : > > On Wed, May 12, 2021 at 10:07 AM Yann Dirson > wrote: > > > > Thanks for those clarifications! > > > > Some additional questions below > > > > Le mer. 12 mai 2021 à 15:19, Bruce Ashfield a > > écrit : > > > > > > On Wed, May 12, 2021 at

Re: [yocto] Understanding kernel patching in linux-yocto

2021-05-12 Thread Bruce Ashfield
On Wed, May 12, 2021 at 10:07 AM Yann Dirson wrote: > > Thanks for those clarifications! > > Some additional questions below > > Le mer. 12 mai 2021 à 15:19, Bruce Ashfield a > écrit : > > > > On Wed, May 12, 2021 at 7:14 AM Yann Dirson > > wrote: > > > > > > I am currently working on a kmeta

Re: [yocto] Understanding kernel patching in linux-yocto

2021-05-12 Thread Yann Dirson
Thanks for those clarifications! Some additional questions below Le mer. 12 mai 2021 à 15:19, Bruce Ashfield a écrit : > > On Wed, May 12, 2021 at 7:14 AM Yann Dirson > wrote: > > > > I am currently working on a kmeta BSP for the rockchip-based NanoPI M4 > > [1], and I'm wondering how I

Re: [yocto] Understanding kernel patching in linux-yocto

2021-05-12 Thread Bruce Ashfield
On Wed, May 12, 2021 at 7:14 AM Yann Dirson wrote: > > I am currently working on a kmeta BSP for the rockchip-based NanoPI M4 > [1], and I'm wondering how I should be providing kernel patches, as > just add ing "patch" directives in the .scc does not get them applied > unless the particular .scc

[yocto] Understanding kernel patching in linux-yocto

2021-05-12 Thread Yann Dirson
I am currently working on a kmeta BSP for the rockchip-based NanoPI M4 [1], and I'm wondering how I should be providing kernel patches, as just add ing "patch" directives in the .scc does not get them applied unless the particular .scc gets included in KERNEL_FEATURES (see [2]). >From an old