diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-30 10:35:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:09:58 +0000 |
commit | 81cfd06503ee6932136430d9d05b0f5a5903c50a (patch) | |
tree | 01405c749e807ac824a8317abfa27f438e994b5a | |
parent | 721abeab127744fa3ff696aad1ebd802fd1f7d4b (diff) | |
download | poky-81cfd06503ee6932136430d9d05b0f5a5903c50a.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: 775d55f33a4dfbb21db896b81159e16ee7e16034)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 11 |
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 81c513bcd9..5f9b528c6f 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 | ||