summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml11
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 &lt;packagename&gt;</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-&lt;taskname&gt;</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_&lt;filename:taskname&gt;</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_&lt;filename:taskname&gt;</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>: