| 88c8dcf9 | 06-Feb-2015 |
Simon Glass <sjg@chromium.org> |
buildman: Adjust the 'aborted' heuristic for writing output
At present buildman tries to detect an aborted build and doesn't record a result in that case. This is to make sure that an abort (e.g. wi
buildman: Adjust the 'aborted' heuristic for writing output
At present buildman tries to detect an aborted build and doesn't record a result in that case. This is to make sure that an abort (e.g. with Ctrl-C) does not mark the build as done. Without this option, buildman would never retry the build unless -f/-F are provided. The effect is that aborting the build creates 'fake errors' on whatever builds buildman happens to be working on at the time.
Unfortunately the current test is not reliable and this detection can trigger if a required toolchain tool is missing. In this case the toolchain problem is never reported.
Adjust the logic to continue processing the build result, mark the build as done (and failed), but with a return code which indicates that it should be retried.
The correct fix is to fully and correctly detect an aborted build, quit buildman immediately and not write any partial build results in this case. Unfortunately this is currently beyond my powers and is left as an exercise for the reader (and patches are welcome).
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 63c619ee | 06-Feb-2015 |
Simon Glass <sjg@chromium.org> |
buildman: Add a space before the list of boards
Tweak the output slightly so we don't get things like:
- board1 board2+ board3 board4
There should be a space before the '+'.
Signed-off-by: Si
buildman: Add a space before the list of boards
Tweak the output slightly so we don't get things like:
- board1 board2+ board3 board4
There should be a space before the '+'.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| de19eddf | 16-Feb-2015 |
Waldemar Brodkorb <wbx@openadk.org> |
add example for file on VFAT filesystem usage
For example on a raspberry pi the u-boot environment can be saved in a file on the first VFAT partition. This example illustrates how to use it with fw_
add example for file on VFAT filesystem usage
For example on a raspberry pi the u-boot environment can be saved in a file on the first VFAT partition. This example illustrates how to use it with fw_printenv/fw_setenv.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
show more ...
|
| d9088983 | 31-Jan-2015 |
Albert ARIBAUD <albert.u.boot@aribaud.net> |
buildman: allow multiple toolchains in a single path
When buildman scans a toolchain path, it stops at the first toolchain found. However, a single path can contains several toolchains, each with it
buildman: allow multiple toolchains in a single path
When buildman scans a toolchain path, it stops at the first toolchain found. However, a single path can contains several toolchains, each with its own prefix.
This patch lets buildman scan all toolchains in the path.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 8895b3e1 | 29-Jan-2015 |
Simon Glass <sjg@chromium.org> |
patman: Read in the git-mailrc alias file
We should read this file to obtain a set of aliases. This reduces the need to create them in the ~/.patman file.
This feature did exist in some version of
patman: Read in the git-mailrc alias file
We should read this file to obtain a set of aliases. This reduces the need to create them in the ~/.patman file.
This feature did exist in some version of patman, and is mentioned in the help but it did not find its way upstream.
Reported-by: Graeme Russ <gruss@tss-engineering.com> Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 3d4de986 | 04-Oct-2014 |
Simon Glass <sjg@chromium.org> |
patman: Explain how to make doc/git-mailrc work
Add an explanation for how to set up git so that patman can find the alias file. Fix up the get_maintainers message too.
Reported-by: Scott Wood <sco
patman: Explain how to make doc/git-mailrc work
Add an explanation for how to set up git so that patman can find the alias file. Fix up the get_maintainers message too.
Reported-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|