From: Scott Rifenbark Date: Wed, 8 Jun 2016 01:24:27 +0000 (-0700) Subject: bitbake: bitbake-user-manual: Added new section on command-line execution X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8321d66696b03ca08188bb27103d45c2439dd5ba;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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: 17f7f366df3a5951ae88e24c43aecf3d65d83c14) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- 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 7a37edd5097..5b3bb83d108 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml @@ -634,6 +634,25 @@ +
+ Executing a List of Task and Recipe Combinations + + + 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) + myfirstrecipe and + mysecondrecipe and you needed + BitBake to run taskA for the first + recipe and taskB for the second + recipe: + + $ bitbake myfirstrecipe recipe:do_taskA mysecondrecipe recipe:do_taskB + + +
+
Generating Dependency Graphs