From a7f992eddc6b9ab82beff76211eaf6f66a9a36df Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Feb 2015 12:28:02 -0800 Subject: ref-manual: Updated the BUILD_OS variable description. Fixed the meaning up. (From yocto-docs rev: 1b057475acd2bf33bb6fa3bd03e85a415697873f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3fe97c6e94..a4f67fefe8 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1319,12 +1319,11 @@ meta/conf/machine/include//arch-.inc Specifies the operating system in use on the build - host (e.g. Linux). - The operating system, as reported by the - uname command, sets - BUILD_OS. - When set, the first word of the value converts to - lower-case characters. + host (e.g. "linux"). + The OpenEmbedded build system sets the value of + BUILD_OS from the OS reported by + the uname command - the first word, + converted to lower-case characters. -- cgit v1.2.3-54-g00ecf