diff options
Diffstat (limited to 'scripts/lib/devtool')
| -rw-r--r-- | scripts/lib/devtool/standard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 7d7c77a6e9..8efd2628fd 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
| @@ -642,7 +642,7 @@ def modify(args, config, basepath, workspace): | |||
| 642 | f.write('EXTERNALSRC_BUILD_pn-%s = "%s"\n' % (pn, srctree)) | 642 | f.write('EXTERNALSRC_BUILD_pn-%s = "%s"\n' % (pn, srctree)) |
| 643 | 643 | ||
| 644 | if bb.data.inherits_class('kernel', rd): | 644 | if bb.data.inherits_class('kernel', rd): |
| 645 | f.write('SRCTREECOVEREDTASKS = "do_validate_branches do_kernel_checkout do_fetch do_unpack"\n') | 645 | f.write('SRCTREECOVEREDTASKS = "do_validate_branches do_kernel_checkout do_fetch do_unpack do_patch"\n') |
| 646 | if initial_rev: | 646 | if initial_rev: |
| 647 | f.write('\n# initial_rev: %s\n' % initial_rev) | 647 | f.write('\n# initial_rev: %s\n' % initial_rev) |
| 648 | for commit in commits: | 648 | for commit in commits: |
