diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:40:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:40:23 +0100 |
commit | 81545301d742caefe1e05ebe1c82aab103951220 (patch) | |
tree | 9a1b936ff267edae307062bb73cf0b59b3f5c55b | |
parent | 0da7db18f1070d46eceb232efe2ae04394a6688a (diff) | |
download | poky-81545301d742caefe1e05ebe1c82aab103951220.tar.gz |
bitbake: Switch to use process as the default server
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | bitbake/bin/bitbake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index c71c2d423e..206d97b22a 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -177,7 +177,7 @@ Default BBFILES are the .bb files in the current directory.""") | |||
177 | if configuration.servertype: | 177 | if configuration.servertype: |
178 | server_type = configuration.servertype | 178 | server_type = configuration.servertype |
179 | else: | 179 | else: |
180 | server_type = 'none' | 180 | server_type = 'process' |
181 | 181 | ||
182 | try: | 182 | try: |
183 | module = __import__("bb.server", fromlist = [server_type]) | 183 | module = __import__("bb.server", fromlist = [server_type]) |