[oe-commits] [bitbake] branch master updated: Revert "bitbake-user-manual: Added new section on command-line execution"

git at git.openembedded.org git at git.openembedded.org
Tue Aug 2 14:12:07 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

The following commit(s) were added to refs/heads/master by this push:
       new  3f87186   Revert "bitbake-user-manual: Added new section on command-line execution"
3f87186 is described below

commit 3f871865eced7dd27a33f26e19847a9863a036d4
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Aug 2 15:10:38 2016 +0100

    Revert "bitbake-user-manual: Added new section on command-line execution"
    
    This reverts commit 6f6cd0674fd1595f4e74b7da692e0c348b2660c6 as it was
    a duplicated commit.
---
 doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
index a39438d..5b3bb83 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
@@ -653,25 +653,6 @@
                 </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>
 

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


More information about the Openembedded-commits mailing list