mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
ref-manual: Added BINCONFIG variable and binconfig-disabled class.
(From yocto-docs rev: 16e0176db9927296f721c25792d87b2495b5405b) 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
567d9af723
commit
41e7dd22c7
@@ -232,6 +232,21 @@
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='ref-classes-binconfig-disabled'>
|
||||
<title><filename>binconfig-disabled.bbclass</filename></title>
|
||||
|
||||
<para>
|
||||
An alternative version of the
|
||||
<link linkend='ref-classes-binconfig'><filename>binconfig</filename></link>
|
||||
class, which disables binary configuration scripts by making them
|
||||
return an error in favor of installing them using
|
||||
<filename>pkg-config</filename>.
|
||||
The scripts to be disabled should be specified using the
|
||||
<link linkend='var-BINCONFIG'><filename>BINCONFIG</filename></link>
|
||||
variable within the recipe inheriting the class.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='ref-classes-blacklist'>
|
||||
<title><filename>blacklist.bbclass</filename></title>
|
||||
|
||||
|
||||
@@ -887,6 +887,18 @@
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BINCONFIG'><glossterm>BINCONFIG</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Specifies binary configuration scripts to disable
|
||||
rather than installing them using
|
||||
<filename>pkg-config</filename>.
|
||||
The OpenEmbedded build system returns an error for the
|
||||
disabled scripts.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BINCONFIG_GLOB'><glossterm>BINCONFIG_GLOB</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user