diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/devtool/standard.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 86ca77f718..88a6ecd421 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -567,6 +567,8 @@ 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('deltask do_recipe_qa\n') | ||
571 | f.write('deltask do_recipe_qa_setscene\n') | ||
570 | f.write('ERROR_QA:remove = "patch-fuzz"\n') | 572 | f.write('ERROR_QA:remove = "patch-fuzz"\n') |
571 | f.write('DEVTOOL_TEMPDIR = "%s"\n' % tempdir) | 573 | f.write('DEVTOOL_TEMPDIR = "%s"\n' % tempdir) |
572 | f.write('DEVTOOL_DEVBRANCH = "%s"\n' % devbranch) | 574 | f.write('DEVTOOL_DEVBRANCH = "%s"\n' % devbranch) |