]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated the BUILD_OS variable description.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 10 Feb 2015 20:28:02 +0000 (12:28 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Feb 2015 15:17:00 +0000 (15:17 +0000)
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>
documentation/ref-manual/ref-variables.xml

index 3fe97c6e943400e940d5666f9e7eefea985eb5d9..a4f67fefe839d65697c558af15c91d477eccc7db 100644 (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>