From ae427fb097269ecbc15ed325cdd85ffab1b1e86a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 29 Jul 2016 14:18:35 -0700 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/doc') 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 @@ recipe and taskB for the second recipe: - $ bitbake myfirstrecipe recipe:do_taskA mysecondrecipe recipe:do_taskB + $ bitbake myfirstrecipe:do_taskA mysecondrecipe:do_taskB -- cgit 1.2.3-korg