summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/standard.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/devtool/standard.py')
-rw-r--r--scripts/lib/devtool/standard.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py
index 88a6ecd421..d53fb81007 100644
--- a/scripts/lib/devtool/standard.py
+++ b/scripts/lib/devtool/standard.py
@@ -587,6 +587,7 @@ def _extract_source(srctree, keep_temp, devbranch, sync, config, basepath, works
587 preservestampfile = os.path.join(sstate_manifests, 'preserve-stamps') 587 preservestampfile = os.path.join(sstate_manifests, 'preserve-stamps')
588 with open(preservestampfile, 'w') as f: 588 with open(preservestampfile, 'w') as f:
589 f.write(d.getVar('STAMP')) 589 f.write(d.getVar('STAMP'))
590 tinfoil.modified_files()
590 try: 591 try:
591 if is_kernel_yocto: 592 if is_kernel_yocto:
592 # We need to generate the kernel config 593 # We need to generate the kernel config