From 4025831e90f4d5c388924c7e95c3b26fbfc106c3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Sep 2011 11:02:36 -0700 Subject: documentation: scrubbed out 'glibc' and replaced with 'eglibc' Several manuals and areas were still referring to 'glibc' as the GNU version of the Unix statndrd C library. We do not support this any longer and now use 'eglibc' to build with. Notable changes were in the required packages area of the QS manual. I also added a bit in the reference guide saying how this release does not use 'glibc' to build with but rather 'eglibc'. (From yocto-docs rev: c2c58914996d747c510706d78ecfd8f41c5e694d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/extendpoky.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/poky-ref-manual/extendpoky.xml') diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index efbc52f7cb..ebd9804431 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml @@ -357,7 +357,7 @@ It is important to use the correct names of packages in the IMAGE_INSTALL variable. You must use the OpenEmbedded notation and not the Debian notation for the names - (e.g. glibc-dev instead of libc6-dev). + (e.g. eglibc-dev instead of libc6-dev). @@ -524,7 +524,7 @@ The information covers adding machines similar to those the Yocto Project already supports. Although well within the capabilities of the Yocto Project, adding a totally new architecture might require - changes to gcc/glibc and to the site information, which is + changes to gcc/eglibc and to the site information, which is beyond the scope of this manual. -- cgit v1.2.3-54-g00ecf