aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/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:21:46 +0100
commit2652217970dc6d031ee7673406a4e0fb92e9a92a (patch)
tree969c95331af1095c10c434bd11b9b267c408a3f0 /bitbake/doc
parent5203cfe6a9b6d12153426bf7b8d9834c9c4efba2 (diff)
downloadopenembedded-core-contrib-2652217970dc6d031ee7673406a4e0fb92e9a92a.tar.gz
bitbake: Revert "bitbake-user-manual: Added new section on command-line execution"
This reverts commit 6f6cd0674fd1595f4e74b7da692e0c348b2660c6 as it was a duplicated commit. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml19
1 files changed, 0 insertions, 19 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 a39438dbf5..5b3bb83d10 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
+++ b/bitbake/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>