]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake-user-manual: Changed bitbake command example.
authorScott Rifenbark <srifenbark@gmail.com>
Fri, 29 Jul 2016 21:18:35 +0000 (14:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Aug 2016 14:22:15 +0000 (15:22 +0100)
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>
bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml

index 5b3bb83d108d13185c3240c86716fecaf05b4c2a..4d58dc456cd3b7292053d1cefc355a81c53f370c 100644 (file)
                     recipe and <filename>taskB</filename> for the second
                     recipe:
                     <literallayout class='monospaced'>
-     $ bitbake myfirstrecipe recipe:do_taskA mysecondrecipe recipe:do_taskB
+     $ bitbake myfirstrecipe:do_taskA mysecondrecipe:do_taskB
                     </literallayout>
                 </para>
             </section>