diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-07-10 10:28:39 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-21 11:00:36 +0100 |
commit | 749b39a8e5e8060222c748a349efc31f541da94e (patch) | |
tree | 586bb60729ca3051ca719cfb547bdc93cd53f778 /doc | |
parent | 834780772a08ecce7ed863e96d0674b47d0e589d (diff) | |
download | bitbake-749b39a8e5e8060222c748a349efc31f541da94e.zip |
bitbake-user-manual-metadata.xml: Removed fakeroot from list
"fakeroot" is now specified as a function attribute, not as a task
flag.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 45366d5c..ef191924 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -1202,12 +1202,6 @@ Tells BitBake to not generate a stamp file for a task, which implies the task should always be executed. </para></listitem> - <listitem><para><emphasis>fakeroot:</emphasis> - Causes a task to be run in a fakeroot environment, - obtained by adding the variables in - <link linkend='var-FAKEROOTENV'><filename>FAKEROOTENV</filename></link> - to the environment. - </para></listitem> <listitem><para><emphasis>umask:</emphasis> The umask to run the task under. </para></listitem> |