From: Scott Rifenbark Date: Fri, 19 Aug 2016 20:12:18 +0000 (-0700) Subject: sdk-manual: Added note to link to the wiki on building an SDK X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d1e6423bad76cfd71e353c9087fcd16d73d4c3c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sdk-manual: Added note to link to the wiki on building an SDK (From yocto-docs rev: 29704fa495a97279c5d4e29bee22f0aaa9e15cba) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml index 445bb4f66d5..16e49a0c77e 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. + +