[yocto] [yocto-docs][PATCH] ref-manual: Replace uclibc to musl
Khem Raj
raj.khem at gmail.com
Sun Jun 11 21:00:40 PDT 2017
On Sun, Jun 11, 2017 at 6:03 PM, Changhyeok Bae
<changhyeok.bae at gmail.com> wrote:
> uClibc Replaced by musl from Yocto 2.2
>
> Signed-off-by: Changhyeok Bae <changhyeok.bae at gmail.com>
> ---
> documentation/ref-manual/ref-variables.xml | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
> index bd9e517..f284e6e 100644
> --- a/documentation/ref-manual/ref-variables.xml
> +++ b/documentation/ref-manual/ref-variables.xml
> @@ -5131,9 +5131,9 @@
> is normally the same as the
> <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>.
> The variable can be set to "linux" for <filename>glibc</filename>-based systems and
> - to "linux-uclibc" for <filename>uclibc</filename>.
> + to "linux-musl" for <filename>musl</filename>.
> For ARM/EABI targets, there are also "linux-gnueabi" and
> - "linux-uclibc-gnueabi" values possible.
> + "linux-musl-gnueabi" values possible.
> </para>
> </glossdef>
> </glossentry>
> @@ -14152,9 +14152,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
> <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
> Specifies the target's operating system.
> The variable can be set to "linux" for <filename>glibc</filename>-based systems and
> - to "linux-uclibc" for <filename>uclibc</filename>.
> + to "linux-musl" for <filename>musl</filename>.
> For ARM/EABI targets, there are also "linux-gnueabi" and
> - "linux-uclibc-gnueabi" values possible.
> + "linux-musl-gnueabi" values possible.
this should be linux-musleabi
> </para>
> </glossdef>
> </glossentry>
> @@ -14283,7 +14283,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
>
> <glossentry id='var-TCLIBC'><glossterm>TCLIBC</glossterm>
> <info>
> - TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'."
> + TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'musl'."
> </info>
> <glossdef>
> <para role="glossdeffirst">
> @@ -14295,7 +14295,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
> </para>
>
> <para>
> - You can select "glibc" or "uclibc".
> + You can select "glibc" or "musl".
> </para>
> </glossdef>
> </glossentry>
> @@ -14334,7 +14334,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
> <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>,
> which controls the variant of the GNU standard C library
> (<filename>libc</filename>) used during the build process:
> - <filename>glibc</filename> or <filename>uclibc</filename>.
> + <filename>glibc</filename> or <filename>musl</filename>.
> </para>
>
> <para>
> --
> 2.7.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
More information about the yocto
mailing list