From 5b797c758bf0499646e4e0256f03fbbdfb3ea080 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 Feb 2015 13:14:06 -0800 Subject: bitbake-user-manual: Added five new repo variables and links. Added the following variables to the glossary: CVSDIR GITDIR SVNDIR HGDIR BZRDIR Several areas in the main manual mentioned these variables. For each, I added the appropriate link to the glossary term. Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual-ref-variables.xml | 54 ++++++++++++++++++++-- 1 file changed, 50 insertions(+), 4 deletions(-) (limited to 'doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml') diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index 988719d03..f5e5e61b1 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml @@ -43,8 +43,8 @@ D E F - - H + G + H @@ -1154,6 +1154,15 @@ + BZRDIR + + + The directory in which files checked out of a Bazaar + system are stored. + + + + C @@ -1168,6 +1177,15 @@ + CVSDIR + + + The directory in which files checked out under the + CVS system are stored. + + + + D @@ -1412,13 +1430,32 @@ - + H + HGDIR + + + The directory in which files checked out of a Mercurial + system are stored. + + + + HOMEPAGE Website where more information about the software the recipe is building @@ -2100,6 +2137,15 @@ + SVNDIR + + + The directory in which files checked out of a Subversion + system are stored. + + + + T -- cgit 1.2.3-korg