mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
sdk-manual: Updates to section on obtaining the SDK
Updated the example to more current information. (From yocto-docs rev: 6c37cc5231ae560762c5bc8234331d53ebe7b69d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
40abca6f9a
commit
90f7edb32a
@@ -277,6 +277,9 @@
|
|||||||
<para>The pre-built root filesystem image files
|
<para>The pre-built root filesystem image files
|
||||||
follow these naming conventions:
|
follow these naming conventions:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
|
<!--
|
||||||
|
core-image-<replaceable>profile</replaceable>-<replaceable>arch</replaceable>-<replaceable>date_time</replaceable>.rootfs.tar.bz2
|
||||||
|
-->
|
||||||
core-image-<replaceable>profile</replaceable>-<replaceable>arch</replaceable>.tar.bz2
|
core-image-<replaceable>profile</replaceable>-<replaceable>arch</replaceable>.tar.bz2
|
||||||
|
|
||||||
Where:
|
Where:
|
||||||
@@ -287,9 +290,12 @@
|
|||||||
"Images" chapter in the Yocto Project Reference Manual.
|
"Images" chapter in the Yocto Project Reference Manual.
|
||||||
|
|
||||||
<replaceable>arch</replaceable> is a string representing the target architecture:
|
<replaceable>arch</replaceable> is a string representing the target architecture:
|
||||||
beaglebone, edgerouter, genericx86, genericx86-64, mpc8315e-rdb,
|
beaglebone, edgerouter, genericx86, genericx86-64, mpc8315e-rdb,
|
||||||
qemuarm, qemuarm64, qemumips, qemumips64, qemuppc, qemux86, or
|
and several versions for qemu*.
|
||||||
qemux86-64.
|
|
||||||
|
<!-->
|
||||||
|
<replaceable>date_time</replaceable> is a date and time stamp.
|
||||||
|
-->
|
||||||
|
|
||||||
</literallayout>
|
</literallayout>
|
||||||
The root filesystems provided by the Yocto Project are based
|
The root filesystems provided by the Yocto Project are based
|
||||||
@@ -302,7 +308,7 @@
|
|||||||
<filename>core-image-minimal</filename> image, you need
|
<filename>core-image-minimal</filename> image, you need
|
||||||
to download the following root filesystem image file:
|
to download the following root filesystem image file:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
core-image-minimal-beaglebone.tar.bz2
|
core-image-minimal-beaglebone-yocto.tar.bz2
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
@@ -315,8 +321,8 @@
|
|||||||
which you installed the toolchain (e.g.
|
which you installed the toolchain (e.g.
|
||||||
<filename>poky_sdk</filename>).</para>
|
<filename>poky_sdk</filename>).</para>
|
||||||
|
|
||||||
<para>Following is an example for the Core2 64-bit
|
<para>Following is an example for the BeagleBone Board
|
||||||
architecture:
|
previously shown:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ source ~/poky_sdk/environment-setup-core2-64-poky-linux
|
$ source ~/poky_sdk/environment-setup-core2-64-poky-linux
|
||||||
</literallayout>
|
</literallayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user