From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ml0RY-0002b4-NS for qemu-devel@nongnu.org; Tue, 08 Sep 2009 09:09:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ml0RU-0002T5-Dx for qemu-devel@nongnu.org; Tue, 08 Sep 2009 09:09:08 -0400 Received: from [199.232.76.173] (port=41410 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ml0RU-0002Sv-B5 for qemu-devel@nongnu.org; Tue, 08 Sep 2009 09:09:04 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:33891) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ml0RT-0006sp-Qx for qemu-devel@nongnu.org; Tue, 08 Sep 2009 09:09:04 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e5.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id n88D0PNL027197 for ; Tue, 8 Sep 2009 09:00:25 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n88D91EC237890 for ; Tue, 8 Sep 2009 09:09:01 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n88D905b006903 for ; Tue, 8 Sep 2009 09:09:01 -0400 Message-ID: <4AA6576B.9090103@us.ibm.com> Date: Tue, 08 Sep 2009 08:08:59 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <200909041515.n84FFwDS025473@d01av02.pok.ibm.com> <4AA605FC.1030500@redhat.com> In-Reply-To: <4AA605FC.1030500@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now, List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: "qemu-devel@nongnu.org" Gerd Hoffmann wrote: > On 09/04/09 17:19, Anthony Liguori wrote: >> From: Anthony Liguori >> >> they aren't integrated into the build but we can do that incrementally. >> >> Signed-off-by: Anthony Liguori >> >> 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