diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index faa529040a..4016eca6c7 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -5305,9 +5305,15 @@ Yocto Project Release item for information on how to set up the Source Directory. + You have checked out the + dora-toaster branch: + + $ cd ~/poky + $ git checkout -b dora-toaster origin/dora-toaster + Be sure your build machine has Django - version 1.4.5 or greater installed. + version 1.4.5 installed. Make sure that port 8000 and 8200 are free (i.e. they have no servers on them). @@ -5396,7 +5402,8 @@ tool from the shell and pass it the same URL. - Either method opens the home page for the Toaster interface. + Either method opens the home page for the Toaster interface, + which is temporary for this release.