Hi,

Answers inline,

Cheer,
Alex

On Fri, Dec 12, 2014 at 3:27 AM, Lei, Maohui <[email protected]>
wrote:

> Hi all
>
> I have some questions about toaster.
>
> 1. Interactive mode
>    If I build several projects in independent build directories on the
> same host simultaneously.
>    Is there any method to start toaster in all of the build directories?
>

​Each build directory can have it's own toaster instance, running on
different ports - see parameter "webport" for "source toaster start", e.g.

$ source toaster start webport=8001 ... etc


Alternatively, you can look into setting up a "hosted" toaster for your
local host, i.e. set up a single ​mysql database with a single web
frontend, and start toaster in each directory after setting the
DATABASE_URL setting and with the "noweb" parameter:

$ export DATABASE_URL=mysql://user:pass@localhost:3306/toaster_db
$ source toaster start noweb

​



>
> 2. Managed mode
>    Can I launch Multiple builds at the same time in the managed mode?
>

​Each buildenvironment can have ​only one build running at a time. You can
set up multiple build environments on a single machine, using different
"build/" directories. To do this, go to the "/admin" interface,
BuildEnvironments, and manually add build environments as you need.






>
>
>
> Thanks
>
> Lei Maohui
> --
> _______________________________________________
> toaster mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/toaster
>



-- 
Alex Damian
Yocto Project
SSG / OTC
-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to