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 | poky-b296ae263ce12294a7264ed09b987acda73e4f67.tar.gz |
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 | |||
54 | those that depend on it, cannot be remade, the other dependencies of these | 54 | those that depend on it, cannot be remade, the other dependencies of these |
55 | targets can be processed all the same. | 55 | targets can be processed all the same. |
56 | .TP | 56 | .TP |
57 | .B \-a, \-\-tryaltconfigs | ||
58 | continue with builds by trying to use alternative providers where possible. | ||
59 | .TP | ||
57 | .B \-f, \-\-force | 60 | .B \-f, \-\-force |
58 | force run of specified cmd, regardless of stamp status | 61 | force run of specified cmd, regardless of stamp status |
59 | .TP | 62 | .TP |