diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-20 10:15:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-21 15:09:16 +0100 |
commit | 41e7dd22c730f297fc1af3d429680a85e703abb8 (patch) | |
tree | 45b2077416e2ebe3ad5b7e1e21e3ff8cce0b81ce /documentation/ref-manual | |
parent | 567d9af723b584eabb7ca0450b40a67b3008a035 (diff) | |
download | poky-41e7dd22c730f297fc1af3d429680a85e703abb8.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 15 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 12 |
2 files changed, 27 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 4e9e442757..34142cb152 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -232,6 +232,21 @@ | |||
232 | </para> | 232 | </para> |
233 | </section> | 233 | </section> |
234 | 234 | ||
235 | <section id='ref-classes-binconfig-disabled'> | ||
236 | <title><filename>binconfig-disabled.bbclass</filename></title> | ||
237 | |||
238 | <para> | ||
239 | An alternative version of the | ||
240 | <link linkend='ref-classes-binconfig'><filename>binconfig</filename></link> | ||
241 | class, which disables binary configuration scripts by making them | ||
242 | return an error in favor of installing them using | ||
243 | <filename>pkg-config</filename>. | ||
244 | The scripts to be disabled should be specified using the | ||
245 | <link linkend='var-BINCONFIG'><filename>BINCONFIG</filename></link> | ||
246 | variable within the recipe inheriting the class. | ||
247 | </para> | ||
248 | </section> | ||
249 | |||
235 | <section id='ref-classes-blacklist'> | 250 | <section id='ref-classes-blacklist'> |
236 | <title><filename>blacklist.bbclass</filename></title> | 251 | <title><filename>blacklist.bbclass</filename></title> |
237 | 252 | ||
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fe5738ec9f..fcb62d22b1 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -887,6 +887,18 @@ | |||
887 | </glossdef> | 887 | </glossdef> |
888 | </glossentry> | 888 | </glossentry> |
889 | 889 | ||
890 | <glossentry id='var-BINCONFIG'><glossterm>BINCONFIG</glossterm> | ||
891 | <glossdef> | ||
892 | <para> | ||
893 | Specifies binary configuration scripts to disable | ||
894 | rather than installing them using | ||
895 | <filename>pkg-config</filename>. | ||
896 | The OpenEmbedded build system returns an error for the | ||
897 | disabled scripts. | ||
898 | </para> | ||
899 | </glossdef> | ||
900 | </glossentry> | ||
901 | |||
890 | <glossentry id='var-BINCONFIG_GLOB'><glossterm>BINCONFIG_GLOB</glossterm> | 902 | <glossentry id='var-BINCONFIG_GLOB'><glossterm>BINCONFIG_GLOB</glossterm> |
891 | <glossdef> | 903 | <glossdef> |
892 | <para> | 904 | <para> |