Hi,
I have found some of the directions on the link below need fixing or
clarification
https://wiki.yoctoproject.org/wiki/Setting_up_a_production_instance_of_Toaster
1) Suggest that the webserver command run in the background
"Start the Web server using the following command:
$ python bitbake/lib/toaster/manage.py runserver"
or in the background:
$ nohup python bitbake/lib/toaster/manage.py runserver \
2>toaster_web.log >toaster_web.log &
"
2) Insert before
"$ bitbake --postread conf/toaster.conf --server-only -t xmlrpc -B
localhost:0 && \
export BBSERVER=localhost:1"
a reference to
"Create the required conf/toaster.conf file as per Bitbake extra
options on
https://wiki.yoctoproject.org/wiki/Setting_up_a_local_instance_of_Toaster
3) Correct the wrong bitbake option
"$ nohup bitbake --observer-only -u toasterui &"
to
"$ nohup bitbake --observe-only -u toasterui &"
Dave
--
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster