summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-30 10:35:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:46:47 +0000
commit26c099f15ef10b0b00b85ec5115532013a91b4a1 (patch)
treead3256d00ba895ec3f721c3028f4b0698d986235 /documentation/dev-manual
parent2ad3e6e0e4816616e19b8ba6527d32e6ffb7947e (diff)
downloadpoky-26c099f15ef10b0b00b85ec5115532013a91b4a1.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml11
1 files 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 @@
5305 <link linkend='local-yp-release'>Yocto Project Release</link> 5305 <link linkend='local-yp-release'>Yocto Project Release</link>
5306 item for information on how to set up the Source 5306 item for information on how to set up the Source
5307 Directory.</para></listitem> 5307 Directory.</para></listitem>
5308 <listitem><para>You have checked out the
5309 <filename>dora-toaster</filename> branch:
5310 <literallayout class='monospaced'>
5311 $ cd ~/poky
5312 $ git checkout -b dora-toaster origin/dora-toaster
5313 </literallayout></para></listitem>
5308 <listitem><para>Be sure your build machine has 5314 <listitem><para>Be sure your build machine has
5309 <ulink url='http://en.wikipedia.org/wiki/Django_%28web_framework%29'>Django</ulink> 5315 <ulink url='http://en.wikipedia.org/wiki/Django_%28web_framework%29'>Django</ulink>
5310 version 1.4.5 or greater installed.</para></listitem> 5316 version 1.4.5 installed.</para></listitem>
5311 <listitem><para>Make sure that port 8000 and 8200 are 5317 <listitem><para>Make sure that port 8000 and 8200 are
5312 free (i.e. they have no servers on them). 5318 free (i.e. they have no servers on them).
5313 </para></listitem> 5319 </para></listitem>
@@ -5396,7 +5402,8 @@
5396 tool from the shell and pass it the same URL. 5402 tool from the shell and pass it the same URL.
5397 </para></listitem> 5403 </para></listitem>
5398 </itemizedlist> 5404 </itemizedlist>
5399 Either method opens the home page for the Toaster interface. 5405 Either method opens the home page for the Toaster interface,
5406 which is temporary for this release.
5400 </para> 5407 </para>
5401 </section> 5408 </section>
5402 5409