diff options
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/cookerdata.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py index f43610e7f8..9eddf7cf6a 100644 --- a/bitbake/lib/bb/cookerdata.py +++ b/bitbake/lib/bb/cookerdata.py | |||
@@ -60,7 +60,9 @@ class ConfigParameters(object): | |||
60 | for o in ["abort", "force", "invalidate_stamp", | 60 | for o in ["abort", "force", "invalidate_stamp", |
61 | "dry_run", "dump_signatures", | 61 | "dry_run", "dump_signatures", |
62 | "extra_assume_provided", "profile", | 62 | "extra_assume_provided", "profile", |
63 | "prefile", "postfile", "server_timeout"]: | 63 | "prefile", "postfile", "server_timeout", |
64 | "nosetscene", "setsceneonly", "skipsetscene", | ||
65 | "runall", "runonly"]: | ||
64 | options[o] = getattr(self.options, o) | 66 | options[o] = getattr(self.options, o) |
65 | 67 | ||
66 | options['build_verbose_shell'] = self.options.verbose | 68 | options['build_verbose_shell'] = self.options.verbose |