diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-10 12:28:02 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:17:00 +0000 |
| commit | a7f992eddc6b9ab82beff76211eaf6f66a9a36df (patch) | |
| tree | 99d2ed53f74c1d5fffbd8ab2cbf357da162150eb | |
| parent | a89f895a79a6a75fdeea99a291c557dc3bb438c1 (diff) | |
| download | poky-a7f992eddc6b9ab82beff76211eaf6f66a9a36df.tar.gz | |
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>
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 11 |
1 files changed, 5 insertions, 6 deletions
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/<architecture>/arch-<architecture>.inc | |||
| 1319 | <glossdef> | 1319 | <glossdef> |
| 1320 | <para> | 1320 | <para> |
| 1321 | Specifies the operating system in use on the build | 1321 | Specifies the operating system in use on the build |
| 1322 | host (e.g. Linux). | 1322 | host (e.g. "linux"). |
| 1323 | The operating system, as reported by the | 1323 | The OpenEmbedded build system sets the value of |
| 1324 | <filename>uname</filename> command, sets | 1324 | <filename>BUILD_OS</filename> from the OS reported by |
| 1325 | <filename>BUILD_OS</filename>. | 1325 | the <filename>uname</filename> command - the first word, |
| 1326 | When set, the first word of the value converts to | 1326 | converted to lower-case characters. |
| 1327 | lower-case characters. | ||
| 1328 | </para> | 1327 | </para> |
| 1329 | </glossdef> | 1328 | </glossdef> |
| 1330 | </glossentry> | 1329 | </glossentry> |
