summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-06-20 16:22:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:18:50 +0100
commit9074fb46bc2a6da92334df068dbcc8cf8efbb6dc (patch)
treeccf297d4ffdf9bf679564774372d62adceba0bcd /documentation
parent9f3cde2467503a9b8d815e63963f6827e8cde3e4 (diff)
downloadpoky-9074fb46bc2a6da92334df068dbcc8cf8efbb6dc.tar.gz
ref-manual: uClibc Replaced by musl from Yocto 2.2
(From yocto-docs rev: 859549a1dbc0b63bc04310a121600ea622509256) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index fbee742450..0f3842be18 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5131,9 +5131,9 @@
5131 is normally the same as the 5131 is normally the same as the
5132 <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>. 5132 <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>.
5133 The variable can be set to "linux" for <filename>glibc</filename>-based systems and 5133 The variable can be set to "linux" for <filename>glibc</filename>-based systems and
5134 to "linux-uclibc" for <filename>uclibc</filename>. 5134 to "linux-musl" for <filename>musl</filename>.
5135 For ARM/EABI targets, there are also "linux-gnueabi" and 5135 For ARM/EABI targets, there are also "linux-gnueabi" and
5136 "linux-uclibc-gnueabi" values possible. 5136 "linux-musleabi" values possible.
5137 </para> 5137 </para>
5138 </glossdef> 5138 </glossdef>
5139 </glossentry> 5139 </glossentry>
@@ -14153,9 +14153,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
14153<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 14153<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
14154 Specifies the target's operating system. 14154 Specifies the target's operating system.
14155 The variable can be set to "linux" for <filename>glibc</filename>-based systems and 14155 The variable can be set to "linux" for <filename>glibc</filename>-based systems and
14156 to "linux-uclibc" for <filename>uclibc</filename>. 14156 to "linux-musl" for <filename>musl</filename>.
14157 For ARM/EABI targets, there are also "linux-gnueabi" and 14157 For ARM/EABI targets, there are also "linux-gnueabi" and
14158 "linux-uclibc-gnueabi" values possible. 14158 "linux-musleabi" values possible.
14159 </para> 14159 </para>
14160 </glossdef> 14160 </glossdef>
14161 </glossentry> 14161 </glossentry>
@@ -14284,7 +14284,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
14284 14284
14285 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> 14285 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm>
14286 <info> 14286 <info>
14287 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'." 14287 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'musl'."
14288 </info> 14288 </info>
14289 <glossdef> 14289 <glossdef>
14290 <para role="glossdeffirst"> 14290 <para role="glossdeffirst">
@@ -14296,7 +14296,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
14296 </para> 14296 </para>
14297 14297
14298 <para> 14298 <para>
14299 You can select "glibc" or "uclibc". 14299 You can select "glibc" or "musl".
14300 </para> 14300 </para>
14301 </glossdef> 14301 </glossdef>
14302 </glossentry> 14302 </glossentry>
@@ -14335,7 +14335,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
14335 <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, 14335 <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>,
14336 which controls the variant of the GNU standard C library 14336 which controls the variant of the GNU standard C library
14337 (<filename>libc</filename>) used during the build process: 14337 (<filename>libc</filename>) used during the build process:
14338 <filename>glibc</filename> or <filename>uclibc</filename>. 14338 <filename>glibc</filename> or <filename>musl</filename>.
14339 </para> 14339 </para>
14340 14340
14341 <para> 14341 <para>