diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-28 22:15:06 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-28 22:15:06 +0000 |
commit | b296ae263ce12294a7264ed09b987acda73e4f67 (patch) | |
tree | 9c0dfd5439d9d27f74b36f9731afb01c0c018531 /bitbake/doc | |
parent | db140d9ce0a5918cab2615862402c07ef81c6944 (diff) | |
download | openembedded-core-b296ae263ce12294a7264ed09b987acda73e4f67.tar.gz openembedded-core-b296ae263ce12294a7264ed09b987acda73e4f67.tar.bz2 openembedded-core-b296ae263ce12294a7264ed09b987acda73e4f67.zip |
bitbake: Add tryaltconfigs option to disable the alternative configuration attempts and make the 'continue' more aggresive
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake.1 b/bitbake/doc/bitbake.1 index 01172d7412..e687f0a42a 100644 --- a/bitbake/doc/bitbake.1 +++ b/bitbake/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 |