summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-01-06 04:52:36 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-07 13:42:55 +0000
commit4722965f823da72cb3300c432d523c9f213b952d (patch)
tree253ef9457788c32184d15fe3787db89c35e268a7 /bitbake
parent6c294f0a2ed6d0182bf85708a4fae240c260c0e5 (diff)
downloadpoky-4722965f823da72cb3300c432d523c9f213b952d.tar.gz
bitbake: bitbake: usermanual.xml: fix a typo
Fixed: "should created" -> "should be created" [YOCTO #5703] (Bitbake rev: 146318729dbeeee4136bcb4832e6f8f69f9a2489) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/manual/usermanual.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml
index 6781a71a62..749ee98243 100644
--- a/bitbake/doc/manual/usermanual.xml
+++ b/bitbake/doc/manual/usermanual.xml
@@ -241,7 +241,7 @@ addtask printdate before do_build</screen></para>
241 <title>Task Flags</title> 241 <title>Task Flags</title>
242 <para>Tasks support a number of flags which control various functionality of the task. These are as follows:</para> 242 <para>Tasks support a number of flags which control various functionality of the task. These are as follows:</para>
243 <para>'dirs' - directories which should be created before the task runs</para> 243 <para>'dirs' - directories which should be created before the task runs</para>
244 <para>'cleandirs' - directories which should created before the task runs but should be empty</para> 244 <para>'cleandirs' - directories which should be created before the task runs but should be empty</para>
245 <para>'noexec' - marks the tasks as being empty and no execution required. These are used as dependency placeholders or used when added tasks need to be subsequently disabled.</para> 245 <para>'noexec' - marks the tasks as being empty and no execution required. These are used as dependency placeholders or used when added tasks need to be subsequently disabled.</para>
246 <para>'nostamp' - don't generate a stamp file for a task. This means the task is always rexecuted.</para> 246 <para>'nostamp' - don't generate a stamp file for a task. This means the task is always rexecuted.</para>
247 <para>'fakeroot' - this task needs to be run in a fakeroot environment, obtained by adding the variables in FAKEROOTENV to the environment.</para> 247 <para>'fakeroot' - this task needs to be run in a fakeroot environment, obtained by adding the variables in FAKEROOTENV to the environment.</para>