mbox

[U-Boot] Please pull u-boot-x86.git branch buildman

Message ID CAPnjgZ3SMvY==tsaaWt4D_5+P-sq=UoJ6RE+Rtf_8ZHCOPrF7w@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

http://git.denx.de/u-boot-x86.git

Message

Simon Glass April 18, 2015, 10:23 p.m. UTC
Hi Tom,

Here are the queued-up buildman/patman patches, including the new
CONFIG comparison feature (remember to build with -C if using it).

Note these are in branch 'buildman'.


The following changes since commit 5ab83ec1a13601c4f76ce009afe0d1ee51f1ad9c:

  sandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig (2015-04-13
20:53:47 -0600)

are available in the git repository at:

  http://git.denx.de/u-boot-x86.git

for you to fetch changes up to 9194e3c1c0d6031ff84e1dd63c401dc76a990876:

  patman: cover letter shows like 00/xx if more than 10 patches
(2015-04-18 16:14:27 -0600)

----------------------------------------------------------------
Simon Glass (5):
      Create a .cfg file containing the CONFIG options used to build
      buildman: Show 'make' command line when -V is used
      buildman: Adjust the 'aborted' heuristic for writing output
      buildman: Store build config files
      buildman: Allow comparison of build configuration

Tom Rini (2):
      buildman: Keep more outputs with the --keep-outputs flag
      buildman: Make -V (verbose_build) really be verbose

Wu, Josh (1):
      patman: cover letter shows like 00/xx if more than 10 patches

 Makefile                        |  10 +++-
 scripts/Makefile.spl            |   9 +++-
 tools/buildman/builder.py       | 185
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 tools/buildman/builderthread.py |  65 +++++++++++++++++++-----
 tools/buildman/cmdline.py       |   4 +-
 tools/buildman/control.py       |   3 +-
 tools/patman/patchstream.py     |   7 ++-
 7 files changed, 250 insertions(+), 33 deletions(-)

Regards,
Simon

Comments

Tom Rini April 19, 2015, 6:28 p.m. UTC | #1
On Sat, Apr 18, 2015 at 04:23:42PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> Here are the queued-up buildman/patman patches, including the new
> CONFIG comparison feature (remember to build with -C if using it).
> 
> Note these are in branch 'buildman'.
> 
> 
> The following changes since commit 5ab83ec1a13601c4f76ce009afe0d1ee51f1ad9c:
> 
>   sandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig (2015-04-13
> 20:53:47 -0600)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 9194e3c1c0d6031ff84e1dd63c401dc76a990876:
> 
>   patman: cover letter shows like 00/xx if more than 10 patches
> (2015-04-18 16:14:27 -0600)
> 

Applied to u-boot/master, thanks!