qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Missing roms/seabios/Makefile and roms/vgabios/Makefile


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] Missing roms/seabios/Makefile and roms/vgabios/Makefile
Date: Thu, 20 Jan 2011 10:58:31 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, Jan 20, 2011 at 10:51:17AM +0000, Mateusz Loskot wrote:
> On 19/01/11 18:07, Blue Swirl wrote:
> >On Wed, Jan 19, 2011 at 12:44 PM, Mateusz Loskot<address@hidden>  wrote:
> >>Hi,
> >>
> >>Running ./configure (under MinGW/MSYS) and symlink gives up trying to
> >>create links to non-existing Makefiles in
> >>roms/seabios/Makefile
> >>roms/vgabios/Makefile
> >
> >Those directiories are actually git submodules, when you run 'git
> >submodule update', they get populated.
> 
> Something is not quite working and I don't get anything populated.
> Here I tried under MinGW
> 
> address@hidden /g/src/qemu/_git/master
> $ git pull
> Already up-to-date.
> 
> address@hidden /g/src/qemu/_git/master
> $ git submodule update
> 
> address@hidden /g/src/qemu/_git/master
> $ ls roms/seabios/
> config.mak

Make sure roms/{vgabios,seabios} are empty directories.

$ git submodule init
$ git submodule update

This should clone the vgabios and seabios repos and checkout the correct
commit.  After this completes successfully you should have source trees
under roms/{vgabios,seabios}.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]