diff options
Diffstat (limited to 'scripts')
| -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 1285974d44..c5c647b2f3 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
| @@ -593,7 +593,7 @@ def modify(args, config, basepath, workspace): | |||
| 593 | f.write('EXTERNALSRC_BUILD_pn-%s = "%s"\n' % (pn, srctree)) | 593 | f.write('EXTERNALSRC_BUILD_pn-%s = "%s"\n' % (pn, srctree)) |
| 594 | 594 | ||
| 595 | if bb.data.inherits_class('kernel', rd): | 595 | if bb.data.inherits_class('kernel', rd): |
| 596 | f.write('SRCTREECOVEREDTASKS = "do_validate_branches do_kernel_checkout do_fetch do_unpack"\n') | 596 | f.write('SRCTREECOVEREDTASKS = "do_validate_branches do_kernel_checkout do_fetch do_unpack do_patch"\n') |
| 597 | if initial_rev: | 597 | if initial_rev: |
| 598 | f.write('\n# initial_rev: %s\n' % initial_rev) | 598 | f.write('\n# initial_rev: %s\n' % initial_rev) |
| 599 | for commit in commits: | 599 | for commit in commits: |
