diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-04 10:47:40 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-06 08:01:16 -0700 |
commit | 108990f9a2e4fdc94897f9d22fc4b4833ed5c1a1 (patch) | |
tree | 35b013488881ff18608baf0d5d79a0b772478736 /documentation/poky-ref-manual/development.xml | |
parent | a771ef780560a613c1033eaf2745b6ede34d53c9 (diff) | |
download | 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/development.xml')
-rw-r--r-- | 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 e63511ba14..5479854d8b 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml | |||
@@ -719,7 +719,7 @@ | |||
719 | </literallayout> | 719 | </literallayout> |
720 | Once the binary is built you can find it here: | 720 | Once the binary is built you can find it here: |
721 | <programlisting> | 721 | <programlisting> |
722 | tmp/sysroots/<host-arch</usr/bin/<target-abi>-gdb | 722 | tmp/sysroots/<host-arch>/usr/bin/<target-abi>-gdb |
723 | </programlisting> | 723 | </programlisting> |
724 | </para> | 724 | </para> |
725 | 725 | ||