From db874ed595fcfc7d7b078fb89a53d40747a32c72 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 21 Jan 2015 11:21:30 -0800 Subject: ref-manual, dev-manual, adt-manual, yocto-project-qs: scrub eglibc Scrubbed out the occurrences of eglibc and replaced them with glibc. Reported-by: Robert P. J. Day (From yocto-docs rev: 868ceda79b1c738349e512e523c850b24f9232ca) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/adt-manual') diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 7faf39b9e2..3810568730 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -276,7 +276,7 @@ target, go into the x86_64 folder and download the following installer: - poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh + poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh Build your own toolchain installer. For cases where you cannot use an installer @@ -296,7 +296,7 @@ The example assumes the toolchain installer is located in ~/Downloads/. - $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh + $ ~/Downloads/poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh The first thing the installer prompts you for is the directory into which you want to install the toolchain. @@ -656,10 +656,10 @@ IMAGE_INSTALL variable inside your local.conf file to install the appropriate library packages. - Following is an example using eglibc static + Following is an example using glibc static development libraries: - IMAGE_INSTALL_append = " eglibc-staticdev" + IMAGE_INSTALL_append = " glibc-staticdev" -- cgit v1.2.3-54-g00ecf