From 0021456aad789711dff11135b48664f52bb08368 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 27 Sep 2011 06:36:55 -0700 Subject: [PATCH] documentation/poky-ref-manual/ref-variables.xml: update TCLIBC and POKYLIBC Changed the description of POKYLIBC to note the variable is not supported and provided a link to TCLIBC. I added the entry for TCLIBC, which was missing. (From yocto-docs rev: d76a1ddb79577a3e121df3d590fb601b5e5fbb98) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../poky-ref-manual/ref-variables.xml | 28 +++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 2127455ed1..d224ed9978 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -850,17 +850,17 @@ POKYLIBC - The libc implementation selector. - You can select eglibc or uclibc. - This release of the Yocto Project does not support the - glibc implementation of libc. + + This variable is no longer supported and has been replaced by the + TCLIBC variable. POKYMODE - This variable is no longer supported and has been replaced by the + + This variable is no longer supported and has been replaced by the TCMODE variable. @@ -1123,6 +1123,24 @@ + TCLIBC + + + Specifies which variant of the GNU standard C library (libc) + to use during the build process. + This variable replaces POKYLIBC, which is no longer + supported. + + + You can select eglibc or uclibc. + + This release of the Yocto Project does not support the + glibc implementation of libc. + + + + + TCMODE