diff options
Diffstat (limited to 'scripts/lib')
| -rw-r--r-- | scripts/lib/checklayer/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/checklayer/__init__.py b/scripts/lib/checklayer/__init__.py index 0a0db2f02a..8271ed7fe3 100644 --- a/scripts/lib/checklayer/__init__.py +++ b/scripts/lib/checklayer/__init__.py | |||
| @@ -307,7 +307,7 @@ def get_signatures(builddir, failsafe=False, machine=None, extravars=None): | |||
| 307 | cmd += 'bitbake ' | 307 | cmd += 'bitbake ' |
| 308 | if failsafe: | 308 | if failsafe: |
| 309 | cmd += '-k ' | 309 | cmd += '-k ' |
| 310 | cmd += '-S none world' | 310 | cmd += '-S lockedsigs world' |
| 311 | sigs_file = os.path.join(builddir, 'locked-sigs.inc') | 311 | sigs_file = os.path.join(builddir, 'locked-sigs.inc') |
| 312 | if os.path.exists(sigs_file): | 312 | if os.path.exists(sigs_file): |
| 313 | os.unlink(sigs_file) | 313 | os.unlink(sigs_file) |
