mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
devtool: ignore patch-fuzz errors when extracting source
So that patch fuzz issues can actually be fixed, as extracting source with 'devtool modify' is the first step for that. (From OE-Core rev: 7067abd31d9dd4b98ec70c1c7effbe2904797cd1) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
2cbfc65bee
commit
ca7306f78a
|
@ -567,6 +567,7 @@ def _extract_source(srctree, keep_temp, devbranch, sync, config, basepath, works
|
||||||
logger.debug('writing append file %s' % appendfile)
|
logger.debug('writing append file %s' % appendfile)
|
||||||
with open(appendfile, 'a') as f:
|
with open(appendfile, 'a') as f:
|
||||||
f.write('###--- _extract_source\n')
|
f.write('###--- _extract_source\n')
|
||||||
|
f.write('ERROR_QA:remove = "patch-fuzz"\n')
|
||||||
f.write('DEVTOOL_TEMPDIR = "%s"\n' % tempdir)
|
f.write('DEVTOOL_TEMPDIR = "%s"\n' % tempdir)
|
||||||
f.write('DEVTOOL_DEVBRANCH = "%s"\n' % devbranch)
|
f.write('DEVTOOL_DEVBRANCH = "%s"\n' % devbranch)
|
||||||
if not is_kernel_yocto:
|
if not is_kernel_yocto:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user