diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-intro.xml | 6 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 6 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml index 634dab52e8..e350882a38 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml | |||
@@ -147,6 +147,12 @@ | |||
147 | profiling schemes along with their applications (as appropriate) to each tool. | 147 | profiling schemes along with their applications (as appropriate) to each tool. |
148 | </para></listitem> | 148 | </para></listitem> |
149 | <listitem><para><emphasis> | 149 | <listitem><para><emphasis> |
150 | <ulink url='&YOCTO_DOCS_TOAST_URL;'>Toaster User Manual</ulink>:</emphasis> | ||
151 | This manual introduces and describes how to set up and use | ||
152 | Toaster, which is a web interface to the Yocto Project's | ||
153 | <link linkend='build-system-term'>OpenEmbedded Build System</link>. | ||
154 | </para></listitem> | ||
155 | <listitem><para><emphasis> | ||
150 | <ulink url='http://www.youtube.com/watch?v=3ZlOu-gLsh0'> | 156 | <ulink url='http://www.youtube.com/watch?v=3ZlOu-gLsh0'> |
151 | Eclipse IDE Yocto Plug-in</ulink>:</emphasis> | 157 | Eclipse IDE Yocto Plug-in</ulink>:</emphasis> |
152 | A step-by-step instructional video that | 158 | A step-by-step instructional video that |
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index a62c67d968..aaee23c5df 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -335,12 +335,12 @@ | |||
335 | <para> | 335 | <para> |
336 | Within the figure, the "Kernel.org Branch Point" represents the point in the tree | 336 | Within the figure, the "Kernel.org Branch Point" represents the point in the tree |
337 | where a supported base kernel is modified from the Linux kernel. | 337 | where a supported base kernel is modified from the Linux kernel. |
338 | For example, this could be the branch point for the <filename>linux-yocto-3.4</filename> | 338 | For example, this could be the branch point for the <filename>linux-yocto-3.19</filename> |
339 | kernel. | 339 | kernel. |
340 | Thus, everything further to the right in the structure is based on the | 340 | Thus, everything further to the right in the structure is based on the |
341 | <filename>linux-yocto-3.4</filename> kernel. | 341 | <filename>linux-yocto-3.19</filename> kernel. |
342 | Branch points to the right in the figure represent where the | 342 | Branch points to the right in the figure represent where the |
343 | <filename>linux-yocto-3.4</filename> kernel is modified for specific hardware | 343 | <filename>linux-yocto-3.19</filename> kernel is modified for specific hardware |
344 | or types of kernels, such as real-time kernels. | 344 | or types of kernels, such as real-time kernels. |
345 | Each leaf thus represents the end-point for a kernel designed to run on a specific | 345 | Each leaf thus represents the end-point for a kernel designed to run on a specific |
346 | targeted device. | 346 | targeted device. |
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index ada8cd7b0d..2bfedba8f1 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -1597,7 +1597,7 @@ | |||
1597 | 1597 | ||
1598 | <para> | 1598 | <para> |
1599 | You can find general Git information on how to push a change upstream in the | 1599 | You can find general Git information on how to push a change upstream in the |
1600 | <ulink url='http://book.git-scm.com/3_distributed_workflows.html'>Git Community Book</ulink>. | 1600 | <ulink url='http://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows'>Git Community Book</ulink>. |
1601 | </para> | 1601 | </para> |
1602 | </section> | 1602 | </section> |
1603 | 1603 | ||