[U-Boot] [PATCH v3 3/3] nios2: add 3c120 and 10m50 devboards MAINTAINERS
Marek Vasut
marex at denx.de
Wed Nov 11 04:02:08 CET 2015
On Wednesday, November 11, 2015 at 03:55:10 AM, Thomas Chou wrote:
> 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 absolutelly don't want to do killall python, it'd bring down much more than
this buildman ;-)
> 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
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?
Best regards,
Marek Vasut
More information about the U-Boot
mailing list