
On Wednesday, November 11, 2015 at 06:06:21 AM, Thomas Chou wrote:
Hi Marek,
Hi!
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".
I finally got buildman operational, it's pretty nice. Thanks :)
Best regards, Marek Vasut