From 6458da896fffe33ab5db8cc2606e8225e16b0f36 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 28 Apr 2010 13:59:36 +0100 Subject: 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 --- handbook/development.xml | 2 +- handbook/ref-structure.xml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) (limited to 'handbook') 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 the gdb-cross package so for example you would run: bitbake gdb-cross Once built, the cross gdb binary can be found at - tmp/cross/bin/<target-abi>-gdb + tmp/sysroots/<host-arch</usr/bin/<target-abi>-gdb 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 @@ -
- <filename class="directory">build/tmp/cross/</filename> - - - The cross compiler when generated is placed into this directory and those - beneath it. - -
-
<filename class="directory">build/tmp/deploy/</filename> -- cgit 1.2.3-korg