summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-10 14:21:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:01 +0000
commit57270588f8626bb3e44630685d46acaa63f330da (patch)
tree9404ab89278e345970455a60ce2ff16ce8963a69 /documentation/ref-manual
parent3c3e856094a9e72fb0b4e49fb03d2507bf88002c (diff)
downloadpoky-57270588f8626bb3e44630685d46acaa63f330da.tar.gz
ref-manual: Added new variable description for BUILD_VENDOR.
(From yocto-docs rev: d38bf6819c5a2c4e7aea0ba3a741c18365c760ff) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a4c5a2ca1d..bba4edf396 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1343,6 +1343,19 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1343 </glossdef> 1343 </glossdef>
1344 </glossentry> 1344 </glossentry>
1345 1345
1346 <glossentry id='var-BUILD_VENDOR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_VENDOR</glossterm>
1347 <info>
1348 BUILD_VENDOR[doc] = "The vendor name to use when building for the build host."
1349 </info>
1350 <glossdef>
1351 <para>
1352 Specifies the vendor name to use when building for the
1353 build host.
1354 The default value is an empty string ("").
1355 </para>
1356 </glossdef>
1357 </glossentry>
1358
1346 <glossentry id='var-BUILDDIR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDDIR</glossterm> 1359 <glossentry id='var-BUILDDIR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDDIR</glossterm>
1347 <info> 1360 <info>
1348 BUILDDIR[doc] = "Points to the location of the Build Directory." 1361 BUILDDIR[doc] = "Points to the location of the Build Directory."