From: Scott Rifenbark Date: Tue, 11 Oct 2016 14:59:46 +0000 (-0700) Subject: bitbake-user-manual: Fixes small typos for 'addtask' section X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec99f168fd0d6feca67f2890917ba4829933c73b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake-user-manual: Fixes small typos for 'addtask' section Fixes [YOCTO #10401] Applied some edits to various areas of the section. These were minor in nature. Signed-off-by: Scott Rifenbark --- diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index fac54d34d3f..c959469576e 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -1553,7 +1553,7 @@ optionally describe dependencies between the task and other tasks. Here is an example that shows how to define a task - and to declare some dependencies: + and declare some dependencies: python do_printdate () { import time @@ -1583,7 +1583,7 @@ results in the do_printdate task running first. - If you try out the previous example, you might see + If you try out the previous example, you might see that the do_printdate task is only run the first time you build the recipe with the bitbake command. @@ -1618,7 +1618,7 @@ In this example, assuming dependencies have not been added through some other means, the only way to run - the task is by explicitly selecting it with the + the task is by explicitly selecting it with bitbake recipe -c printdate. You can use the do_listtasks task to list all tasks