mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
sdk-manual: Used &DISTRO; for some output release versions.
(From yocto-docs rev: 4dbcd9957366665028adf955951af6256e67c152) 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
4d5dc4a890
commit
99d43e6293
@@ -107,7 +107,7 @@
|
|||||||
You must change the permissions on the toolchain
|
You must change the permissions on the toolchain
|
||||||
installer script so that it is executable:
|
installer script so that it is executable:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ chmod +x poky-glibc-x86_64-core-image-sato-i586-toolchain-2.1.sh
|
$ chmod +x poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</note>
|
</note>
|
||||||
</para>
|
</para>
|
||||||
@@ -126,16 +126,16 @@
|
|||||||
run the installer again.
|
run the installer again.
|
||||||
</note>
|
</note>
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ ./poky-glibc-x86_64-core-image-sato-i586-toolchain-2.1.sh
|
$ ./poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
|
||||||
Poky (Yocto Project Reference Distro) SDK installer version 2.0
|
Poky (Yocto Project Reference Distro) SDK installer version 2.0
|
||||||
===============================================================
|
===============================================================
|
||||||
Enter target directory for SDK (default: /opt/poky/2.1):
|
Enter target directory for SDK (default: /opt/poky/&DISTRO;):
|
||||||
You are about to install the SDK to "/opt/poky/2.1". Proceed[Y/n]? Y
|
You are about to install the SDK to "/opt/poky/&DISTRO;". Proceed[Y/n]? Y
|
||||||
Extracting SDK.......................................................................done
|
Extracting SDK.......................................................................done
|
||||||
Setting it up...done
|
Setting it up...done
|
||||||
SDK has been successfully set up and is ready to be used.
|
SDK has been successfully set up and is ready to be used.
|
||||||
Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g.
|
Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g.
|
||||||
$ . /opt/poky/2.1/environment-setup-i586-poky-linux
|
$ . /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user