diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-10 14:50:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-11 12:22:38 +0100 |
commit | 1336753f0266822e28032622a07591f0b6ca3489 (patch) | |
tree | 7080ba2f1580aecf432cf08521e680d97fa43955 /documentation/dev-manual | |
parent | 39be3e0902a00025a689ade533882b93a04710d0 (diff) | |
download | poky-1336753f0266822e28032622a07591f0b6ca3489.tar.gz |
dev-manual: Edits to "Workflow Using Stand-Alone Cross-Development Toolchains" section.
(From yocto-docs rev: ea008dbbb0a6ab14ae3fe44238f60f92d85cecde)
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')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 5d1682a6f3..a6820d6707 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -1508,7 +1508,8 @@ | |||
1508 | support development using actual hardware. | 1508 | support development using actual hardware. |
1509 | For example, the area might contain | 1509 | For example, the area might contain |
1510 | <filename>.hddimg</filename> files that combine the | 1510 | <filename>.hddimg</filename> files that combine the |
1511 | kernel image with the filesystem, boot loaders, etc. | 1511 | kernel image with the filesystem, boot loaders, and |
1512 | so forth. | ||
1512 | Be sure to get the files you need for your particular | 1513 | Be sure to get the files you need for your particular |
1513 | development process.</para> | 1514 | development process.</para> |
1514 | <para>If you are going to develop your application and | 1515 | <para>If you are going to develop your application and |