ref-manual: Updated the BUILD_OS variable description.

Fixed the meaning up.

(From yocto-docs rev: 1b057475acd2bf33bb6fa3bd03e85a415697873f)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-02-10 12:28:02 -08:00 committed by Richard Purdie
parent a89f895a79
commit a7f992eddc
1 changed files with 5 additions and 6 deletions

View File

@ -1319,12 +1319,11 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
<glossdef>
<para>
Specifies the operating system in use on the build
host (e.g. Linux).
The operating system, as reported by the
<filename>uname</filename> command, sets
<filename>BUILD_OS</filename>.
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
<filename>BUILD_OS</filename> from the OS reported by
the <filename>uname</filename> command - the first word,
converted to lower-case characters.
</para>
</glossdef>
</glossentry>