summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
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/yocto-project-qs
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/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 40044db66f..49f2dd89e6 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -214,7 +214,7 @@
214 $ sudo yum install python m4 make wget curl ftp hg tar bzip2 gzip \ 214 $ sudo yum install python m4 make wget curl ftp hg tar bzip2 gzip \
215 unzip python-psyco perl texinfo texi2html diffstat openjade \ 215 unzip python-psyco perl texinfo texi2html diffstat openjade \
216 docbook-style-dsssl sed docbook-style-xsl docbook-dtds \ 216 docbook-style-dsssl sed docbook-style-xsl docbook-dtds \
217 docbook-utils sed bc glibc-devel ccache pcre pcre-devel quilt \ 217 docbook-utils sed bc eglibc-devel ccache pcre pcre-devel quilt \
218 groff linuxdoc-tools patch linuxdoc-tools cmake help2man \ 218 groff linuxdoc-tools patch linuxdoc-tools cmake help2man \
219 perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ 219 perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \
220 SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ 220 SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \