> > Also it would need more guidance on what to actually do with the > > tarball, as if you merely unpack it into this dir, it won't work > > as it will be one level of dirs nesting too deep for QEMU's > > build scripts to work. > > I could add some wording how to use the edk2-build.sh script with a > downloaded edk2 tarball if that helps ... not sure whether it is really > required, though, we also don't provide instruction for building any other > firmware yet, as far as I know.
The instructions are printed by "make -C roms help". We could teach roms/Makefile to either automatically fetch the sources (be that the upstream edk2 tarball or a qemu-firmware-src tarball should we go with the approach suggested by Daniel elsewhere in this thread), or throw an error with instructions when they are not present. take care, Gerd