mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00: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
@@ -672,6 +672,29 @@ Core layer for images cannot be removed
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BINCONFIG_GLOB'><glossterm>BINCONFIG_GLOB</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
When inheriting <filename>binconfig.bbclass</filename>
|
||||
from a recipe, this variable specifies a wildcard for
|
||||
configuration scripts that need editing.
|
||||
The scripts are edited to correct any paths that have been
|
||||
set up during compilation so that they are correct for
|
||||
use when installed into the sysroot and called by the
|
||||
build processes of other recipes.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
For more information on how this variable works, see
|
||||
<filename>meta/classes/binconfig.bbclass</filename> in the
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
|
||||
You can also find general information on the class in the
|
||||
"<link linkend='ref-classes-binconfig'><filename>binconfig.bbclass</filename></link>"
|
||||
section.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BP'><glossterm>BP</glossterm>
|
||||
<glossdef>
|
||||
<para>The base recipe name and version but without any special
|
||||
|
||||
Reference in New Issue
Block a user