summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-07-09 14:05:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:28:42 +0100
commitf6bf56a17e0c09db52c4c65228ba71518548bd52 (patch)
tree45174fbabd397f001a96c0774f225574912f2f9a /documentation/sdk-manual
parentbeb93fff65c1aa677d341c4531bf15ce46f04a69 (diff)
downloadpoky-f6bf56a17e0c09db52c4c65228ba71518548bd52.tar.gz
sdk-manual: Added note in step to set SDKMACHINE
The value of SDKMACHINE must match the architecture of the machine on which the SDK installer is being built if you are building an installer for an extensible SDK. I added a note to this effect. (From yocto-docs rev: ffdd9a9d00cccf270b5aa236279e6eeea0ff47ed) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-appendix-obtain.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml
index 242dff4f76..78203a093c 100644
--- a/documentation/sdk-manual/sdk-appendix-obtain.xml
+++ b/documentation/sdk-manual/sdk-appendix-obtain.xml
@@ -159,6 +159,20 @@
159 <ulink url='&YOCTO_DOCS_REF_URL;#var-SDKMACHINE'><filename>SDKMACHINE</filename></ulink> 159 <ulink url='&YOCTO_DOCS_REF_URL;#var-SDKMACHINE'><filename>SDKMACHINE</filename></ulink>
160 variable in the <filename>local.conf</filename> file in your 160 variable in the <filename>local.conf</filename> file in your
161 Build Directory is correctly set. 161 Build Directory is correctly set.
162 <note>
163 If you are building an SDK installer for the Extensible
164 SDK, the <filename>SDKMACHINE</filename> value must be
165 set for the architecture of the machine you are using to
166 build the installer.
167 If <filename>SDKMACHINE</filename> is not set appropriately,
168 the build fails and provides an error message similar to
169 the following:
170 <literallayout class='monospaced'>
171 The extensible SDK can currently only be built for the same architecture as the machine being built on - SDK_ARCH is
172 set to i686 (likely via setting SDKMACHINE) which is different from the architecture of the build machine (x86_64).
173 Unable to continue.
174 </literallayout>
175 </note>
162 </para></listitem> 176 </para></listitem>
163 <listitem><para> 177 <listitem><para>
164 <emphasis>Build the SDK Installer:</emphasis> 178 <emphasis>Build the SDK Installer:</emphasis>