aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-02 15:10:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-02 15:10:38 +0100
commit3f871865eced7dd27a33f26e19847a9863a036d4 (patch)
tree657cc0cc7154776d6414afdcbae361e0137d372c /doc
parentf77e6f21a2cc57a3fcb5970437e55cfae39849a3 (diff)
downloadbitbake-3f871865eced7dd27a33f26e19847a9863a036d4.tar.gz
Revert "bitbake-user-manual: Added new section on command-line execution"
This reverts commit 6f6cd0674fd1595f4e74b7da692e0c348b2660c6 as it was a duplicated commit.
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-intro.xml19
1 files changed, 0 insertions, 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 a39438dbf..5b3bb83d1 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>