summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-26 09:26:27 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-27 07:40:35 +0000
commit8571027be2e3f12ef36121de2caee78e97c98e68 (patch)
tree0c9f3930905a9d7790a5dc5270679a6093e3a47a /documentation
parent4bdaa5c5baf9b3f6306e8f2452155546d1f9730a (diff)
downloadast2050-yocto-poky-8571027be2e3f12ef36121de2caee78e97c98e68.zip
ast2050-yocto-poky-8571027be2e3f12ef36121de2caee78e97c98e68.tar.gz
ref-manual: Added variable description for FILES_SOLIBSDEV
Fixes [YOCTO #7358] Added a new variable description. (From yocto-docs rev: 42ff075319b346f22d2c604c0de249ac3039a992) 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.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 6329cc2..0346092 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3652,6 +3652,29 @@
</glossdef>
</glossentry>
+ <glossentry id='var-FILES_SOLIBSDEV'><glossterm>FILES_SOLIBSDEV</glossterm>
+ <info>
+ FILES_SOLIBSDEV[doc] = "Defines the full path name of the development symbolic link (symlink) for shared libraries on the target platform."
+ </info>
+ <glossdef>
+ <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" />
+ Defines the file specification to match
+ <link linkend='var-SOLIBSDEV'><filename>SOLIBSDEV</filename></link>.
+ In other words, <filename>FILES_SOLIBSDEV</filename>
+ defines the full path name of the development symbolic link
+ (symlink) for shared libraries on the target platform.
+ </para>
+
+ <para>
+ The following statement from the
+ <filename>bitbake.conf</filename> shows how it is set:
+ <literallayout class='monospaced'>
+ FILES_SOLIBSDEV ?= "${base_libdir}/lib*${SOLIBSDEV} ${libdir}/lib*${SOLIBSDEV}"
+ </literallayout>
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-FILESEXTRAPATHS'><glossterm>FILESEXTRAPATHS</glossterm>
<info>
FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files."
OpenPOWER on IntegriCloud