Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
bitbake: bitbake-user-manual: Added new section on command-line execu…
Browse files Browse the repository at this point in the history
…tion

Needed a section on executing a list of task and recipe combinations.

(Bitbake rev: 6f6cd0674fd1595f4e74b7da692e0c348b2660c6)

Signed-off-by: Scott Rifenbark <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
scottrifenbark authored and rpurdie committed Jul 21, 2016
1 parent cb40ae4 commit 380b6e8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 380b6e8

Please sign in to comment.