1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Scott Rifenbark
2014-10-20 10:40:08 -07:00
committed by Richard Purdie
parent 369f8d6a7a
commit 43b8f88c23
2 changed files with 37 additions and 0 deletions
+21
View File
@@ -3112,6 +3112,27 @@
</para>
</section>
<section id='ref-classes-texinfo'>
<title><filename>texinfo.bbclass</filename></title>
<para>
This class should be inherited by recipes whose upstream packages
invoke the <filename>texinfo</filename> utilities at build-time.
Native and cross recipes are made to use the dummy scripts provided
by <filename>texinfo-dummy-native</filename>, for improved performance.
Target architecture recipes use the genuine
Texinfo utilities.
By default, they use the Texinfo utilities on the host system.
<note>
If you want to use the Texinfo recipe shipped with the build
system, you can remove "texinfo-native" from
<link linkend='var-ASSUME_PROVIDED'><filename>ASSUME_PROVIDED</filename></link>
and makeinfo from
<link linkend='var-SANITY_REQUIRED_UTILITIES'><filename>SANITY_REQUIRED_UTILITIES</filename></link>.
</note>
</para>
</section>
<section id='ref-classes-tinderclient'>
<title><filename>tinderclient.bbclass</filename></title>