mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
505619965e
commit
61ce3fd240
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user