
Hi Marek,
On 2015年11月11日 09:41, Marek Vasut wrote:
I gave up on buildman. I want some builder where I can stop the builds if something goes wrong, but instead of this, buildman spawns multiple processes somewhere on my machine at random and I have no control over that. I'd like to reevaluate buildman eventually, but now I don't have the time or interest to dig in it.
I'd use "killall python" on another terminal to stop the builder. I setup it in around an hour including download toolchains from kernel.org.
1. Create ~/.buildman from the template in buildman/README
# Buildman settings file
[toolchain] root: / rest: /toolchains/* eldk: /opt/eldk-4.2 arm: /opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux aarch64: /opt/linaro/gcc-linaro-aarch64-none-elf-4.8-2013.10_linux
[toolchain-alias] x86: i386 blackfin: bfin sh: sh4 nds32: nds32le openrisc: or32
2. Fetch the toolchains from kernel.org
$ for i in aarch64 arm avr32 i386 m68k microblaze mips or32 powerpc sh4 sparc sparc64 do ./tools/buildman/buildman --fetch-arch $i done $ mv ~/.buildman-toolchains/*/* /toolchains/
# arc: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases # blackfin: http://sourceforge.net/projects/adi-toolchain/files/ # nds32: http://osdk.andestech.com/packages/ # nios2: https://sourcery.mentor.com/GNUToolchain/subscription42545 # sh: http://sourcery.mentor.com/public/gnu_toolchain/sh-linux-gnu
nds32: http://osdk.andestech.com/packages/nds32le-linux-glibc-v1.tgz
Best regards, Thomas