On 07/08/20 11:20, Peter Maydell wrote: >> In terms of testing I'd suggest the minimium bar is likely the GitLab CI >> and Peter's merge scripts. > I tried running it through a build test. Fails to build, all hosts: > > make: Entering directory '/home/petmay01/linaro/qemu-for-merges/build/alldbg' > config-host.mak is out-of-date, running configure > > ERROR: Meson not found. Use --meson=/path/to/meson|git|internal > > make: Leaving directory '/home/petmay01/linaro/qemu-for-merges/build/alldbg' > make: *** No rule to make target 'config-host.mak', needed by > 'meson-private/coredata.dat'. Stop. > > > Can we make this Just Work ?
Yes, looks like configure is not doing "git submodule update" the right way. I'll debug it. Paolo
