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 @@ -146,6 +146,12 @@ This manual presents a set of common and generally useful tracing and profiling schemes along with their applications (as appropriate) to each tool. + + Toaster User Manual: + This manual introduces and describes how to set up and use + Toaster, which is a web interface to the Yocto Project's + OpenEmbedded Build System. + Eclipse IDE Yocto Plug-in: 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 @@ Within the figure, the "Kernel.org Branch Point" represents the point in the tree where a supported base kernel is modified from the Linux kernel. - For example, this could be the branch point for the linux-yocto-3.4 + For example, this could be the branch point for the linux-yocto-3.19 kernel. Thus, everything further to the right in the structure is based on the - linux-yocto-3.4 kernel. + linux-yocto-3.19 kernel. Branch points to the right in the figure represent where the - linux-yocto-3.4 kernel is modified for specific hardware + linux-yocto-3.19 kernel is modified for specific hardware or types of kernels, such as real-time kernels. Each leaf thus represents the end-point for a kernel designed to run on a specific 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 @@ You can find general Git information on how to push a change upstream in the - Git Community Book. + Git Community Book.