diff options
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 21 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 | 
2 files changed, 37 insertions, 0 deletions
| diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 94832f283a..1ea2a3d84a 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -3112,6 +3112,27 @@ | |||
| 3112 | </para> | 3112 | </para> | 
| 3113 | </section> | 3113 | </section> | 
| 3114 | 3114 | ||
| 3115 | <section id='ref-classes-texinfo'> | ||
| 3116 | <title><filename>texinfo.bbclass</filename></title> | ||
| 3117 | |||
| 3118 | <para> | ||
| 3119 | This class should be inherited by recipes whose upstream packages | ||
| 3120 | invoke the <filename>texinfo</filename> utilities at build-time. | ||
| 3121 | Native and cross recipes are made to use the dummy scripts provided | ||
| 3122 | by <filename>texinfo-dummy-native</filename>, for improved performance. | ||
| 3123 | Target architecture recipes use the genuine | ||
| 3124 | Texinfo utilities. | ||
| 3125 | By default, they use the Texinfo utilities on the host system. | ||
| 3126 | <note> | ||
| 3127 | If you want to use the Texinfo recipe shipped with the build | ||
| 3128 | system, you can remove "texinfo-native" from | ||
| 3129 | <link linkend='var-ASSUME_PROVIDED'><filename>ASSUME_PROVIDED</filename></link> | ||
| 3130 | and makeinfo from | ||
| 3131 | <link linkend='var-SANITY_REQUIRED_UTILITIES'><filename>SANITY_REQUIRED_UTILITIES</filename></link>. | ||
| 3132 | </note> | ||
| 3133 | </para> | ||
| 3134 | </section> | ||
| 3135 | |||
| 3115 | <section id='ref-classes-tinderclient'> | 3136 | <section id='ref-classes-tinderclient'> | 
| 3116 | <title><filename>tinderclient.bbclass</filename></title> | 3137 | <title><filename>tinderclient.bbclass</filename></title> | 
| 3117 | 3138 | ||
| diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fcb62d22b1..bc17ee409b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -239,6 +239,14 @@ | |||
| 239 | </glossdef> | 239 | </glossdef> | 
| 240 | </glossentry> | 240 | </glossentry> | 
| 241 | 241 | ||
| 242 | <glossentry id='var-ASSUME_PROVIDED'><glossterm>ASSUME_PROVIDED</glossterm> | ||
| 243 | <glossdef> | ||
| 244 | <para> | ||
| 245 | I need a description here. | ||
| 246 | </para> | ||
| 247 | </glossdef> | ||
| 248 | </glossentry> | ||
| 249 | |||
| 242 | <glossentry id='var-AUTHOR'><glossterm>AUTHOR</glossterm> | 250 | <glossentry id='var-AUTHOR'><glossterm>AUTHOR</glossterm> | 
| 243 | <glossdef> | 251 | <glossdef> | 
| 244 | <para>The email address used to contact the original author | 252 | <para>The email address used to contact the original author | 
| @@ -7400,6 +7408,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 7400 | </glossdef> | 7408 | </glossdef> | 
| 7401 | </glossentry> | 7409 | </glossentry> | 
| 7402 | 7410 | ||
| 7411 | <glossentry id='var-SANITY_REQUIRED_UTILITIES'><glossterm>SANITY_REQUIRED_UTILITIES</glossterm> | ||
| 7412 | <glossdef> | ||
| 7413 | <para> | ||
| 7414 | Need a description here. | ||
| 7415 | </para> | ||
| 7416 | </glossdef> | ||
| 7417 | </glossentry> | ||
| 7418 | |||
| 7403 | <glossentry id='var-SANITY_TESTED_DISTROS'><glossterm>SANITY_TESTED_DISTROS</glossterm> | 7419 | <glossentry id='var-SANITY_TESTED_DISTROS'><glossterm>SANITY_TESTED_DISTROS</glossterm> | 
| 7404 | <glossdef> | 7420 | <glossdef> | 
| 7405 | <para> | 7421 | <para> | 
