diff options
| -rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index ef97c5731e..2acd7f4a97 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml | |||
| @@ -151,22 +151,22 @@ | |||
| 151 | Compiler Options. | 151 | Compiler Options. |
| 152 | <itemizedlist> | 152 | <itemizedlist> |
| 153 | <listitem><para><emphasis>SDK Root Mode</emphasis> – Select this mode | 153 | <listitem><para><emphasis>SDK Root Mode</emphasis> – Select this mode |
| 154 | when you are not concerned with building an image or you do not have | 154 | when you are not concerned with building a target image or you do not have |
| 155 | a Poky build tree on your system. | 155 | a Yocto Project build tree on your development system. |
| 156 | For example, suppose you are an application developer and do not | 156 | For example, suppose you are an application developer and do not |
| 157 | need to build an image. | 157 | need to build a target image. |
| 158 | You just want to use an architecture-specific toolchain on an | 158 | Instead, you just want to use an architecture-specific toolchain on an |
| 159 | existing kernel and root filesystem. | 159 | existing kernel and target root filesystem. |
| 160 | When you use SDK Root Mode you are using the toolchain installed | 160 | When you use SDK Root Mode you are using the toolchain installed |
| 161 | in the <filename>/opt/poky</filename> directory.</para></listitem> | 161 | in the <filename>/opt/poky</filename> directory.</para></listitem> |
| 162 | <listitem><para><emphasis>Poky Tree Mode</emphasis> – Select this mode | 162 | <listitem><para><emphasis>Poky Tree Mode</emphasis> – Select this mode |
| 163 | if you are concerned with building images for hardware or your | 163 | if you are building images for target hardware or your |
| 164 | development environment already has a build tree. | 164 | development environment already has a Yocto Project build tree. |
| 165 | In this case you likely already have a Poky build tree installed on | 165 | In this case you likely already have a Yocto Project build tree installed on |
| 166 | your system or you (or someone else) will be building one. | 166 | your system or you (or someone else) will be building one. |
| 167 | When you use the Poky Tree Mode you are using the toolchain bundled | 167 | When you use the Poky Tree Mode you are using the toolchain bundled |
| 168 | inside the Poky build tree. | 168 | inside the Yocto Project build tree. |
| 169 | If you use this mode you must also supply the Poky Root Location | 169 | If you use this mode you must also supply the Yocto Project build directory |
| 170 | in the Preferences Dialog.</para></listitem> | 170 | in the Preferences Dialog.</para></listitem> |
| 171 | </itemizedlist> | 171 | </itemizedlist> |
| 172 | </para> | 172 | </para> |
