From: Scott Rifenbark Date: Mon, 9 Feb 2015 21:14:06 +0000 (-0800) Subject: bitbake-user-manual: Added five new repo variables and links. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b797c758bf0499646e4e0256f03fbbdfb3ea080;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 988719d0384..f5e5e61b1e1 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