summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.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-variables.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-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 0105222010..da1c079777 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -328,7 +328,7 @@
328 328
329 <glossentry id='var-ENABLE_BINARY_LOCALE_GENERATION'><glossterm>ENABLE_BINARY_LOCALE_GENERATION</glossterm> 329 <glossentry id='var-ENABLE_BINARY_LOCALE_GENERATION'><glossterm>ENABLE_BINARY_LOCALE_GENERATION</glossterm>
330 <glossdef> 330 <glossdef>
331 <para>Variable that controls which locales for <filename>glibc</filename> are 331 <para>Variable that controls which locales for <filename>eglibc</filename> are
332 to be generated during the build (useful if the target device has 64Mbytes 332 to be generated during the build (useful if the target device has 64Mbytes
333 of RAM or less).</para> 333 of RAM or less).</para>
334 </glossdef> 334 </glossdef>
@@ -847,8 +847,10 @@
847 <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm> 847 <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm>
848 <glossdef> 848 <glossdef>
849 <para>The <filename>libc</filename> implementation selector. 849 <para>The <filename>libc</filename> implementation selector.
850 You can select <filename>glibc</filename>, <filename>eglibc</filename>, 850 You can select <filename>eglibc</filename> or <filename>uclibc</filename>.
851 or <filename>uclibc</filename>.</para> 851 <note>This release of the Yocto Project does not support the
852 <filename>glibc</filename> implementation of <filename>libc</filename>.</note>
853 </para>
852 </glossdef> 854 </glossdef>
853 </glossentry> 855 </glossentry>
854 856
@@ -1094,8 +1096,8 @@
1094 <glossentry id='var-TARGET_OS'><glossterm>TARGET_OS</glossterm> 1096 <glossentry id='var-TARGET_OS'><glossterm>TARGET_OS</glossterm>
1095 <glossdef> 1097 <glossdef>
1096 <para>Specifies the target's operating system. 1098 <para>Specifies the target's operating system.
1097 The variable can be set to "linux" for <filename>glibc</filename>-based systems and 1099 The variable can be set to "linux" for <filename>eglibc</filename>-based systems and
1098 "linux-uclibc" for <filename>uClibc</filename>. 1100 to "linux-uclibc" for <filename>uclibc</filename>.
1099 For ARM/EABI targets, there are also "linux-gnueabi" and 1101 For ARM/EABI targets, there are also "linux-gnueabi" and
1100 "linux-uclibc-gnueabi" values possible.</para> 1102 "linux-uclibc-gnueabi" values possible.</para>
1101 </glossdef> 1103 </glossdef>