aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-using.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-03-22 09:49:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:10 +0000
commit54050ffceb96b8ad8c089f6612e094a367a4edc8 (patch)
treeba5d514d845fd8d88324a9118a648d4c753c0cf6 /documentation/sdk-manual/sdk-using.xml
parent6db8cbcbadd0019fa5d879c6cc727a2819341b07 (diff)
downloadopenembedded-core-contrib-54050ffceb96b8ad8c089f6612e094a367a4edc8.tar.gz
sdk-manual: Applied 2nd round of review edits.
(From yocto-docs rev: 046b8ed69e0c6403f455e2ec8a0ccc30aea894de) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-using.xml')
-rw-r--r--documentation/sdk-manual/sdk-using.xml19
1 files changed, 4 insertions, 15 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml
index 10089ca3ae..6ddcb45fcf 100644
--- a/documentation/sdk-manual/sdk-using.xml
+++ b/documentation/sdk-manual/sdk-using.xml
@@ -38,12 +38,6 @@
You can see the directory structure in the
"<link linkend='sdk-installed-standard-sdk-directory-structure'>Installed Standard SDK Directory Structure</link>"
section.
- <note>
- You can also find information on how the Yocto Project
- OpenEmbedded build system creates an SDK image by looking at the
- "<ulink url='&YOCTO_DOCS_REF_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>"
- section in the Yocto Project Reference Manual.
- </note>
</para>
</section>
@@ -84,12 +78,7 @@
i686 or x86_64.
- <replaceable>image_type</replaceable> is a string representing the image you wish to
- develop a SDK for use against. The Yocto Project builds
- installers for standard SDKs using the following BitBake
- command:
-
- bitbake core-image-sato -c populate_sdk
+ <replaceable>image_type</replaceable> is the image for which the SDK was built.
<replaceable>arch</replaceable> is a string representing the tuned target architecture:
@@ -116,11 +105,11 @@
installation directory.
<note>
You must change the permissions on the toolchain
- installer script so that it is executable.
- Here is an example:
+ installer script so that it is executable:
<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-2.1.sh
</literallayout>
+ This example makes the installation script executable.
</note>
</para>