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:
Scott Rifenbark
2014-10-20 10:15:02 -07:00
committed by Richard Purdie
parent 567d9af723
commit 41e7dd22c7
2 changed files with 27 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>