diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-16 16:31:19 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-18 16:15:30 +0200 |
| commit | 2eaf7e6e7524ec2a1eeca35b41f123fdee7e120b (patch) | |
| tree | ace8abdef240fafd3bdbeed9001e67da40d7cbd8 /documentation/ref-manual/technical-details.xml | |
| parent | b96378eb6b2443301b04dfc83eecf36eced6a27c (diff) | |
| download | poky-2eaf7e6e7524ec2a1eeca35b41f123fdee7e120b.tar.gz | |
ref-manual: Scrubbed for variable (user) input.
Throughout the manual I had been using angled bracket sets to
denote user-supplied input. This is confusing and better shown
by using the <replaceable></replaceable> tags. I scrubbed all
the chapters and replaced as needed.
Some other minor formatting changes were caught and fixed during
the scrub as well.
(From yocto-docs rev: 9a668574dd18828a750cfa2e8c28e1f089a19609)
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/technical-details.xml')
| -rw-r--r-- | documentation/ref-manual/technical-details.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index b0588351d5..6bb3381e72 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
| @@ -85,7 +85,7 @@ | |||
| 85 | </para> | 85 | </para> |
| 86 | 86 | ||
| 87 | <para> | 87 | <para> |
| 88 | The most common usage for BitBake is <filename>bitbake <packagename></filename>, where | 88 | The most common usage for BitBake is <filename>bitbake <replaceable>packagename</replaceable></filename>, where |
| 89 | <filename>packagename</filename> is the name of the package you want to build | 89 | <filename>packagename</filename> is the name of the package you want to build |
| 90 | (referred to as the "target" in this manual). | 90 | (referred to as the "target" in this manual). |
| 91 | The target often equates to the first part of a recipe's filename | 91 | The target often equates to the first part of a recipe's filename |
| @@ -304,7 +304,8 @@ | |||
| 304 | <para> | 304 | <para> |
| 305 | Here is the bootstrap process for the relocatable toolchain: | 305 | Here is the bootstrap process for the relocatable toolchain: |
| 306 | <literallayout class='monospaced'> | 306 | <literallayout class='monospaced'> |
| 307 | gcc -> binutils-crosssdk -> gcc-crosssdk-initial -> linux-libc-headers -> eglibc-initial -> nativesdk-eglibc -> gcc-crosssdk -> gcc-cross-canadian | 307 | gcc -> binutils-crosssdk -> gcc-crosssdk-initial -> linux-libc-headers -> |
| 308 | eglibc-initial -> nativesdk-eglibc -> gcc-crosssdk -> gcc-cross-canadian | ||
| 308 | </literallayout> | 309 | </literallayout> |
| 309 | <itemizedlist> | 310 | <itemizedlist> |
| 310 | <listitem><para><filename>gcc</filename>: | 311 | <listitem><para><filename>gcc</filename>: |
| @@ -608,13 +609,13 @@ | |||
| 608 | make some dependency and hash information available to the build. | 609 | make some dependency and hash information available to the build. |
| 609 | This information includes: | 610 | This information includes: |
| 610 | <itemizedlist> | 611 | <itemizedlist> |
| 611 | <listitem><para><filename>BB_BASEHASH_task-<taskname></filename>: | 612 | <listitem><para><filename>BB_BASEHASH_task-</filename><replaceable>taskname</replaceable>: |
| 612 | The base hashes for each task in the recipe. | 613 | The base hashes for each task in the recipe. |
| 613 | </para></listitem> | 614 | </para></listitem> |
| 614 | <listitem><para><filename>BB_BASEHASH_<filename:taskname></filename>: | 615 | <listitem><para><filename>BB_BASEHASH_</filename><replaceable>filename</replaceable><filename>:</filename><replaceable>taskname</replaceable>: |
| 615 | The base hashes for each dependent task. | 616 | The base hashes for each dependent task. |
| 616 | </para></listitem> | 617 | </para></listitem> |
| 617 | <listitem><para><filename>BBHASHDEPS_<filename:taskname></filename>: | 618 | <listitem><para><filename>BBHASHDEPS_</filename><replaceable>filename</replaceable><filename>:</filename><replaceable>taskname</replaceable>: |
| 618 | The task dependencies for each task. | 619 | The task dependencies for each task. |
| 619 | </para></listitem> | 620 | </para></listitem> |
| 620 | <listitem><para><filename>BB_TASKHASH</filename>: | 621 | <listitem><para><filename>BB_TASKHASH</filename>: |
