diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-01 07:41:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-01 17:35:33 +0100 |
commit | 3237e33c087b206d3b387f5a4953c14a75e7d1d4 (patch) | |
tree | 6d9f38fb06cbf86ad1d7b4e24e03553266455bca /documentation/dev-manual/dev-manual-model.xml | |
parent | f1a268332281b57afb7883d88dde20e3d75f8219 (diff) | |
download | poky-3237e33c087b206d3b387f5a4953c14a75e7d1d4.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.xml | 6 |
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. |