summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-09 11:08:38 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:55 +0100
commit61ce3fd240620da28ba35f5b1461b77e64ae9903 (patch)
treea08538244611f6b11a7cb74a7b38a06ad30eb4bb /documentation/ref-manual/ref-classes.xml
parent505619965eecdb4ac421d7ee3aad2ddd8dffcdb7 (diff)
downloadast2050-yocto-poky-61ce3fd240620da28ba35f5b1461b77e64ae9903.zip
ast2050-yocto-poky-61ce3fd240620da28ba35f5b1461b77e64ae9903.tar.gz
ref-manual: Added BINCONFIG_GLOB variable and updated binconfig.bbclass
New variable. Changed the class section to have a reference-like section title. Added a link back to the GLOB variable. (From yocto-docs rev: 42dbafc1b64d8572930501f25a0470038721524f) 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/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index af07b14..d230ddd 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -157,12 +157,17 @@
</section>
<section id='ref-classes-binconfig'>
- <title>Binary Configuration Scripts - <filename>binconfig.bbclass</filename></title>
+ <title><filename>binconfig.bbclass</filename></title>
<para>
- Before <filename>pkg-config</filename> had become widespread, libraries shipped shell
- scripts to give information about the libraries and include paths needed
- to build software (usually named <filename>LIBNAME-config</filename>).
+ This class helps to correct paths in shell scripts.
+ </para>
+
+ <para>
+ Before <filename>pkg-config</filename> had become widespread, libraries
+ shipped shell scripts to give information about the libraries and
+ include paths needed to build software (usually named
+ <filename>LIBNAME-config</filename>).
This class assists any recipe using such scripts.
</para>
@@ -173,6 +178,9 @@
changed to point into the <filename>sysroots/</filename> directory so
that all builds that use the script use the correct directories
for the cross compiling layout.
+ See the
+ <link linkend='var-BINCONFIG_GLOB'><filename>BINCONFIG_GLOB</filename></link>
+ variable for more information.
</para>
</section>
OpenPOWER on IntegriCloud