diff options
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/toaster | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index c89e015706..3b5b7f868b 100755 --- a/bitbake/bin/toaster +++ b/bitbake/bin/toaster | |||
@@ -135,7 +135,7 @@ stop_system() | |||
135 | 135 | ||
136 | start_bitbake() { | 136 | start_bitbake() { |
137 | unset BBSERVER | 137 | unset BBSERVER |
138 | bitbake --read conf/toaster-pre.conf --postread conf/toaster.conf --server-only -t xmlrpc -B 0.0.0.0:0 | 138 | bitbake --postread conf/toaster.conf --server-only -t xmlrpc -B 0.0.0.0:0 |
139 | if [ $? -ne 0 ]; then | 139 | if [ $? -ne 0 ]; then |
140 | echo "Bitbake server start failed" | 140 | echo "Bitbake server start failed" |
141 | return 1 | 141 | return 1 |
@@ -350,7 +350,6 @@ fi | |||
350 | case $CMD in | 350 | case $CMD in |
351 | start ) | 351 | start ) |
352 | addtoConfiguration toaster.conf "INHERIT+=\"toaster buildhistory\"" $TOASTER_BRBE | 352 | addtoConfiguration toaster.conf "INHERIT+=\"toaster buildhistory\"" $TOASTER_BRBE |
353 | echo > ${BUILDDIR}/conf/toaster-pre.conf | ||
354 | if [ $WEBSERVER -gt 0 ] && ! webserverStartAll; then | 353 | if [ $WEBSERVER -gt 0 ] && ! webserverStartAll; then |
355 | echo "Failed ${CMD}." | 354 | echo "Failed ${CMD}." |
356 | return 4 | 355 | return 4 |