[oe-commits] [bitbake] 08/09: bitbake-user-manual: Changed bitbake command example.

git at git.openembedded.org git at git.openembedded.org
Tue Aug 2 14:23:04 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit c79fab1be4898ec88bfddd4c4f84e76dc3a3125b
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Fri Jul 29 14:18:35 2016 -0700

    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 <srifenbark at gmail.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
index 5b3bb83..4d58dc4 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 <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>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list