diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/devtool/standard.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 312eb8ab50..b2e1a6ca3a 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -952,9 +952,6 @@ def modify(args, config, basepath, workspace): | |||
952 | f.write('EXTERNALSRC_BUILD:pn-%s = "%s"\n' % (pn, srctree)) | 952 | f.write('EXTERNALSRC_BUILD:pn-%s = "%s"\n' % (pn, srctree)) |
953 | 953 | ||
954 | if bb.data.inherits_class('kernel', rd): | 954 | if bb.data.inherits_class('kernel', rd): |
955 | f.write('SRCTREECOVEREDTASKS = "do_validate_branches do_kernel_checkout ' | ||
956 | 'do_fetch do_unpack do_kernel_configcheck"\n') | ||
957 | f.write('\ndo_patch[noexec] = "1"\n') | ||
958 | f.write('\ndo_kernel_configme:prepend() {\n' | 955 | f.write('\ndo_kernel_configme:prepend() {\n' |
959 | ' if [ -e ${S}/.config ]; then\n' | 956 | ' if [ -e ${S}/.config ]; then\n' |
960 | ' mv ${S}/.config ${S}/.config.old\n' | 957 | ' mv ${S}/.config ${S}/.config.old\n' |