summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-classes.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 13:46:37 +0100
commit9d66278f9c14d04ce2b0092e4476cead4e1e85cc (patch)
tree9704d101f5194e32b5c727032bbf54c4a5818ebe /documentation/poky-ref-manual/ref-classes.xml
parent87566447aa0000cb9213234d1bc6be0eab7a1d2f (diff)
downloadpoky-9d66278f9c14d04ce2b0092e4476cead4e1e85cc.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/ref-classes.xml')
-rw-r--r--documentation/poky-ref-manual/ref-classes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml
index e4b2fc57a4..1532ccc917 100644
--- a/documentation/poky-ref-manual/ref-classes.xml
+++ b/documentation/poky-ref-manual/ref-classes.xml
@@ -152,8 +152,8 @@
152 152
153 <para> 153 <para>
154 This class renames packages so that they follow the Debian naming 154 This class renames packages so that they follow the Debian naming
155 policy (i.e. <filename>glibc</filename> becomes <filename>libc6</filename> 155 policy (i.e. <filename>eglibc</filename> becomes <filename>libc6</filename>
156 and <filename>glibc-devel</filename> becomes <filename>libc6-dev</filename>. 156 and <filename>eglibc-devel</filename> becomes <filename>libc6-dev</filename>.
157 </para> 157 </para>
158</section> 158</section>
159 159
@@ -403,7 +403,7 @@
403 still make the correct values available. 403 still make the correct values available.
404 The <filename><link linkend='structure-meta-site'>meta/site directory</link></filename> 404 The <filename><link linkend='structure-meta-site'>meta/site directory</link></filename>
405 contains test results sorted into different categories such as architecture, endianness, and 405 contains test results sorted into different categories such as architecture, endianness, and
406 the libc used. 406 the <filename>libc</filename> used.
407 Site information provides a list of files containing data relevant to 407 Site information provides a list of files containing data relevant to
408 the current build in the 408 the current build in the
409 <filename><link linkend='var-CONFIG_SITE'>CONFIG_SITE</link></filename> variable 409 <filename><link linkend='var-CONFIG_SITE'>CONFIG_SITE</link></filename> variable