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/yocto-project-qs/yocto-project-qs.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/yocto-project-qs') diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f21558ebbd..4e260cc35d 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -627,7 +627,7 @@ - poky-eglibc-host_system-image_type-arch-toolchain-release_version.sh + poky-glibc-host_system-image_type-arch-toolchain-release_version.sh Where: host_system is a string representing your development system: @@ -656,7 +656,7 @@ development host system and a i586-tuned target architecture based off the SDK for core-image-sato: - poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh + poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh @@ -685,7 +685,7 @@ - $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh + $ ~/Downloads/poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh -- cgit 1.2.3-korg