summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-08-19 13:12:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-25 23:09:28 +0100
commit4d1e6423bad76cfd71e353c9087fcd16d73d4c3c (patch)
tree25dff350857605ffc22664365890892a4203ca91 /documentation/sdk-manual
parent4bdd0cfffab42de88479e47716af77fc953bfc62 (diff)
downloadpoky-4d1e6423bad76cfd71e353c9087fcd16d73d4c3c.tar.gz
sdk-manual: Added note to link to the wiki on building an SDK
(From yocto-docs rev: 29704fa495a97279c5d4e29bee22f0aaa9e15cba) 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.xml36
1 files changed, 23 insertions, 13 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml
index 445bb4f66d..16e49a0c77 100644
--- a/documentation/sdk-manual/sdk-appendix-obtain.xml
+++ b/documentation/sdk-manual/sdk-appendix-obtain.xml
@@ -91,20 +91,30 @@
91 When the <filename>bitbake</filename> command completes, the toolchain 91 When the <filename>bitbake</filename> command completes, the toolchain
92 installer will be in 92 installer will be in
93 <filename>tmp/deploy/sdk</filename> in the Build Directory. 93 <filename>tmp/deploy/sdk</filename> in the Build Directory.
94 <note> 94 <note><title>Notes</title>
95 By default, this toolchain does not build static binaries. 95 <itemizedlist>
96 If you want to use the toolchain to build these types of libraries, 96 <listitem><para>
97 you need to be sure your image has the appropriate static 97 By default, this toolchain does not build static binaries.
98 development libraries. 98 If you want to use the toolchain to build these types of
99 Use the 99 libraries, you need to be sure your image has the
100 <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'><filename>IMAGE_INSTALL</filename></ulink> 100 appropriate static development libraries.
101 variable inside your <filename>local.conf</filename> file to 101 Use the
102 install the appropriate library packages. 102 <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'><filename>IMAGE_INSTALL</filename></ulink>
103 Following is an example using <filename>glibc</filename> static 103 variable inside your <filename>local.conf</filename> file
104 development libraries: 104 to install the appropriate library packages.
105 <literallayout class='monospaced'> 105 Following is an example using <filename>glibc</filename>
106 static development libraries:
107 <literallayout class='monospaced'>
106 IMAGE_INSTALL_append = " glibc-staticdev" 108 IMAGE_INSTALL_append = " glibc-staticdev"
107 </literallayout> 109 </literallayout>
110 </para></listitem>
111 <listitem><para>
112 For additional information on building the installer,
113 see the
114 <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>Cookbook guide to Making an Eclipse Debug Capable Image</ulink>
115 wiki page.
116 </para></listitem>
117 </itemizedlist>
108 </note> 118 </note>
109 </para> 119 </para>
110</section> 120</section>