From: Scott Rifenbark Date: Fri, 29 Jul 2016 21:18:35 +0000 (-0700) Subject: bitbake-user-manual: Changed bitbake command example. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c79fab1be4898ec88bfddd4c4f84e76dc3a3125b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Scott Rifenbark --- diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml index 5b3bb83d108..4d58dc456cd 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/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