summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-20 11:29:01 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:09 +0100
commitc13d40a91a27868fc74b3c69b5b274dfaa113aa9 (patch)
treef4dfb15b951a18c712c18ccb938f402020a8efce /documentation/ref-manual
parentece1d1ab18847b5b33b7d1cfdf1c568227d8cb52 (diff)
downloadast2050-yocto-poky-c13d40a91a27868fc74b3c69b5b274dfaa113aa9.zip
ast2050-yocto-poky-c13d40a91a27868fc74b3c69b5b274dfaa113aa9.tar.gz
ref-manual: Added the BASE_LIB variable to the glossary.
Fixes [YOCTO #5463] (From yocto-docs rev: 82c1f8b3a53fc83a7f5ad3321bdcf793ca4c93fb) 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.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 4c4927a..59d7c0a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -374,6 +374,28 @@
</glossdef>
</glossentry>
+ <glossentry id='var-BASE_LIB'><glossterm>BASE_LIB</glossterm>
+ <glossdef>
+ <para>
+ The library directory name for the CPU or Application
+ Binary Interface (ABI) tune.
+ The <filename>BASE_LIB</filename> applies only in the
+ Multilib context.
+ See the
+ "<ulink url='&YOCTO_DOCS_DEV_URL;#combining-multiple-versions-library-files-into-one-image'>Combining Multiple Versions of Library Files into One Image</ulink>"
+ section in the Yocto Project Development Manual for
+ information on Multilib.
+ </para>
+
+ <para>
+ The <filename>BASE_LIB</filename> variable is defined in
+ the machine include files in the
+ <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
+ If Multilib is not being used, the value defaults to "lib".
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-BB_DANGLINGAPPENDS_WARNONLY'><glossterm>BB_DANGLINGAPPENDS_WARNONLY</glossterm>
<glossdef>
<para>
OpenPOWER on IntegriCloud