From 8c112e0aa9c8e12e1560a8894d5dfecd370a6bcc Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 6 Dec 2008 11:50:02 +0000 Subject: 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). --- doc/bitbake.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/bitbake.1') 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 -- cgit 1.2.3-korg