diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-obtain.xml | 36 |
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> |