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:16:50 +0100
commita992a31803f31d756f2ea01142b7241e14db7ddc (patch)
tree43d0888d1b06b82e123ec53ab090b5e388c01b42 /documentation
parentb4cf48ecee9e2c0fd4aad96911aecd1b805cfa5a (diff)
downloadpoky-a992a31803f31d756f2ea01142b7241e14db7ddc.tar.gz
ref-manual: uClibc Replaced by musl from Yocto 2.2
(From yocto-docs rev: e131c26ee1ab268679f7762dbe26760bd859e0e5) 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 a696ee4e66..807e24251f 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4892,9 +4892,9 @@
4892 is normally the same as the 4892 is normally the same as the
4893 <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>. 4893 <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>.
4894 The variable can be set to "linux" for <filename>glibc</filename>-based systems and 4894 The variable can be set to "linux" for <filename>glibc</filename>-based systems and
4895 to "linux-uclibc" for <filename>uclibc</filename>. 4895 to "linux-musl" for <filename>musl</filename>.
4896 For ARM/EABI targets, there are also "linux-gnueabi" and 4896 For ARM/EABI targets, there are also "linux-gnueabi" and
4897 "linux-uclibc-gnueabi" values possible. 4897 "linux-musleabi" values possible.
4898 </para> 4898 </para>
4899 </glossdef> 4899 </glossdef>
4900 </glossentry> 4900 </glossentry>
@@ -13770,9 +13770,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13770<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 13770<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
13771 Specifies the target's operating system. 13771 Specifies the target's operating system.
13772 The variable can be set to "linux" for <filename>glibc</filename>-based systems and 13772 The variable can be set to "linux" for <filename>glibc</filename>-based systems and
13773 to "linux-uclibc" for <filename>uclibc</filename>. 13773 to "linux-musl" for <filename>musl</filename>.
13774 For ARM/EABI targets, there are also "linux-gnueabi" and 13774 For ARM/EABI targets, there are also "linux-gnueabi" and
13775 "linux-uclibc-gnueabi" values possible. 13775 "linux-musleabi" values possible.
13776 </para> 13776 </para>
13777 </glossdef> 13777 </glossdef>
13778 </glossentry> 13778 </glossentry>
@@ -13901,7 +13901,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13901 13901
13902 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm> 13902 <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm>
13903 <info> 13903 <info>
13904 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'." 13904 TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'musl'."
13905 </info> 13905 </info>
13906 <glossdef> 13906 <glossdef>
13907 <para role="glossdeffirst"> 13907 <para role="glossdeffirst">
@@ -13913,7 +13913,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13913 </para> 13913 </para>
13914 13914
13915 <para> 13915 <para>
13916 You can select "glibc" or "uclibc". 13916 You can select "glibc" or "musl".
13917 </para> 13917 </para>
13918 </glossdef> 13918 </glossdef>
13919 </glossentry> 13919 </glossentry>
@@ -13952,7 +13952,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13952 <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>, 13952 <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>,
13953 which controls the variant of the GNU standard C library 13953 which controls the variant of the GNU standard C library
13954 (<filename>libc</filename>) used during the build process: 13954 (<filename>libc</filename>) used during the build process:
13955 <filename>glibc</filename> or <filename>uclibc</filename>. 13955 <filename>glibc</filename> or <filename>musl</filename>.
13956 </para> 13956 </para>
13957 13957
13958 <para> 13958 <para>