diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-06-24 18:35:15 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:35 +0100 |
commit | 222a9cfa34811fdba7f00fa0c59b12adfd103d68 (patch) | |
tree | b93ac77abba5b50b0ce5fc3d8d590aae016e6c30 /documentation/ref-manual | |
parent | b9bf10a5b242b592b922966baa9cf4e1b7ad220f (diff) | |
download | poky-222a9cfa34811fdba7f00fa0c59b12adfd103d68.tar.gz |
ref-manual, adt-manual: Added links to SDKMACHINE variable.
Now that a glossary entry for SDKMACHINE exists, I needed to
create some links to it where referenced in the ref-manual
and the adt-manual.
(From yocto-docs rev: 6efe13bcda22276e5ef71ebafff6f91961b34679)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index f17291f2cb..17f96b52ff 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -263,7 +263,8 @@ | |||
263 | The figure shows the commands you use to easily build out this | 263 | The figure shows the commands you use to easily build out this |
264 | toolchain. | 264 | toolchain. |
265 | This cross-development toolchain is built to execute on the | 265 | This cross-development toolchain is built to execute on the |
266 | <filename>SDKMACHINE</filename>, which might or might not be the same | 266 | <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>, |
267 | which might or might not be the same | ||
267 | machine as the Build Host. | 268 | machine as the Build Host. |
268 | <note> | 269 | <note> |
269 | If your target architecture is supported by the Yocto Project, | 270 | If your target architecture is supported by the Yocto Project, |
@@ -320,7 +321,9 @@ | |||
320 | </para></listitem> | 321 | </para></listitem> |
321 | <listitem><para><filename>gcc-cross-canadian</filename>: | 322 | <listitem><para><filename>gcc-cross-canadian</filename>: |
322 | The final relocatable cross-compiler. | 323 | The final relocatable cross-compiler. |
323 | When run on the <filename>SDKMACHINE</filename>, this tool | 324 | When run on the |
325 | <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>, | ||
326 | this tool | ||
324 | produces executable code that runs on the target device. | 327 | produces executable code that runs on the target device. |
325 | </para></listitem> | 328 | </para></listitem> |
326 | </itemizedlist> | 329 | </itemizedlist> |