From a992a31803f31d756f2ea01142b7241e14db7ddc Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Tue, 20 Jun 2017 16:22:41 -0700 Subject: ref-manual: uClibc Replaced by musl from Yocto 2.2 (From yocto-docs rev: e131c26ee1ab268679f7762dbe26760bd859e0e5) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'documentation') 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 @@ is normally the same as the TARGET_OS. The variable can be set to "linux" for glibc-based systems and - to "linux-uclibc" for uclibc. + to "linux-musl" for musl. For ARM/EABI targets, there are also "linux-gnueabi" and - "linux-uclibc-gnueabi" values possible. + "linux-musleabi" values possible. @@ -13770,9 +13770,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies the target's operating system. The variable can be set to "linux" for glibc-based systems and - to "linux-uclibc" for uclibc. + to "linux-musl" for musl. For ARM/EABI targets, there are also "linux-gnueabi" and - "linux-uclibc-gnueabi" values possible. + "linux-musleabi" values possible. @@ -13901,7 +13901,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TCLIBC - 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'." @@ -13913,7 +13913,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - You can select "glibc" or "uclibc". + You can select "glibc" or "musl". @@ -13952,7 +13952,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TCLIBC, which controls the variant of the GNU standard C library (libc) used during the build process: - glibc or uclibc. + glibc or musl. -- cgit v1.2.3-54-g00ecf