Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ecf7dfdd0bbc99038eb2a37e1629a2fe9b147256
/
tools
/
buildman
aa57a41
kconfiglib.py: Kludge in 'imply' support
by Tom Rini
· 8 years ago
6af145f
buildman: Allow showing the list of boards with -n
by Simon Glass
· 8 years ago
14c0bde
buildman: Update link to the most recent prebuilt ARC toolachin
by Alexey Brodkin
· 8 years ago
b55b57d
buildman: Rename do_build to config_only
by Simon Glass
· 8 years ago
b45bd6b
buildman: Clean up odd characters on the terminal
by Simon Glass
· 8 years ago
cde5c30
buildman: Squash useless output from -K
by Simon Glass
· 8 years ago
b50ce02
buildman: Add documentation for CONFIG checking
by Simon Glass
· 8 years ago
739e851
buildman: Add an option to just create the config
by Simon Glass
· 8 years ago
b7876c8
buildman: Fix building based on 'options' field
by Tom Rini
· 8 years ago
fb197a8
tools: buildman: Add compiler wrapper
by York Sun
· 8 years ago
9913391
tools: buildman: Remove duplicated code
by York Sun
· 8 years ago
52a9ce9
buildman: Drop the 'alive' flag in BuilderThread
by Simon Glass
· 8 years ago
205ac04
buildman: Don't show a stacktrace on Ctrl-C
by Simon Glass
· 8 years ago
e8954fc
buildman: Drop the 'active' flag in the builder
by Simon Glass
· 8 years ago
d26e144
buildman: Allow builds to terminate cleanly
by Simon Glass
· 8 years ago
61a6749
buildman: Put our local libraries first in the path
by Simon Glass
· 8 years ago
e0f2360
buildman: Print a message indicating the build is starting
by Simon Glass
· 8 years ago
83cb6cc
buildman: Print a message when removing old directories
by Simon Glass
· 8 years ago
2e2a6e6
buildman: Tidy up the 'cloning' message
by Simon Glass
· 8 years ago
c55e056
patman: Adjust command.Output() to raise an error by default
by Simon Glass
· 8 years ago
d7c8a7d
buildman: Add a quick-start note
by Simon Glass
· 8 years ago
f90e291
buildman: Avoid overwriting existing toolchain entries
by Simon Glass
· 8 years ago
a3d9b4f
buildman: Drop the toolchain error when downloading toolchains
by Simon Glass
· 8 years ago
43ea128
buildman: Fix a typo in TestSettingsHasPath()
by Simon Glass
· 8 years ago
9f1ba0f
buildman: Improve the toolchain progress/error output
by Simon Glass
· 8 years ago
f38a642
buildman: Allow the toolchain error to be suppressed
by Simon Glass
· 8 years ago
5d4a787
buildman: Fix the 'help' test to use the correct path
by Simon Glass
· 8 years ago
dd19517
buildman: Automatically create a config file if needed
by Simon Glass
· 8 years ago
7b94ab5
buildman: Tidy up the README a little
by Simon Glass
· 8 years ago
97c9690
buildman: allow more incremental building
by Stephen Warren
· 9 years ago
54e628e
buildman: Clarify the use of -V
by Simon Glass
· 9 years ago
f590273
buildman: Add a way to specific a full toolchain prefix
by Simon Glass
· 9 years ago
642e9a6
buildman: Allow branch names which conflict with directories
by Simon Glass
· 9 years ago
c6cdd3e
buildman: Allow the toolchain architecture to be specified
by Simon Glass
· 9 years ago
7b97129
buildman: Allow the toolchain priority to be specified
by Simon Glass
· 9 years ago
d6ece32
buildman: Fix up a few code inconsistencies in toolchain.py
by Simon Glass
· 9 years ago
c29101f
buildman: patman: Fix -H when installed as a symlink
by Simon Glass
· 9 years ago
07a50f9
tools: Update openrisc toolchain information
by Bin Meng
· 9 years ago
4acc2d4
buildman: README: add links for toolchains not available on kernel.org
by Thomas Chou
· 9 years ago
cad8abf
buildman: Improve the config comparison feature
by Simon Glass
· 9 years ago
1e642d7
kconfiglib: update to the latest version
by Ulf Magnusson
· 9 years ago
05a5092
buildman: Correct '--fetch-arch' command documentation
by Bin Meng
· 9 years ago
6793aa8
builderthread.py: Keep 'SPL'
by Tom Rini
· 10 years ago
48386dd
kconfiglib: sync with the latest in Kconfiglib project
by Masahiro Yamada
· 10 years ago
e0e31f3
buildman: Add gcc 4.9.0 with Microblaze toolchain
by Michal Simek
· 10 years ago
f06dd81
buildman: Make -V (verbose_build) really be verbose
by Tom Rini
· 10 years ago
4a42de4
buildman: Keep more outputs with the --keep-outputs flag
by Tom Rini
· 10 years ago
db17fb8
buildman: Allow comparison of build configuration
by Simon Glass
· 10 years ago
4b14c53
buildman: Store build config files
by Simon Glass
· 10 years ago
fd3eea1
buildman: Adjust the 'aborted' heuristic for writing output
by Simon Glass
· 10 years ago
413f91a
buildman: Show 'make' command line when -V is used
by Simon Glass
· 10 years ago
cad18b8
ARM: tegra: rename colibri_t20 board/configuration/device-tree
by Marcel Ziswiler
· 10 years ago
26f7237
buildman: Add a space before the list of boards
by Simon Glass
· 10 years ago
f675750
buildman: Correct toolchain download feature
by Simon Glass
· 10 years ago
d4f22cf
buildman: allow multiple toolchains in a single path
by Albert ARIBAUD
· 10 years ago
655b610
buildman: Add an option to write the full build output
by Simon Glass
· 10 years ago
7e803e1
buildman: Add the option to download toolchains from kernel.org
by Simon Glass
· 10 years ago
c1528c1
buildman: Allow architecture to alias to multiple toolchains
by Simon Glass
· 10 years ago
4bea81e
buildman: Don't use the local settings when running tests
by Simon Glass
· 10 years ago
e03e944
buildman: Don't complain about missing sections in ~/.buildman
by Simon Glass
· 10 years ago
3cb033e
buildman: Add documentation about the .buildman file
by Simon Glass
· 10 years ago
9107571
buildman: Add a note about Python pre-requisites
by Simon Glass
· 10 years ago
d48a46c
buildman: Add an option to use the full tool chain path
by Simon Glass
· 10 years ago
3831455
buildman: Put the toolchain path first instead of last in PATH
by Simon Glass
· 10 years ago
28ed006
buildman: Try to avoid hard-coded string parsing
by Simon Glass
· 10 years ago
5eeef46
buildman: Allow specifying a range of commits to build
by Simon Glass
· 10 years ago
30a664d
buildman: Don't remove entire output directory when testing
by Simon Glass
· 10 years ago
e87bde1
buildman: Add an option to flatten output directory trees
by Simon Glass
· 10 years ago
f204ab1
buildman: Try to guess the upstream commit
by Simon Glass
· 10 years ago
b9a9b7c
buildman: Don't prune output space for 'current source' build
by Simon Glass
· 10 years ago
dbc01c7
buildman: Put build in 'current', not 'current/current'
by Simon Glass
· 10 years ago
2e1646c
buildman: Add tests that check the correct output directory is used
by Simon Glass
· 10 years ago
07df0c7
Merge branch 'buildman' of git://git.denx.de/u-boot-x86
by Tom Rini
· 10 years ago
5f01c7a
buildman: Fix some typos in README
by Dirk Behme
· 10 years ago
d8158f9
buildman: Don't default to -e when building current source
by Simon Glass
· 10 years ago
85620bb
buildman: Fix repeating board list with -l
by Simon Glass
· 10 years ago
baec684
patman: Use the full commit hash for 'git checkout'
by Simon Glass
· 10 years ago
4e36531
buildman: Save *.img files too
by Tom Rini
· 10 years ago
e2fb419
patman: Use the full commit hash for 'git checkout'
by Simon Glass
· 10 years ago
d1f0056
buildman: Don't default to -e when using -s
by Simon Glass
· 10 years ago
68b69b6
buildman: Fix repeating board list with -l
by Simon Glass
· 10 years ago
232d850
buildman: Fix the logic for the bloat command
by Simon Glass
· 10 years ago
7255643
kconfiglib: change SPDX-License-Identifier to ISC
by Masahiro Yamada
· 10 years ago
c908bc8
tools: Import Kconfiglib
by Masahiro Yamada
· 10 years ago
f11c606
buildman: fix typos of --dry-run help message
by Masahiro Yamada
· 10 years ago
336d5bd
buildman: Create parent directories as necessary
by Thierry Reding
· 10 years ago
359b55a6
buildman: Ignore conflicting tags
by Simon Glass
· 10 years ago
4aeceb9
buildman: Permit branch names with an embedded '/'
by Simon Glass
· 10 years ago
a8b7b1b
buildman: Expand output test to cover directory prefixes
by Simon Glass
· 10 years ago
8e95956
buildman: Add additional functional tests
by Simon Glass
· 10 years ago
a10ebe1
buildman: Provide an internal option to clean the outpur dir
by Simon Glass
· 10 years ago
09f1fe5
buildman: Correct counting of build failures on retry
by Simon Glass
· 10 years ago
cbd3658
buildman: Allow tests to have their own boards
by Simon Glass
· 10 years ago
5e0441d
buildman: Avoid looking at config file or toolchains in tests
by Simon Glass
· 10 years ago
c88c895
buildman: Set up bsettings outside the control module
by Simon Glass
· 10 years ago
ed098bb
buildman: Add a functional test
by Simon Glass
· 10 years ago
ca9b06e
buildman: Move full help code into the control module
by Simon Glass
· 10 years ago
04bac6b
buildman: Move the command line code into its own file
by Simon Glass
· 10 years ago
7fb8aa2
buildman: Enhance basic test to check summary output
by Simon Glass
· 10 years ago
4433aa9
buildman: Send builder output through a function for testing
by Simon Glass
· 10 years ago
Next »