summaryrefslogtreecommitdiff
path: root/tools/buildman
AgeCommit message (Expand)AuthorFilesLines
2015-04-23buildman: Add gcc 4.9.0 with Microblaze toolchainMichal Simek3-3/+3
2015-04-19buildman: Make -V (verbose_build) really be verboseTom Rini1-1/+3
2015-04-19buildman: Keep more outputs with the --keep-outputs flagTom Rini1-4/+3
2015-04-19buildman: Allow comparison of build configurationSimon Glass3-15/+174
2015-04-19buildman: Store build config filesSimon Glass1-7/+29
2015-04-19buildman: Adjust the 'aborted' heuristic for writing outputSimon Glass1-5/+16
2015-04-19buildman: Show 'make' command line when -V is usedSimon Glass2-1/+7
2015-03-30ARM: tegra: rename colibri_t20 board/configuration/device-treeMarcel Ziswiler1-1/+1
2015-03-06buildman: Add a space before the list of boardsSimon Glass2-2/+2
2015-03-06buildman: Correct toolchain download featureSimon Glass1-3/+7
2015-02-16buildman: allow multiple toolchains in a single pathAlbert ARIBAUD1-4/+5
2015-01-15buildman: Add an option to write the full build outputSimon Glass4-3/+9
2015-01-15buildman: Add the option to download toolchains from kernel.orgSimon Glass6-13/+303
2015-01-15buildman: Allow architecture to alias to multiple toolchainsSimon Glass3-5/+23
2015-01-15buildman: Don't use the local settings when running testsSimon Glass1-1/+14
2015-01-15buildman: Don't complain about missing sections in ~/.buildmanSimon Glass1-1/+0
2015-01-15buildman: Add documentation about the .buildman fileSimon Glass1-20/+53
2015-01-15buildman: Add a note about Python pre-requisitesSimon Glass1-1/+10
2015-01-15buildman: Add an option to use the full tool chain pathSimon Glass5-10/+25
2015-01-15buildman: Put the toolchain path first instead of last in PATHSimon Glass1-1/+1
2015-01-15buildman: Try to avoid hard-coded string parsingSimon Glass1-1/+8
2015-01-15buildman: Allow specifying a range of commits to buildSimon Glass2-4/+26
2015-01-15buildman: Don't remove entire output directory when testingSimon Glass1-1/+2
2015-01-15buildman: Add an option to flatten output directory treesSimon Glass4-6/+24
2015-01-15buildman: Try to guess the upstream commitSimon Glass2-7/+8
2015-01-15buildman: Don't prune output space for 'current source' buildSimon Glass1-0/+2
2015-01-15buildman: Put build in 'current', not 'current/current'Simon Glass1-4/+3
2015-01-15buildman: Add tests that check the correct output directory is usedSimon Glass1-0/+31
2015-01-14Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini1-0/+2
2014-12-30buildman: Fix some typos in READMEDirk Behme1-7/+7
2014-11-27buildman: Don't default to -e when building current sourceSimon Glass2-14/+12
2014-11-27buildman: Fix repeating board list with -lSimon Glass1-1/+2
2014-11-27patman: Use the full commit hash for 'git checkout'Simon Glass1-1/+1
2014-11-27buildman: Save *.img files tooTom Rini1-1/+1
2014-11-04patman: Use the full commit hash for 'git checkout'Simon Glass1-1/+1
2014-11-04buildman: Don't default to -e when using -sSimon Glass1-1/+2
2014-11-04buildman: Fix repeating board list with -lSimon Glass1-1/+2
2014-09-21buildman: Fix the logic for the bloat commandSimon Glass1-3/+3
2014-09-18kconfiglib: change SPDX-License-Identifier to ISCMasahiro Yamada1-1/+1
2014-09-16tools: Import KconfiglibMasahiro Yamada1-0/+3799
2014-09-10buildman: fix typos of --dry-run help messageMasahiro Yamada1-1/+1
2014-09-10buildman: Create parent directories as necessaryThierry Reding2-3/+6
2014-09-10buildman: Ignore conflicting tagsSimon Glass2-8/+10
2014-09-10buildman: Permit branch names with an embedded '/'Simon Glass2-5/+14
2014-09-10buildman: Expand output test to cover directory prefixesSimon Glass1-8/+46
2014-09-10buildman: Add additional functional testsSimon Glass1-18/+306
2014-09-10buildman: Provide an internal option to clean the outpur dirSimon Glass1-1/+10
2014-09-10buildman: Correct counting of build failures on retrySimon Glass1-7/+8
2014-09-10buildman: Allow tests to have their own boardsSimon Glass2-10/+31
2014-09-10buildman: Avoid looking at config file or toolchains in testsSimon Glass2-5/+29