From: Scott Rifenbark Date: Wed, 30 Oct 2013 17:35:01 +0000 (-0700) Subject: dev-manual: Edits to the toaster section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81cfd06503ee6932136430d9d05b0f5a5903c50a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dev-manual: Edits to the toaster section Partial fix for [YOCTO #4414] Got some feedback on the section and added a step that the user needs to checkout the dora-toaster branch after clonine poky. Also, that the Django version is specific and not the listed version +. Finally, a bit of wording to note that the GUI is temporary for this release. (From yocto-docs rev: 775d55f33a4dfbb21db896b81159e16ee7e16034) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 81c513bcd92..5f9b528c6fe 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.