summaryrefslogtreecommitdiffstats
path: root/handbook
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-04-28 13:59:36 +0100
committerJoshua Lock <josh@linux.intel.com>2010-04-28 16:47:14 +0100
commit6458da896fffe33ab5db8cc2606e8225e16b0f36 (patch)
tree340e8d6ec9c0ed64eb422ab8ffda18815b3ae474 /handbook
parent29813a43b5c50bab571c3b593460c78aab65eac4 (diff)
downloadpoky-6458da896fffe33ab5db8cc2606e8225e16b0f36.tar.gz
Fix references to CROSS_DIR now that it has been removed
CROSS_DIR is no longer removed so fix up classes, packages and documentation which refer to it. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'handbook')
-rw-r--r--handbook/development.xml2
-rw-r--r--handbook/ref-structure.xml9
2 files changed, 1 insertions, 10 deletions
diff --git a/handbook/development.xml b/handbook/development.xml
index 346bb85bf5..e6fb826d33 100644
--- a/handbook/development.xml
+++ b/handbook/development.xml
@@ -499,7 +499,7 @@ $ bitbake matchbox-desktop -c devshell
499 the gdb-cross package so for example you would run: 499 the gdb-cross package so for example you would run:
500 <programlisting>bitbake gdb-cross</programlisting> 500 <programlisting>bitbake gdb-cross</programlisting>
501 Once built, the cross gdb binary can be found at 501 Once built, the cross gdb binary can be found at
502 <programlisting>tmp/cross/bin/&lt;target-abi&gt;-gdb </programlisting> 502 <programlisting>tmp/sysroots/&lt;host-arch&lt;/usr/bin/&lt;target-abi&gt;-gdb </programlisting>
503 </para> 503 </para>
504 504
505 </section> 505 </section>
diff --git a/handbook/ref-structure.xml b/handbook/ref-structure.xml
index c80097ee18..3cc7295b7e 100644
--- a/handbook/ref-structure.xml
+++ b/handbook/ref-structure.xml
@@ -166,15 +166,6 @@
166 </para> 166 </para>
167 </section> 167 </section>
168 168
169 <section id='structure-build-tmp-cross'>
170 <title><filename class="directory">build/tmp/cross/</filename></title>
171
172 <para>
173 The cross compiler when generated is placed into this directory and those
174 beneath it.
175 </para>
176 </section>
177
178 <section id='structure-build-tmp-deploy'> 169 <section id='structure-build-tmp-deploy'>
179 <title><filename class="directory">build/tmp/deploy/</filename></title> 170 <title><filename class="directory">build/tmp/deploy/</filename></title>
180 171