[poky] [PATCH 03/16] documentation/poky-ref-manual/development.xml: Corrected command syntax
Scott Rifenbark
srifenbark at gmail.com
Tue Apr 5 06:32:50 PDT 2011
From: Scott Rifenbark <scott.m.rifenbark at intel.com>
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.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark at intel.com>
---
documentation/poky-ref-manual/development.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml
index e63511b..5479854 100644
--- a/documentation/poky-ref-manual/development.xml
+++ b/documentation/poky-ref-manual/development.xml
@@ -719,7 +719,7 @@
</literallayout>
Once the binary is built you can find it here:
<programlisting>
-tmp/sysroots/<host-arch</usr/bin/<target-abi>-gdb
+tmp/sysroots/<host-arch>/usr/bin/<target-abi>-gdb
</programlisting>
</para>
--
1.7.0.4
More information about the poky
mailing list