Re: [OE-core] [PATCH] linux-yocto: add entries for machine features

2022-09-30 Thread Bruce Ashfield
On Fri, Sep 30, 2022 at 3:15 PM Jon Mason wrote: > > On Fri, Sep 30, 2022 at 09:29:24AM -0400, Bruce Ashfield wrote: > > On Thu, Sep 29, 2022 at 11:23 PM Jon Mason wrote: > > > > > > Most machine features have corresponding kernel config fragments, but > > > only a few have an entry in the kernel

Re: [OE-core] [PATCH] linux-yocto: add entries for machine features

2022-09-30 Thread Jon Mason
On Fri, Sep 30, 2022 at 09:29:24AM -0400, Bruce Ashfield wrote: > On Thu, Sep 29, 2022 at 11:23 PM Jon Mason wrote: > > > > Most machine features have corresponding kernel config fragments, but > > only a few have an entry in the kernel recipe to be automatically added. > > Adding the majority of

Re: [OE-core] [PATCH] linux-yocto: add entries for machine features

2022-09-30 Thread Bruce Ashfield
On Thu, Sep 29, 2022 at 11:23 PM Jon Mason wrote: > > Most machine features have corresponding kernel config fragments, but > only a few have an entry in the kernel recipe to be automatically added. > Adding the majority of them here. > > Signed-off-by: Jon Mason > --- > meta/recipes-kernel/linu

[OE-core] [PATCH] linux-yocto: add entries for machine features

2022-09-29 Thread Jon Mason
Most machine features have corresponding kernel config fragments, but only a few have an entry in the kernel recipe to be automatically added. Adding the majority of them here. Signed-off-by: Jon Mason --- meta/recipes-kernel/linux/linux-yocto.inc | 5 + 1 file changed, 5 insertions(+) diff