summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
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 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])