]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Edits to the toaster section
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 30 Oct 2013 17:35:01 +0000 (10:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Nov 2013 17:09:58 +0000 (17:09 +0000)
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>
documentation/dev-manual/dev-manual-common-tasks.xml

index 81c513bcd920d66645aec2641c3a5a443fcb77f4..5f9b528c6fe5becbf500402fd4eafb7478d80e7b 100644 (file)
                         <link linkend='local-yp-release'>Yocto Project Release</link>
                         item for information on how to set up the Source
                         Directory.</para></listitem>
+                    <listitem><para>You have checked out the
+                        <filename>dora-toaster</filename> branch:
+                        <literallayout class='monospaced'>
+     $ cd ~/poky
+     $ git checkout -b dora-toaster origin/dora-toaster
+                        </literallayout></para></listitem>
                     <listitem><para>Be sure your build machine has
                         <ulink url='http://en.wikipedia.org/wiki/Django_%28web_framework%29'>Django</ulink>
-                        version 1.4.5 or greater installed.</para></listitem>
+                        version 1.4.5 installed.</para></listitem>
                     <listitem><para>Make sure that port 8000 and 8200 are
                         free (i.e. they have no servers on them).
                         </para></listitem>
                         tool from the shell and pass it the same URL.
                         </para></listitem>
                 </itemizedlist>
-                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.
             </para>
         </section>