summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/standard.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/devtool/standard.py')
-rw-r--r--scripts/lib/devtool/standard.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py
index d64e18e179..0339d12763 100644
--- a/scripts/lib/devtool/standard.py
+++ b/scripts/lib/devtool/standard.py
@@ -567,6 +567,7 @@ def _extract_source(srctree, keep_temp, devbranch, sync, config, basepath, works
567 logger.debug('writing append file %s' % appendfile) 567 logger.debug('writing append file %s' % appendfile)
568 with open(appendfile, 'a') as f: 568 with open(appendfile, 'a') as f:
569 f.write('###--- _extract_source\n') 569 f.write('###--- _extract_source\n')
570 f.write('ERROR_QA:remove = "patch-fuzz"\n')
570 f.write('DEVTOOL_TEMPDIR = "%s"\n' % tempdir) 571 f.write('DEVTOOL_TEMPDIR = "%s"\n' % tempdir)
571 f.write('DEVTOOL_DEVBRANCH = "%s"\n' % devbranch) 572 f.write('DEVTOOL_DEVBRANCH = "%s"\n' % devbranch)
572 if not is_kernel_yocto: 573 if not is_kernel_yocto: