summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-04-04 10:47:40 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-06 08:01:16 -0700
commit108990f9a2e4fdc94897f9d22fc4b4833ed5c1a1 (patch)
tree35b013488881ff18608baf0d5d79a0b772478736 /documentation/poky-ref-manual
parenta771ef780560a613c1033eaf2745b6ede34d53c9 (diff)
downloadast2050-yocto-poky-108990f9a2e4fdc94897f9d22fc4b4833ed5c1a1.zip
ast2050-yocto-poky-108990f9a2e4fdc94897f9d22fc4b4833ed5c1a1.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/development.xml2
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/&lt;host-arch&lt;/usr/bin/&lt;target-abi&gt;-gdb
+tmp/sysroots/&lt;host-arch&gt;/usr/bin/&lt;target-abi&gt;-gdb
</programlisting>
</para>
OpenPOWER on IntegriCloud