summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-10-20 10:40:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-21 15:09:16 +0100
commit43b8f88c234a6191796c495a42c967e43dbefc62 (patch)
treecc4b58700b8ee18ddb96b96639dd7f46a363016e /documentation/ref-manual/ref-classes.xml
parent369f8d6a7aed27cdbf486157ba5f33cb43edfc05 (diff)
downloadpoky-43b8f88c234a6191796c495a42c967e43dbefc62.tar.gz
ref-manual: Added texinfo class and two new variables.
Added ASSUME_PROVIDED and SANITY_REQUIRED_UTILITIES variable place-holders. There is no text there yet but they are there for placeholders. (From yocto-docs rev: adfa77dc597303dcff0e95fd4b3ffd5ae2fb08d5) 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/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml21
1 files changed, 21 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