diff options
-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> |