summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-05 11:40:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-05 11:40:23 +0100
commit81545301d742caefe1e05ebe1c82aab103951220 (patch)
tree9a1b936ff267edae307062bb73cf0b59b3f5c55b /bitbake/bin
parent0da7db18f1070d46eceb232efe2ae04394a6688a (diff)
downloadast2050-yocto-poky-81545301d742caefe1e05ebe1c82aab103951220.zip
ast2050-yocto-poky-81545301d742caefe1e05ebe1c82aab103951220.tar.gz
bitbake: Switch to use process as the default server
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index c71c2d4..206d97b 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -177,7 +177,7 @@ Default BBFILES are the .bb files in the current directory.""")
if configuration.servertype:
server_type = configuration.servertype
else:
- server_type = 'none'
+ server_type = 'process'
try:
module = __import__("bb.server", fromlist = [server_type])
OpenPOWER on IntegriCloud