From: Scott Rifenbark Date: Tue, 10 Feb 2015 20:28:02 +0000 (-0800) Subject: ref-manual: Updated the BUILD_OS variable description. X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a7f992eddc6b9ab82beff76211eaf6f66a9a36df;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3fe97c6e943..a4f67fefe83 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.