From 26c099f15ef10b0b00b85ec5115532013a91b4a1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 30 Oct 2013 10:35:01 -0700 Subject: [PATCH] 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: 7d7c42894b05c86366e8b35ec2f8f9e0e7ee5baa) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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.