diff options
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-obtain.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml index 3528c00585..242dff4f76 100644 --- a/documentation/sdk-manual/sdk-appendix-obtain.xml +++ b/documentation/sdk-manual/sdk-appendix-obtain.xml | |||
@@ -277,6 +277,9 @@ | |||
277 | <para>The pre-built root filesystem image files | 277 | <para>The pre-built root filesystem image files |
278 | follow these naming conventions: | 278 | follow these naming conventions: |
279 | <literallayout class='monospaced'> | 279 | <literallayout class='monospaced'> |
280 | <!-- | ||
281 | core-image-<replaceable>profile</replaceable>-<replaceable>arch</replaceable>-<replaceable>date_time</replaceable>.rootfs.tar.bz2 | ||
282 | --> | ||
280 | core-image-<replaceable>profile</replaceable>-<replaceable>arch</replaceable>.tar.bz2 | 283 | core-image-<replaceable>profile</replaceable>-<replaceable>arch</replaceable>.tar.bz2 |
281 | 284 | ||
282 | Where: | 285 | Where: |
@@ -287,9 +290,12 @@ | |||
287 | "Images" chapter in the Yocto Project Reference Manual. | 290 | "Images" chapter in the Yocto Project Reference Manual. |
288 | 291 | ||
289 | <replaceable>arch</replaceable> is a string representing the target architecture: | 292 | <replaceable>arch</replaceable> is a string representing the target architecture: |
290 | beaglebone, edgerouter, genericx86, genericx86-64, mpc8315e-rdb, | 293 | beaglebone, edgerouter, genericx86, genericx86-64, mpc8315e-rdb, |
291 | qemuarm, qemuarm64, qemumips, qemumips64, qemuppc, qemux86, or | 294 | and several versions for qemu*. |
292 | qemux86-64. | 295 | |
296 | <!--> | ||
297 | <replaceable>date_time</replaceable> is a date and time stamp. | ||
298 | --> | ||
293 | 299 | ||
294 | </literallayout> | 300 | </literallayout> |
295 | The root filesystems provided by the Yocto Project are based | 301 | The root filesystems provided by the Yocto Project are based |
@@ -302,7 +308,7 @@ | |||
302 | <filename>core-image-minimal</filename> image, you need | 308 | <filename>core-image-minimal</filename> image, you need |
303 | to download the following root filesystem image file: | 309 | to download the following root filesystem image file: |
304 | <literallayout class='monospaced'> | 310 | <literallayout class='monospaced'> |
305 | core-image-minimal-beaglebone.tar.bz2 | 311 | core-image-minimal-beaglebone-yocto.tar.bz2 |
306 | </literallayout> | 312 | </literallayout> |
307 | </para></listitem> | 313 | </para></listitem> |
308 | <listitem><para> | 314 | <listitem><para> |
@@ -315,8 +321,8 @@ | |||
315 | which you installed the toolchain (e.g. | 321 | which you installed the toolchain (e.g. |
316 | <filename>poky_sdk</filename>).</para> | 322 | <filename>poky_sdk</filename>).</para> |
317 | 323 | ||
318 | <para>Following is an example for the Core2 64-bit | 324 | <para>Following is an example for the BeagleBone Board |
319 | architecture: | 325 | previously shown: |
320 | <literallayout class='monospaced'> | 326 | <literallayout class='monospaced'> |
321 | $ source ~/poky_sdk/environment-setup-core2-64-poky-linux | 327 | $ source ~/poky_sdk/environment-setup-core2-64-poky-linux |
322 | </literallayout> | 328 | </literallayout> |