From 2beaecb35133aa9006a8b3ce79b4dee202fc35b2 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Thu, 9 Sep 2010 16:40:55 +0800 Subject: handbook: Fix some errors in Appendix F/G CVS_TARBALL_STASH and SHELLRCCMD is not found in current poky. Fix some grammar issues. Signed-off-by: Dongxiao Xu Signed-off-by: Qing He --- handbook/ref-variables.xml | 58 ++++++++++++++++++---------------------------- 1 file changed, 23 insertions(+), 35 deletions(-) (limited to 'handbook/ref-variables.xml') diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml index 8ac8f01e63..de51dff1aa 100644 --- a/handbook/ref-variables.xml +++ b/handbook/ref-variables.xml @@ -107,32 +107,23 @@ COMPATIBLE_MACHINE A regular expression which evalutates to match the machines the recipe - works with. It stops recipes being run on machines they're incompatible with - which is partciuarly useful with kernels. It also helps to to increase parsing - speed as if its found the current machine is not compatible, further parsing - of the recipe is skipped. + works with. It stops recipes being run on machines they're incompatible with, + which is partciuarly useful with kernels. It also helps to increase parsing + speed that, further parsing of the recipe is skipped as if it found the current + machine is not compatible. CONFIG_SITE - Contains a list of files which containing autoconf test results relevant + A list of files which contains autoconf test results relevant to the current build. This variable is used by the autotools utilities when running configure. - - CVS_TARBALL_STASH - - Location to search for - pre-generated tarballs when fetching from remote SCM - repositories (CVS/SVN/GIT) - - - D @@ -259,6 +250,12 @@ + EXTRA_OECMAKE + + Additional cmake options + + + EXTRA_OECONF Additional 'configure' script options @@ -427,13 +424,13 @@ Checksums of the license text in the recipe source code. - This variables tracks changes in license text of the source - code files. If the license text is changed it triggers the build - failure. Which gives developer an oppurtunity to review any - license changes - This is an optional variable now. And the plan is to make + This variable tracks changes in license text of the source + code files. If the license text is changed, it will trigger the build + failure, which gives developer an opportunity to review any + license change + This is an optional variable now, and the plan is to make it a required variable in the future - See the "meta/package/zlib/zlib_${PV}.bb" file for an example + See "meta/package/zlib/zlib_${PV}.bb" file for an example More information in @@ -594,7 +591,7 @@ POKYLIBC - Libc implementation selector - glibc or uclibc can be selected. + Libc implementation selector - glibc, eglibc, or uclibc can be selected. @@ -615,9 +612,9 @@ RCONFLICTS - List of packages which which conflict with this - one. Package will not be installed if they will not - be removed first. + List of packages which conflict with this + one. Package will not be installed if they are not + removed first. @@ -645,7 +642,7 @@ RRECOMMENDS - List of packages which extend usability of + List of packages which extend usability of the package. Those packages will be automatically installed but can be removed by user. @@ -702,16 +699,7 @@ A list of commands to run within the a shell, used by TERMCMDRUN. It defaults to - SHELLRCCMD. - - - - - SHELLRCCMD - - - How to launch a shell, defaults to bash. + linkend='var-TERMCMDRUN'>TERMCMDRUN. -- cgit v1.2.3-54-g00ecf