[yocto] [yocto-docs][PATCH v2] ref-manual: Replace uclibc to musl

Kristi Rifenbark kristi.rifenbark at gmail.com
Tue Jun 20 17:24:43 PDT 2017


Changhyeok,

Fix is backported to morty (2.2.2) -
http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/commit/?h=morty&id=e131c26ee1ab268679f7762dbe26760bd859e0e5

Fix is backported to pyro (2.3.1) -
http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/commit/?h=pyro&id=859549a1dbc0b63bc04310a121600ea622509256

Fix is the current master branch (2.4) -
http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/commit/?id=ed7e62f5937576d7878eb955fda12c18e787db18

If you want to see these changes in the manual see the published ref-manual
for 2.2.2, 2.3.1, and 2.4.

Thanks,
Kristi

On Tue, Jun 20, 2017 at 9:44 AM, Changhyeok Bae <changhyeok.bae at gmail.com>
wrote:

> Hi Scott, Kristi
>
> Could review my changes?
>
> Thanks
> Changhyeok
>
> 2017-06-12 14:52 GMT+09:00 Changhyeok Bae <changhyeok.bae at gmail.com>:
>
>> This patch should be merged in morty (2.2), pryo (2.3), and master branch.
>>
>> Thanks
>> Changhyeok
>>
>> 2017-06-12 13:07 GMT+09:00 Changhyeok Bae <changhyeok.bae at gmail.com>:
>>
>>> 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..0967e40 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'><filen
>>> ame>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-musleabi" 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-musleabi" values possible.
>>>                  </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
>>>
>>>
>>
>>
>> --
>> Thanks
>> Changhyeok
>>
>
>
>
> --
> Thanks
> Changhyeok
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170620/e854ee37/attachment.html>


More information about the yocto mailing list