diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-09 12:27:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:09 +0100 |
commit | c847ddc104a7f067b9dffde8e8c3c78d721955a5 (patch) | |
tree | db5e06bb90c32214bff343a6a41dd077bf992af7 /documentation/sdk-manual/sdk-using.xml | |
parent | 04903344696c407a4e58706b1794141a3f84271e (diff) | |
download | poky-c847ddc104a7f067b9dffde8e8c3c78d721955a5.tar.gz |
sdk-manual: Updated SDK installation script naming explanation.
Updated the various fields for what goes into the name of one
of these *.sh files pulled from the download sites.
(From yocto-docs rev: 4b326ae834d50607062c2f29c27fccd496489eb6)
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.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index bc16ad99fd..ddf9ef6853 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml | |||
@@ -86,14 +86,15 @@ | |||
86 | 86 | ||
87 | i686 or x86_64. | 87 | i686 or x86_64. |
88 | 88 | ||
89 | <replaceable>image_type</replaceable> is the image for which the SDK was built. | 89 | <replaceable>image_type</replaceable> is the image for which the SDK was built: |
90 | |||
91 | core-image-minimal or core-image-sato. | ||
90 | 92 | ||
91 | <replaceable>arch</replaceable> is a string representing the tuned target architecture: | 93 | <replaceable>arch</replaceable> is a string representing the tuned target architecture: |
92 | 94 | ||
93 | i586, x86_64, powerpc, mips, armv7a or armv5te | 95 | aarch64, armv5e, core2-64, coretexah8f-neon, i586, mips32r2, mips64, or ppc7400. |
94 | 96 | ||
95 | <replaceable>release_version</replaceable> is a string representing the release number of the | 97 | <replaceable>release_version</replaceable> is a string representing the release number of the Yocto Project: |
96 | Yocto Project: | ||
97 | 98 | ||
98 | &DISTRO;, &DISTRO;+snapshot | 99 | &DISTRO;, &DISTRO;+snapshot |
99 | </literallayout> | 100 | </literallayout> |