diff options
-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 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 | ||