Re: [OE-core] [PATCH 05/39] insane.bbclass: make patch-fuzz a warning again

2023-02-20 Thread Alexander Kanavin
On Mon, 20 Feb 2023 at 16:21, Richard Purdie wrote: > Should we tweak devtool to disable this check rather than disabling > globally? I'd really prefer we stopped the fuzz issues... I agree, I'll see if it can be tweaked via .bbappend that devtool writes into the workspace layer. Alex

Re: [OE-core] [PATCH 05/39] insane.bbclass: make patch-fuzz a warning again

2023-02-20 Thread Richard Purdie
On Sun, 2023-02-19 at 20:30 +0100, Alexander Kanavin wrote: > Having it as an error breaks the devtool workflow > ('devtool modify' in particular) that is meant for fixing > the fuzz. > > Signed-off-by: Alexander Kanavin > --- > meta/classes-global/insane.bbclass | 4 ++-- > 1 file changed, 2

[OE-core] [PATCH 05/39] insane.bbclass: make patch-fuzz a warning again

2023-02-19 Thread Alexander Kanavin
Having it as an error breaks the devtool workflow ('devtool modify' in particular) that is meant for fixing the fuzz. Signed-off-by: Alexander Kanavin --- meta/classes-global/insane.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git