Re: [OE-core] [PATCH] devtool: ignore patch-fuzz errors when extracting source

2023-02-20 Thread Alexander Kanavin
On Mon, 20 Feb 2023 at 19:59, Martin Jansa wrote: > > @@ -567,6 +567,7 @@ def _extract_source(srctree, keep_temp, devbranch, > > sync, config, basepath, works > > logger.debug('writing append file %s' % appendfile) > > with open(appendfile, 'a') as f: > >

Re: [OE-core] [PATCH] devtool: ignore patch-fuzz errors when extracting source

2023-02-20 Thread Martin Jansa
On Mon, Feb 20, 2023 at 07:28:13PM +0100, Alexander Kanavin wrote: > So that patch fuzz issues can actually be fixed, > as extracting source with 'devtool modify' is the first step > for that. > > Signed-off-by: Alexander Kanavin > --- > scripts/lib/devtool/standard.py | 1 + > 1 file changed,

[OE-core] [PATCH] devtool: ignore patch-fuzz errors when extracting source

2023-02-20 Thread Alexander Kanavin
So that patch fuzz issues can actually be fixed, as extracting source with 'devtool modify' is the first step for that. Signed-off-by: Alexander Kanavin --- scripts/lib/devtool/standard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/devtool/standard.py