From 9d66278f9c14d04ce2b0092e4476cead4e1e85cc 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/usingpoky.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'documentation/poky-ref-manual/usingpoky.xml') diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index fa94b1d604..9da2e326b9 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml @@ -83,8 +83,11 @@ BitBake also tries to execute any dependent tasks first. So for example, before building matchbox-desktop, BitBake - would build a cross compiler and glibc if they had not already + would build a cross compiler and eglibc if they had not already been built. + This release of the Yocto Project does not support the glibc + GNU version of the Unix standard C library. By default, the Yocto Project builds with + eglibc. -- cgit v1.2.3-54-g00ecf