From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1252?Q?Andreas_Bie=DFmann?= Date: Wed, 12 Nov 2014 10:12:30 +0100 Subject: [U-Boot] [ANN] U-Boot v2015.01-rc1 released In-Reply-To: <20141110212938.GX24724@bill-the-cat> References: <20141110212938.GX24724@bill-the-cat> Message-ID: <5463247E.3040600@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 11/10/2014 10:29 PM, Tom Rini wrote: > Hey all, > > I've pushed v2015.01-rc1 out to the repository and tarballs should exist > soon. > > The merge window is now closed. Per both the min-summit and the follow > up emails, I'm going to try and get into the every 2 week RC tagging > groove. And, I'm going to be relying on everyones best judgement about > what level of changes they're going to put into a pull request to me. > > When I do a buildman of most things I see: > blackfin: + ip04 > arm: + Ippo_q8h_v5 novena openrd_base maxbcm openrd_ultimate openrd_client tricorder db-mv784mp-gp Linksprite_pcDuino3_fdt tricorder_flash cm_t3517 there must be something wrong: ---8<--- abiessmann at punisher % git describe v2015.01-rc1-14-g63f7af9 abiessmann@punisher % PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH make O=/tmp/build-tricorder CROSS_COMPILE=arm-arm926ejs-linux-gnueabi- -s -j16 tricorder_defconfig In file included from scripts/kconfig/zconf.tab.c:2537:0: /home/abiessmann/src/u-boot/scripts/kconfig/menu.c: In function ?get_symbol_str?: /home/abiessmann/src/u-boot/scripts/kconfig/menu.c:590:18: warning: ?jump? may be used uninitialized in this function [-Wmaybe-uninitialized] jump->offset = strlen(r->s); ^ /home/abiessmann/src/u-boot/scripts/kconfig/menu.c:551:19: note: ?jump? was declared here struct jump_key *jump; ^ # # configuration written to .config # # # configuration written to spl/.config # abiessmann at punisher % PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH make O=/tmp/build-tricorder CROSS_COMPILE=arm-arm926ejs-linux-gnueabi- -s -j16 PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH make 36.56s user 1.68s system 404% cpu 9.463 total abiessmann at punisher % rm -rf /tmp/build-tricorder abiessmann at punisher % PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH make O=/tmp/build-tricorder CROSS_COMPILE=arm-arm926ejs-linux-gnueabi- -s -j16 tricorder_flash_defconfig In file included from scripts/kconfig/zconf.tab.c:2537:0: /home/abiessmann/src/u-boot/scripts/kconfig/menu.c: In function ?get_symbol_str?: /home/abiessmann/src/u-boot/scripts/kconfig/menu.c:590:18: warning: ?jump? may be used uninitialized in this function [-Wmaybe-uninitialized] jump->offset = strlen(r->s); ^ /home/abiessmann/src/u-boot/scripts/kconfig/menu.c:551:19: note: ?jump? was declared here struct jump_key *jump; ^ # # configuration written to .config # # # configuration written to spl/.config # abiessmann at punisher % PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH make O=/tmp/build-tricorder CROSS_COMPILE=arm-arm926ejs-linux-gnueabi- -s -j16 PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH make 35.62s user 1.58s system 526% cpu 7.063 total abiessmann at punisher % abiessmann at punisher % ./tools/buildman/buildman -o /tmp/testbuild -c 1 -b master tricorder boards.cfg is up to date. Nothing to do. Building 1 commit for 2 boards (2 threads, 4 jobs per thread) Cloning repo for thread 0 Cloning repo for thread 1 2 0 0 /2 0:00:10 : tricorder ./tools/buildman/buildman -o /tmp/testbuild -c 1 -b master tricorder 73.72s user 4.00s system 338% cpu 22.986 total abiessmann at punisher % --->8--- Best regards Andreas Bie?mann