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 @@ When the bitbake command completes, the toolchain installer will be in tmp/deploy/sdk in the Build Directory. - - By default, this toolchain does not build static binaries. - If you want to use the toolchain to build these types of libraries, - you need to be sure your image has the appropriate static - development libraries. - Use the - IMAGE_INSTALL - variable inside your local.conf file to - install the appropriate library packages. - Following is an example using glibc static - development libraries: - + Notes + + + By default, this toolchain does not build static binaries. + If you want to use the toolchain to build these types of + libraries, you need to be sure your image has the + appropriate static development libraries. + Use the + IMAGE_INSTALL + variable inside your local.conf file + to install the appropriate library packages. + Following is an example using glibc + static development libraries: + IMAGE_INSTALL_append = " glibc-staticdev" - + + + + For additional information on building the installer, + see the + Cookbook guide to Making an Eclipse Debug Capable Image + wiki page. + +