From 2652217970dc6d031ee7673406a4e0fb92e9a92a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 2 Aug 2016 15:10:38 +0100 Subject: [PATCH] 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 --- .../bitbake-user-manual-intro.xml | 19 ------------------- 1 file changed, 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 @@ -
- 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