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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handbook/development.xml') diff --git a/handbook/development.xml b/handbook/development.xml index 346bb85bf..e6fb826d3 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 -- cgit v1.2.3