diff options
Diffstat (limited to 'scripts/lib/devtool/standard.py')
-rw-r--r-- | scripts/lib/devtool/standard.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 5ff1e230fd..2ecef99cdb 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -842,7 +842,10 @@ def modify(args, config, basepath, workspace): | |||
842 | 842 | ||
843 | if bb.data.inherits_class('kernel', rd): | 843 | if bb.data.inherits_class('kernel', rd): |
844 | f.write('SRCTREECOVEREDTASKS = "do_validate_branches do_kernel_checkout ' | 844 | f.write('SRCTREECOVEREDTASKS = "do_validate_branches do_kernel_checkout ' |
845 | 'do_fetch do_unpack do_patch do_kernel_configme do_kernel_configcheck"\n') | 845 | 'do_fetch do_unpack do_kernel_configme do_kernel_configcheck"\n') |
846 | f.write('\ndo_patch() {\n' | ||
847 | ' :\n' | ||
848 | '}\n') | ||
846 | f.write('\ndo_configure_append() {\n' | 849 | f.write('\ndo_configure_append() {\n' |
847 | ' cp ${B}/.config ${S}/.config.baseline\n' | 850 | ' cp ${B}/.config ${S}/.config.baseline\n' |
848 | ' ln -sfT ${B}/.config ${S}/.config.new\n' | 851 | ' ln -sfT ${B}/.config ${S}/.config.new\n' |