| Commit message (Expand) | Author | Age | Files | Lines |
* | buildman: Add an option to write the full build output | Simon Glass | 2015-01-14 | 4 | -3/+9 |
* | buildman: Add the option to download toolchains from kernel.org | Simon Glass | 2015-01-14 | 6 | -13/+303 |
* | buildman: Allow architecture to alias to multiple toolchains | Simon Glass | 2015-01-14 | 3 | -5/+23 |
* | buildman: Don't use the local settings when running tests | Simon Glass | 2015-01-14 | 1 | -1/+14 |
* | buildman: Don't complain about missing sections in ~/.buildman | Simon Glass | 2015-01-14 | 1 | -1/+0 |
* | buildman: Add documentation about the .buildman file | Simon Glass | 2015-01-14 | 1 | -20/+53 |
* | buildman: Add a note about Python pre-requisites | Simon Glass | 2015-01-14 | 1 | -1/+10 |
* | buildman: Add an option to use the full tool chain path | Simon Glass | 2015-01-14 | 5 | -10/+25 |
* | buildman: Put the toolchain path first instead of last in PATH | Simon Glass | 2015-01-14 | 1 | -1/+1 |
* | buildman: Try to avoid hard-coded string parsing | Simon Glass | 2015-01-14 | 1 | -1/+8 |
* | buildman: Allow specifying a range of commits to build | Simon Glass | 2015-01-14 | 2 | -4/+26 |
* | buildman: Don't remove entire output directory when testing | Simon Glass | 2015-01-14 | 1 | -1/+2 |
* | buildman: Add an option to flatten output directory trees | Simon Glass | 2015-01-14 | 4 | -6/+24 |
* | buildman: Try to guess the upstream commit | Simon Glass | 2015-01-14 | 2 | -7/+8 |
* | buildman: Don't prune output space for 'current source' build | Simon Glass | 2015-01-14 | 1 | -0/+2 |
* | buildman: Put build in 'current', not 'current/current' | Simon Glass | 2015-01-14 | 1 | -4/+3 |
* | buildman: Add tests that check the correct output directory is used | Simon Glass | 2015-01-14 | 1 | -0/+31 |
* | Merge branch 'buildman' of git://git.denx.de/u-boot-x86 | Tom Rini | 2015-01-14 | 1 | -0/+2 |
|\ |
|
| * | patman: Use the full commit hash for 'git checkout' | Simon Glass | 2014-11-03 | 1 | -1/+1 |
| * | buildman: Don't default to -e when using -s | Simon Glass | 2014-11-03 | 1 | -1/+2 |
| * | buildman: Fix repeating board list with -l | Simon Glass | 2014-11-03 | 1 | -1/+2 |
* | | buildman: Fix some typos in README | Dirk Behme | 2014-12-29 | 1 | -7/+7 |
* | | buildman: Don't default to -e when building current source | Simon Glass | 2014-11-26 | 2 | -14/+12 |
* | | buildman: Fix repeating board list with -l | Simon Glass | 2014-11-26 | 1 | -1/+2 |
* | | patman: Use the full commit hash for 'git checkout' | Simon Glass | 2014-11-26 | 1 | -1/+1 |
* | | buildman: Save *.img files too | Tom Rini | 2014-11-26 | 1 | -1/+1 |
|/ |
|
* | buildman: Fix the logic for the bloat command | Simon Glass | 2014-09-21 | 1 | -3/+3 |
* | kconfiglib: change SPDX-License-Identifier to ISC | Masahiro Yamada | 2014-09-17 | 1 | -1/+1 |
* | tools: Import Kconfiglib | Masahiro Yamada | 2014-09-16 | 1 | -0/+3799 |
* | buildman: fix typos of --dry-run help message | Masahiro Yamada | 2014-09-09 | 1 | -1/+1 |
* | buildman: Create parent directories as necessary | Thierry Reding | 2014-09-09 | 2 | -3/+6 |
* | buildman: Ignore conflicting tags | Simon Glass | 2014-09-09 | 2 | -8/+10 |
* | buildman: Permit branch names with an embedded '/' | Simon Glass | 2014-09-09 | 2 | -5/+14 |
* | buildman: Expand output test to cover directory prefixes | Simon Glass | 2014-09-09 | 1 | -8/+46 |
* | buildman: Add additional functional tests | Simon Glass | 2014-09-09 | 1 | -18/+306 |
* | buildman: Provide an internal option to clean the outpur dir | Simon Glass | 2014-09-09 | 1 | -1/+10 |
* | buildman: Correct counting of build failures on retry | Simon Glass | 2014-09-09 | 1 | -7/+8 |
* | buildman: Allow tests to have their own boards | Simon Glass | 2014-09-09 | 2 | -10/+31 |
* | buildman: Avoid looking at config file or toolchains in tests | Simon Glass | 2014-09-09 | 2 | -5/+29 |
* | buildman: Set up bsettings outside the control module | Simon Glass | 2014-09-09 | 2 | -1/+2 |
* | buildman: Add a functional test | Simon Glass | 2014-09-09 | 4 | -18/+206 |
* | buildman: Move full help code into the control module | Simon Glass | 2014-09-09 | 2 | -6/+8 |
* | buildman: Move the command line code into its own file | Simon Glass | 2014-09-09 | 2 | -71/+87 |
* | buildman: Enhance basic test to check summary output | Simon Glass | 2014-09-09 | 1 | -5/+96 |
* | buildman: Send builder output through a function for testing | Simon Glass | 2014-09-09 | 1 | -28/+30 |
* | buildman: Separate out display of warnings and errors | Simon Glass | 2014-09-05 | 2 | -23/+91 |
* | buildman: Add an option to show which boards caused which errors | Simon Glass | 2014-09-05 | 4 | -13/+50 |
* | buildman: Remove the directory prefix from each error line | Simon Glass | 2014-09-05 | 1 | -1/+3 |
* | buildman: Implement an option to exclude boards from the build | Simon Glass | 2014-09-05 | 4 | -8/+41 |
* | buildman: Allow make-flags variables to include '-' and '_' | Simon Glass | 2014-09-05 | 2 | -2/+4 |