From 4d1e6423bad76cfd71e353c9087fcd16d73d4c3c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 19 Aug 2016 13:12:18 -0700 Subject: 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 --- documentation/sdk-manual/sdk-appendix-obtain.xml | 36 +++++++++++++++--------- 1 file changed, 23 insertions(+), 13 deletions(-) (limited to 'documentation/sdk-manual') 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. + + -- cgit v1.2.3-54-g00ecf