On 27 October 2016 at 14:52, Cédric Le Goater <[email protected]> wrote: > On 10/27/2016 03:06 PM, Peter Maydell wrote: >> I'm afraid this breaks 'make check' (all configs): >> GTESTER check-qtest-ppc64 >> qemu: hardware error: qemu: could not load OPAL '(null)' > > hmm, patch : > > [PULL 22/49] ppc: add skiboot firmware for the pnv platform > > should be adding it.
The new file doesn't have a '.bin' suffix so it isn't handled by the existing wildcards in configure for copying the ROM blobs into the build tree, and that patch doesn't add any new rune to do it. So 'make check' will work for: * build in the source directory * build if you've done a make install on your host, ever but fail for: * build in a separate build tree and the ROM blob isn't installed on the system already thanks -- PMM
