diff options
-rw-r--r-- | scripts/lib/devtool/standard.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index b7d4d47dfc..ea09bbff31 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -849,9 +849,7 @@ def modify(args, config, basepath, workspace): | |||
849 | if bb.data.inherits_class('kernel', rd): | 849 | if bb.data.inherits_class('kernel', rd): |
850 | f.write('SRCTREECOVEREDTASKS = "do_validate_branches do_kernel_checkout ' | 850 | f.write('SRCTREECOVEREDTASKS = "do_validate_branches do_kernel_checkout ' |
851 | 'do_fetch do_unpack do_kernel_configme do_kernel_configcheck"\n') | 851 | 'do_fetch do_unpack do_kernel_configme do_kernel_configcheck"\n') |
852 | f.write('\ndo_patch() {\n' | 852 | f.write('\ndo_patch[noexec] = "1"\n') |
853 | ' :\n' | ||
854 | '}\n') | ||
855 | f.write('\ndo_configure_append() {\n' | 853 | f.write('\ndo_configure_append() {\n' |
856 | ' cp ${B}/.config ${S}/.config.baseline\n' | 854 | ' cp ${B}/.config ${S}/.config.baseline\n' |
857 | ' ln -sfT ${B}/.config ${S}/.config.new\n' | 855 | ' ln -sfT ${B}/.config ${S}/.config.new\n' |