diff options
Diffstat (limited to 'scripts/lib/devtool/standard.py')
-rw-r--r-- | scripts/lib/devtool/standard.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 2ecef99cdb..7e342e7687 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -436,6 +436,7 @@ def _prep_extract_operation(config, basepath, recipename, tinfoil=None): | |||
436 | 436 | ||
437 | rd = parse_recipe(config, tinfoil, recipename, True) | 437 | rd = parse_recipe(config, tinfoil, recipename, True) |
438 | if not rd: | 438 | if not rd: |
439 | tinfoil.shutdown() | ||
439 | return None | 440 | return None |
440 | 441 | ||
441 | if bb.data.inherits_class('kernel-yocto', rd): | 442 | if bb.data.inherits_class('kernel-yocto', rd): |