diff options
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/development.xml | 2 | ||||
-rw-r--r-- | handbook/ref-structure.xml | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/handbook/development.xml b/handbook/development.xml index 346bb85bf..e6fb826d3 100644 --- a/handbook/development.xml +++ b/handbook/development.xml @@ -499,7 +499,7 @@ $ bitbake matchbox-desktop -c devshell the gdb-cross package so for example you would run: <programlisting>bitbake gdb-cross</programlisting> Once built, the cross gdb binary can be found at - <programlisting>tmp/cross/bin/<target-abi>-gdb </programlisting> + <programlisting>tmp/sysroots/<host-arch</usr/bin/<target-abi>-gdb </programlisting> </para> </section> diff --git a/handbook/ref-structure.xml b/handbook/ref-structure.xml index c80097ee1..3cc7295b7 100644 --- a/handbook/ref-structure.xml +++ b/handbook/ref-structure.xml @@ -166,15 +166,6 @@ </para> </section> - <section id='structure-build-tmp-cross'> - <title><filename class="directory">build/tmp/cross/</filename></title> - - <para> - The cross compiler when generated is placed into this directory and those - beneath it. - </para> - </section> - <section id='structure-build-tmp-deploy'> <title><filename class="directory">build/tmp/deploy/</filename></title> |