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/dev-manual/dev-manual-common-tasks.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 26379a408f..8ce303c6d5 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1088,7 +1088,7 @@ IMAGE_INSTALL variable. You must use the OpenEmbedded notation and not the Debian notation for the names - (e.g. eglibc-dev instead of libc6-dev). + (e.g. glibc-dev instead of libc6-dev). @@ -3060,7 +3060,7 @@ Although well within the capabilities of the Yocto Project, adding a totally new architecture might require - changes to gcc/eglibc and to the site + changes to gcc/glibc and to the site information, which is beyond the scope of this manual. @@ -5943,10 +5943,10 @@ described here combined with experimentation and iteration. Here are a couple of areas to experiment with: - eglibc: + glibc: In general, follow this process: - Remove eglibc + Remove glibc features from DISTRO_FEATURES that you think you do not need. @@ -5960,7 +5960,7 @@ support wide character support as is done for ncurses. Or, if support for those characters is needed, - determine what eglibc + determine what glibc features provide the support and restore the configuration. @@ -5969,7 +5969,7 @@ busybox: For BusyBox, use a process similar as described for - eglibc. + glibc. A difference is you will need to boot the resulting system to see if you are able to do everything you expect from the running system. -- cgit v1.2.3-54-g00ecf