diff options
Diffstat (limited to 'documentation/adt-manual/adt-prepare.xml')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 89ef09fb24..7faf39b9e2 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -183,20 +183,20 @@ | |||
183 | Please make sure you understand the security implications of doing this. | 183 | Please make sure you understand the security implications of doing this. |
184 | You might also have to modify your firewall settings to allow | 184 | You might also have to modify your firewall settings to allow |
185 | NFS booting to work.</note></para></listitem> | 185 | NFS booting to work.</note></para></listitem> |
186 | <listitem><para><filename>YOCTOADT_ROOTFS_<arch></filename>: The root | 186 | <listitem><para><filename>YOCTOADT_ROOTFS_</filename><replaceable>arch</replaceable>: The root |
187 | filesystem images you want to download from the | 187 | filesystem images you want to download from the |
188 | <filename>YOCTOADT_IPKG_REPO</filename> repository.</para></listitem> | 188 | <filename>YOCTOADT_IPKG_REPO</filename> repository.</para></listitem> |
189 | <listitem><para><filename>YOCTOADT_TARGET_SYSROOT_IMAGE_<arch></filename>: The | 189 | <listitem><para><filename>YOCTOADT_TARGET_SYSROOT_IMAGE_</filename><replaceable>arch</replaceable>: The |
190 | particular root filesystem used to extract and create the target sysroot. | 190 | particular root filesystem used to extract and create the target sysroot. |
191 | The value of this variable must have been specified with | 191 | The value of this variable must have been specified with |
192 | <filename>YOCTOADT_ROOTFS_<arch></filename>. | 192 | <filename>YOCTOADT_ROOTFS_</filename><replaceable>arch</replaceable>. |
193 | For example, if you downloaded both <filename>minimal</filename> and | 193 | For example, if you downloaded both <filename>minimal</filename> and |
194 | <filename>sato-sdk</filename> images by setting | 194 | <filename>sato-sdk</filename> images by setting |
195 | <filename>YOCTOADT_ROOTFS_<arch></filename> | 195 | <filename>YOCTOADT_ROOTFS_</filename><replaceable>arch</replaceable> |
196 | to "minimal sato-sdk", then <filename>YOCTOADT_ROOTFS_<arch></filename> | 196 | to "minimal sato-sdk", then <filename>YOCTOADT_ROOTFS_</filename><replaceable>arch</replaceable> |
197 | must be set to either "minimal" or "sato-sdk". | 197 | must be set to either "minimal" or "sato-sdk". |
198 | </para></listitem> | 198 | </para></listitem> |
199 | <listitem><para><filename>YOCTOADT_TARGET_SYSROOT_LOC_<arch></filename>: The | 199 | <listitem><para><filename>YOCTOADT_TARGET_SYSROOT_LOC_</filename><replaceable>arch</replaceable>: The |
200 | location on the development host where the target sysroot is created. | 200 | location on the development host where the target sysroot is created. |
201 | </para></listitem> | 201 | </para></listitem> |
202 | </itemizedlist> | 202 | </itemizedlist> |
@@ -212,7 +212,7 @@ | |||
212 | Once the installer begins to run, you are asked to enter the | 212 | Once the installer begins to run, you are asked to enter the |
213 | location for cross-toolchain installation. | 213 | location for cross-toolchain installation. |
214 | The default location is | 214 | The default location is |
215 | <filename>/opt/poky/<release></filename>. | 215 | <filename>/opt/poky/</filename><replaceable>release</replaceable>. |
216 | After either accepting the default location or selecting your | 216 | After either accepting the default location or selecting your |
217 | own location, you are prompted to run the installation script | 217 | own location, you are prompted to run the installation script |
218 | interactively or in silent mode. | 218 | interactively or in silent mode. |
@@ -230,7 +230,7 @@ | |||
230 | <filename>adt-installer</filename> directory according to your | 230 | <filename>adt-installer</filename> directory according to your |
231 | installer configurations, and the target sysroot located | 231 | installer configurations, and the target sysroot located |
232 | according to the | 232 | according to the |
233 | <filename>YOCTOADT_TARGET_SYSROOT_LOC_<arch></filename> | 233 | <filename>YOCTOADT_TARGET_SYSROOT_LOC_</filename><replaceable>arch</replaceable> |
234 | variable also in your configuration file. | 234 | variable also in your configuration file. |
235 | </para> | 235 | </para> |
236 | </section> | 236 | </section> |
@@ -593,7 +593,7 @@ | |||
593 | section. | 593 | section. |
594 | </para></listitem> | 594 | </para></listitem> |
595 | <listitem><para> | 595 | <listitem><para> |
596 | Use <filename>bitbake <image> -c populate_sdk</filename>. | 596 | Use <filename>bitbake</filename> <replaceable>image</replaceable> <filename>-c populate_sdk</filename>. |
597 | This method has significant advantages over the previous method | 597 | This method has significant advantages over the previous method |
598 | because it results in a toolchain installer that contains the | 598 | because it results in a toolchain installer that contains the |
599 | sysroot that matches your target root filesystem. | 599 | sysroot that matches your target root filesystem. |