aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitbake.1
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-06 11:50:02 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-06 11:50:02 +0000
commit8c112e0aa9c8e12e1560a8894d5dfecd370a6bcc (patch)
treed7fdee51540754d25c985307796f3a69cca94e8f /doc/bitbake.1
parent0bc7836736f0087d91ac72ea3bbf9cc608687881 (diff)
downloadbitbake-8c112e0aa9c8e12e1560a8894d5dfecd370a6bcc.tar.gz
Add tryaltconfigs option to control whether bitbake trys using alternative providers to fulfil failed dependencies. It defaults to off, changing the default since this behaviour confuses many users and isn't often useful (from Poky).
Diffstat (limited to 'doc/bitbake.1')
-rw-r--r--doc/bitbake.13
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bitbake.1 b/doc/bitbake.1
index 01172d741..e687f0a42 100644
--- a/doc/bitbake.1
+++ b/doc/bitbake.1
@@ -54,6 +54,9 @@ continue as much as possible after an error. While the target that failed, and
those that depend on it, cannot be remade, the other dependencies of these
targets can be processed all the same.
.TP
+.B \-a, \-\-tryaltconfigs
+continue with builds by trying to use alternative providers where possible.
+.TP
.B \-f, \-\-force
force run of specified cmd, regardless of stamp status
.TP