mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
sdk-manual: Edits to "Running the SDK Environment Setup Script"
Minor edits to this section. (From yocto-docs rev: 40217ebcbae17f39cc8eca17f309068f4d055c23) 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
7544fbc608
commit
38af2da157
@@ -171,12 +171,11 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Once you have the SDK installed, you must run the SDK environment
|
Once you have the SDK installed, you must run the SDK environment
|
||||||
setup script before you can actually use it.
|
setup script before you can actually use the SDK.
|
||||||
This setup script resides in the directory you chose when you
|
This setup script resides in the directory you chose when you
|
||||||
installed the SDK.
|
installed the SDK, which is either the default
|
||||||
For information on where this setup script can reside, see the
|
<filename>/opt/poky/&DISTRO;</filename> directory or the directory
|
||||||
"<link linkend='sdk-appendix-obtain'>Obtaining the SDK</link>"
|
you chose during installation.
|
||||||
Appendix.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@@ -185,9 +184,11 @@
|
|||||||
Environment setup scripts begin with the string
|
Environment setup scripts begin with the string
|
||||||
"<filename>environment-setup</filename>" and include as part of
|
"<filename>environment-setup</filename>" and include as part of
|
||||||
their name the tuned target architecture.
|
their name the tuned target architecture.
|
||||||
For example, the command to source a setup script for an IA-based
|
As an example, the following commands set the working directory
|
||||||
target machine using i586 tuning and located in the default SDK
|
to where the SDK was installed and then source the environment
|
||||||
installation directory is as follows:
|
setup script.
|
||||||
|
In this example, the setup script is for an IA-based
|
||||||
|
target machine using i586 tuning:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
|
$ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
|
||||||
</literallayout>
|
</literallayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user