From 43b8f88c234a6191796c495a42c967e43dbefc62 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 20 Oct 2014 10:40:08 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 21 +++++++++++++++++++++ documentation/ref-manual/ref-variables.xml | 16 ++++++++++++++++ 2 files changed, 37 insertions(+) (limited to 'documentation') 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 @@ +
+ <filename>texinfo.bbclass</filename> + + + This class should be inherited by recipes whose upstream packages + invoke the texinfo utilities at build-time. + Native and cross recipes are made to use the dummy scripts provided + by texinfo-dummy-native, for improved performance. + Target architecture recipes use the genuine + Texinfo utilities. + By default, they use the Texinfo utilities on the host system. + + If you want to use the Texinfo recipe shipped with the build + system, you can remove "texinfo-native" from + ASSUME_PROVIDED + and makeinfo from + SANITY_REQUIRED_UTILITIES. + + +
+
<filename>tinderclient.bbclass</filename> 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 @@ + ASSUME_PROVIDED + + + I need a description here. + + + + AUTHOR 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" + SANITY_REQUIRED_UTILITIES + + + Need a description here. + + + + SANITY_TESTED_DISTROS -- cgit v1.2.3-54-g00ecf