summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-01-31 13:26:00 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-11 12:01:31 +0000
commit776c33ef2132521582ee075a86110aa4aa04c46a (patch)
tree5b06d15ede027b16412252b9073ccd920d43dbf8 /documentation
parentec0f9cf85a67b6ab0589958b68191940ce7125a5 (diff)
downloadpoky-776c33ef2132521582ee075a86110aa4aa04c46a.tar.gz
ref-manual: Added SDKPATH to glossary.
Fixes [YOCTO #5755] I added this variable to the glossary chapter. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 0ad0e2ca351ebc52c92404d71502455cf7c042c9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index ea00098aed..a6d4fa2b37 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5866,6 +5866,20 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5866 </glossdef> 5866 </glossdef>
5867 </glossentry> 5867 </glossentry>
5868 5868
5869 <glossentry id='var-SDKPATH'><glossterm>SDKPATH</glossterm>
5870 <glossdef>
5871 <para>
5872 Defines the path offered to the user for installation
5873 of the SDK that is generated by the OpenEmbedded build
5874 system.
5875 The path appears as the default location for installing
5876 the SDK when you run the SDK's installation script.
5877 You can override the offered path when you run the
5878 script.
5879 </para>
5880 </glossdef>
5881 </glossentry>
5882
5869 <glossentry id='var-SECTION'><glossterm>SECTION</glossterm> 5883 <glossentry id='var-SECTION'><glossterm>SECTION</glossterm>
5870 <glossdef> 5884 <glossdef>
5871 <para>The section in which packages should be categorized. 5885 <para>The section in which packages should be categorized.