summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-01 07:41:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-01 17:36:15 +0100
commit98ae8387e303b2abcaec785225d4a25cbfccd8d3 (patch)
tree8ed28abee0daad2e9cbe70ec078736c2904fb61c /documentation/dev-manual/dev-manual-model.xml
parentf96ffe74a932cda22f086d1059f32a5016ae13ca (diff)
downloadpoky-98ae8387e303b2abcaec785225d4a25cbfccd8d3.tar.gz
dev-manual: Fixed a few broken links and added Toaster manual to list.
(From yocto-docs rev: 77e3a4c704836e599b8ef6b13e68ec783e6d642d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml6
1 files changed, 3 insertions, 3 deletions
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.