qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios,


From: Anthony Liguori
Subject: [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,
Date: Tue, 08 Sep 2009 08:08:59 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090825)

Gerd Hoffmann wrote:
On 09/04/09 17:19, Anthony Liguori wrote:
From: Anthony Liguori<address@hidden>

they aren't integrated into the build but we can do that incrementally.

Signed-off-by: Anthony Liguori<address@hidden>

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..71494ea
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule "roms/vgabios"]
+    path = roms/vgabios
+    url = ../vgabios.git
+[submodule "roms/seabios"]
+    path = roms/seabios
+    url = ../seabios.git
+[submodule "roms/pcbios"]
+    path = roms/pcbios
+    url = ../pcbios.git

Hmm. /me thinks that isn't going to work as long as the master repository is savanna not qemu.org ...

These are all just place holders for now. You can do git submodule init/update in two separate steps such that you can modify the paths before the checkout.

--
Regards,

Anthony Liguori





reply via email to

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