diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-04 10:47:40 -0500 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-05-06 17:44:18 -0700 |
| commit | 32d330889ffbc896901919b205af0d543e0df367 (patch) | |
| tree | 3a810ed32e2823464a644a00f0918c97070ef1cd | |
| parent | a6620f2fcf05b90d854c9c22e77dbf839055a9f3 (diff) | |
| download | poky-32d330889ffbc896901919b205af0d543e0df367.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>
| -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 | ||
