diff options
-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 e59fb5e567..ee00c6d7b0 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -493,7 +493,7 @@ def modify(args, config, basepath, workspace): | |||
493 | f.write('EXTERNALSRC_BUILD_pn-%s = "%s"\n' % (args.recipename, srctree)) | 493 | f.write('EXTERNALSRC_BUILD_pn-%s = "%s"\n' % (args.recipename, srctree)) |
494 | 494 | ||
495 | if bb.data.inherits_class('kernel', rd): | 495 | if bb.data.inherits_class('kernel', rd): |
496 | f.write('SRCTREECOVEREDTASKS = "do_validate_branches do_kernel_checkout do_shared_workdir do_fetch do_unpack"\n') | 496 | f.write('SRCTREECOVEREDTASKS = "do_validate_branches do_kernel_checkout do_fetch do_unpack"\n') |
497 | if initial_rev: | 497 | if initial_rev: |
498 | f.write('\n# initial_rev: %s\n' % initial_rev) | 498 | f.write('\n# initial_rev: %s\n' % initial_rev) |
499 | for commit in commits: | 499 | for commit in commits: |