summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-26 11:02:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 14:01:38 +0100
commit4025831e90f4d5c388924c7e95c3b26fbfc106c3 (patch)
tree462c11d02b65b2f99c970b2b48ab7981a354bfb6 /documentation/poky-ref-manual/usingpoky.xml
parent94c381f71bf6d3d01f90abea0a78e98417be1c3e (diff)
downloadpoky-4025831e90f4d5c388924c7e95c3b26fbfc106c3.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/usingpoky.xml')
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml5
1 files changed, 4 insertions, 1 deletions
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 @@
83 <para> 83 <para>
84 BitBake also tries to execute any dependent tasks first. 84 BitBake also tries to execute any dependent tasks first.
85 So for example, before building <filename>matchbox-desktop</filename>, BitBake 85 So for example, before building <filename>matchbox-desktop</filename>, BitBake
86 would build a cross compiler and <filename>glibc</filename> if they had not already 86 would build a cross compiler and <filename>eglibc</filename> if they had not already
87 been built. 87 been built.
88 <note>This release of the Yocto Project does not support the <filename>glibc</filename>
89 GNU version of the Unix standard C library. By default, the Yocto Project builds with
90 <filename>eglibc</filename>.</note>
88 </para> 91 </para>
89 92
90 <para> 93 <para>