summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
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>