[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1489/8267] bitbake: bitbake-user-manual: Added new section on command-line execution



commit 380b6e80cea6ffaaeceaac7d67660c334a0a22ca
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Tue Jun 7 18:24:27 2016 -0700

    bitbake: bitbake-user-manual: Added new section on command-line execution
    
    Needed a section on executing a list of task and recipe combinations.
    
    (Bitbake rev: 6f6cd0674fd1595f4e74b7da692e0c348b2660c6)
    
    Signed-off-by: Scott Rifenbark <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../bitbake-user-manual-intro.xml                  |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 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 5b3bb83..a39438d 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
@@ -653,6 +653,25 @@
                 </para>
             </section>
 
+            <section id='executing-a-list-of-task-and-recipe-combinations'>
+                <title>Executing a List of Task and Recipe Combinations</title>
+
+                <para>
+                    The BitBake command line supports specifying different
+                    tasks for individual targets when you specify multiple
+                    targets.
+                    For example, suppose you had two targets (or recipes)
+                    <filename>myfirstrecipe</filename> and
+                    <filename>mysecondrecipe</filename> and you needed
+                    BitBake to run <filename>taskA</filename> for the first
+                    recipe and <filename>taskB</filename> for the second
+                    recipe:
+                    <literallayout class='monospaced'>
+     $ bitbake myfirstrecipe recipe:do_taskA mysecondrecipe recipe:do_taskB
+                    </literallayout>
+                </para>
+            </section>
+
             <section id='generating-dependency-graphs'>
                 <title>Generating Dependency Graphs</title>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]