From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Wed, 11 Nov 2015 13:06:21 +0800 Subject: [U-Boot] [PATCH v3 3/3] nios2: add 3c120 and 10m50 devboards MAINTAINERS In-Reply-To: <201511110402.08359.marex@denx.de> References: <1447159057-15865-1-git-send-email-thomas@wytron.com.tw> <201511110241.15419.marex@denx.de> <5642AE0E.6010705@wytron.com.tw> <201511110402.08359.marex@denx.de> Message-ID: <5642CCCD.1010501@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On 2015?11?11? 11:02, Marek Vasut wrote: >> I'd use "killall python" on another terminal to stop the builder. > > I absolutelly don't want to do killall python, it'd bring down much more than > this buildman ;-) > It does depend. On my desktop, there is no other python running as user. I would suggest that a "kill" option could be added to buildman. > OK, so can I use it in some blocking way ? > > How do I for example build board "foo" and obtain the result of the build? What do you mean by "some blocking way"? To build a board "foo", $ ./tools/buildman/buildman foo If you want binary, eg u-boot-dtb.bin, you can add "-k" flag. You may find such usage at the last section of buildman/README, "How to change from MAKEALL". Best regards, Thomas