diff options
Diffstat (limited to 'bitbake/bin')
| -rwxr-xr-x | bitbake/bin/bitbake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 4e6815e46e..b046156b49 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
| @@ -157,6 +157,7 @@ Default BBFILES are the .bb files in the current directory.""") | |||
| 157 | 157 | ||
| 158 | configuration = BBConfiguration(options) | 158 | configuration = BBConfiguration(options) |
| 159 | configuration.pkgs_to_build.extend(args[1:]) | 159 | configuration.pkgs_to_build.extend(args[1:]) |
| 160 | configuration.initial_path = os.environ['PATH'] | ||
| 160 | 161 | ||
| 161 | #server = bb.server.xmlrpc | 162 | #server = bb.server.xmlrpc |
| 162 | server = bb.server.none | 163 | server = bb.server.none |
