
11 Nov
2015
11 Nov
'15
6:06 a.m.
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