From 32d330889ffbc896901919b205af0d543e0df367 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Apr 2011 10:47:40 -0500 Subject: documentation/poky-ref-manual/development.xml: Corrected command syntax In section 5.2.2. (Building the Cross-GDB Package) there was a resulting directory listed where you could find the binary. The directory had a couple of variables for 'host-arch' and 'target-abi'. There was a mis-guided angle bracket wrapping the 'host-arch' variable. This was fixed. (From OE-Core rev: a4fbf5caabb9ded34885612ae093759c82d7d2cb) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/development.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index e63511ba14..5479854d8b 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml @@ -719,7 +719,7 @@ Once the binary is built you can find it here: -tmp/sysroots/<host-arch</usr/bin/<target-abi>-gdb +tmp/sysroots/<host-arch>/usr/bin/<target-abi>-gdb -- cgit v1.2.3-54-g00ecf