summaryrefslogtreecommitdiffstats
path: root/documentation
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:11 +0100
commita3473f32a67ef821ee6370ea86807b5c6752b3c6 (patch)
tree825a4b0f770d0f38f16dc83398b65c0ef3d6daeb /documentation
parent24a833f40d837407baa4e8192f372d998a776b6c (diff)
downloadpoky-a3473f32a67ef821ee6370ea86807b5c6752b3c6.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: 8720b3ea9e7260f891db1be46fb756aba09d5f51) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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>