]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/poky-ref-manual/development.xml: Corrected command syntax
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 4 Apr 2011 15:47:40 +0000 (10:47 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Apr 2011 14:59:54 +0000 (07:59 -0700)
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@intel.com>
documentation/poky-ref-manual/development.xml

index e63511ba1460f30436675e06d273b538f93cb2ee..5479854d8bba25a88f669554b8217754e96bbf6c 100644 (file)
                 </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>