Re: [SeaBIOS] Problems with parallel build and SeaVGABIOS

2016-12-28 Thread Kevin O'Connor
On Fri, Dec 02, 2016 at 03:24:27PM +0100, Paul Menzel wrote: > Dear SeaBIOS folks, > > > building SeaBIOS for coreboot with SeaVGABIOS in parallel, I get an error. > > > $ nproc > > 8 > > $ git log --oneline -1 > > b98c658 drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS > > $

[SeaBIOS] Problems with parallel build and SeaVGABIOS

2016-12-02 Thread Paul Menzel
Dear SeaBIOS folks, building SeaBIOS for coreboot with SeaVGABIOS in parallel, I get an error. > $ nproc > 8 > $ git log --oneline -1 > b98c658 drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS > $ grep VGA_COREBOOT .config > CONFIG_VGA_COREBOOT=y > $ make menuconfig && make cle