From: Scott Rifenbark Date: Fri, 24 Jan 2014 13:36:15 +0000 (-0600) Subject: user-manual-ref-variables.xml: Added FAKEROOT* variables to glossary. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8480db0fa7d0363741e7075bb8169a9c1b6a71dd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git user-manual-ref-variables.xml: Added FAKEROOT* variables to glossary. FAKEROOT FAKEROOTCMD FAKEROOTBASEENV FAKEROOTDIRS FAKEROOTENV FAKEROOTNOENV Signed-off-by: Scott Rifenbark --- diff --git a/doc/user-manual/user-manual-ref-variables.xml b/doc/user-manual/user-manual-ref-variables.xml index c8c72578225..b87614ae8e8 100644 --- a/doc/user-manual/user-manual-ref-variables.xml +++ b/doc/user-manual/user-manual-ref-variables.xml @@ -20,7 +20,7 @@ D E - F + F H @@ -1049,6 +1049,75 @@ F + FAKEROOT + + + Contains the command to use when running a shell script + in a fakeroot environment. + The FAKEROOT variable is obsolete + and has been replaced by the other + FAKEROOT* variables. + See these entries in the glossary for more information. + + + + + FAKEROOTBASEENV + + + Lists environment variables to set when executing + the command defined by + FAKEROOTCMD + that starts the bitbake-worker process + in the fakeroot environment. + + + + + FAKEROOTCMD + + + Contains the command that starts the bitbake-worker + process in the fakeroot environment. + + + + + FAKEROOTDIRS + + + Lists directories to create before running a task in + the fakeroot environment. + + + + + FAKEROOTENV + + + Lists environment variables to set when running a task + in the fakeroot environment. + For additional information on environment variables and + the fakeroot environment, see the + FAKEROOTBASEENV + variable. + + + + + FAKEROOTNOENV + + + Lists environment variables to set when running a task + that is not in the fakeroot environment. + For additional information on environment variables and + the fakeroot environment, see the + FAKEROOTENV + variable. + + + + FILESPATH