diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-07-29 14:18:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-02 15:22:15 +0100 |
commit | ae427fb097269ecbc15ed325cdd85ffab1b1e86a (patch) | |
tree | 9753b677913e192c9ddcd534793b195326653155 | |
parent | e205789361d6dd6945260f493c20072e4a716cf3 (diff) | |
download | poky-ae427fb097269ecbc15ed325cdd85ffab1b1e86a.tar.gz |
bitbake: bitbake-user-manual: Changed bitbake command example.
Fixes [YOCTO #7718]
In the "Executing a List of Task and Recipe Combinations"
section, I changed the improper bitbake command example to
use the correct syntax. This change was review feedback.
(Bitbake rev: c79fab1be4898ec88bfddd4c4f84e76dc3a3125b)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml index 5b3bb83d10..4d58dc456c 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | |||
@@ -648,7 +648,7 @@ | |||
648 | recipe and <filename>taskB</filename> for the second | 648 | recipe and <filename>taskB</filename> for the second |
649 | recipe: | 649 | recipe: |
650 | <literallayout class='monospaced'> | 650 | <literallayout class='monospaced'> |
651 | $ bitbake myfirstrecipe recipe:do_taskA mysecondrecipe recipe:do_taskB | 651 | $ bitbake myfirstrecipe:do_taskA mysecondrecipe:do_taskB |
652 | </literallayout> | 652 | </literallayout> |
653 | </para> | 653 | </para> |
654 | </section> | 654 | </section> |