From b57adc55315f3fa84153e6243300669f1db5ea43 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 2 May 2018 08:35:11 -0700 Subject: ref-manual: Updated the TARGET_OS variable description Provided a more complete and clear description. (From yocto-docs rev: 65505debfb82536e7e2d4ff7e5bc14c6af1a7cf6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 89f0af7990..a3830d8861 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -14623,10 +14623,10 @@ 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-musl" for musl. - For ARM/EABI targets, there are also "linux-gnueabi" and - "linux-musleabi" values possible. + The variable can be set to "linux" for glibc-based systems + (GNU C Library) and to "linux-musl" for musl libc. + For ARM/EABI targets, "linux-gnueabi" and "linux-musleabi" + possible values exist. -- cgit v1.2.3-54-g00ecf