1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

bitbake: Switch to use process as the default server

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-07-05 11:40:23 +01:00
parent 0da7db18f1
commit 81545301d7
+1 -1
View File
@@ -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])