From c13d40a91a27868fc74b3c69b5b274dfaa113aa9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 20 Jun 2014 11:29:01 +0300 Subject: ref-manual: Added the BASE_LIB variable to the glossary. Fixes [YOCTO #5463] (From yocto-docs rev: 82c1f8b3a53fc83a7f5ad3321bdcf793ca4c93fb) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4c4927ab4e..59d7c0acbc 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -374,6 +374,28 @@ + BASE_LIB + + + The library directory name for the CPU or Application + Binary Interface (ABI) tune. + The BASE_LIB applies only in the + Multilib context. + See the + "Combining Multiple Versions of Library Files into One Image" + section in the Yocto Project Development Manual for + information on Multilib. + + + + The BASE_LIB variable is defined in + the machine include files in the + Source Directory. + If Multilib is not being used, the value defaults to "lib". + + + + BB_DANGLINGAPPENDS_WARNONLY -- cgit v1.2.3-54-g00ecf