* [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,
[not found] <200909041515.n84FFwDS025473@d01av02.pok.ibm.com>
@ 2009-09-08 7:21 ` Gerd Hoffmann
2009-09-08 13:08 ` Anthony Liguori
0 siblings, 1 reply; 7+ messages in thread
From: Gerd Hoffmann @ 2009-09-08 7:21 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel@nongnu.org
On 09/04/09 17:19, Anthony Liguori wrote:
> From: Anthony Liguori<aliguori@us.ibm.com>
>
> they aren't integrated into the build but we can do that incrementally.
>
> Signed-off-by: Anthony Liguori<aliguori@us.ibm.com>
>
> 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 ...
cheers,
Gerd
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,
2009-09-08 7:21 ` [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now, Gerd Hoffmann
@ 2009-09-08 13:08 ` Anthony Liguori
2009-09-30 2:33 ` Isaku Yamahata
0 siblings, 1 reply; 7+ messages in thread
From: Anthony Liguori @ 2009-09-08 13:08 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: qemu-devel@nongnu.org
Gerd Hoffmann wrote:
> On 09/04/09 17:19, Anthony Liguori wrote:
>> From: Anthony Liguori<aliguori@us.ibm.com>
>>
>> they aren't integrated into the build but we can do that incrementally.
>>
>> Signed-off-by: Anthony Liguori<aliguori@us.ibm.com>
>>
>> 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,
2009-09-08 13:08 ` Anthony Liguori
@ 2009-09-30 2:33 ` Isaku Yamahata
2009-09-30 13:02 ` Anthony Liguori
0 siblings, 1 reply; 7+ messages in thread
From: Isaku Yamahata @ 2009-09-30 2:33 UTC (permalink / raw)
To: Anthony Liguori; +Cc: Gerd Hoffmann, qemu-devel@nongnu.org
On Tue, Sep 08, 2009 at 08:08:59AM -0500, Anthony Liguori wrote:
> Gerd Hoffmann wrote:
> >On 09/04/09 17:19, Anthony Liguori wrote:
> >>From: Anthony Liguori<aliguori@us.ibm.com>
> >>
> >>they aren't integrated into the build but we can do that incrementally.
> >>
> >>Signed-off-by: Anthony Liguori<aliguori@us.ibm.com>
> >>
> >>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.
Hi.
Is there any documentation available
about where those git repo are and how to compile?
Fortunately I was able to find the repo
in git.qemu.org by digging out the ML archive.
However there should be some kind of description
in pc-bios/README or somewhere else.
--
yamahata
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,
2009-09-30 2:33 ` Isaku Yamahata
@ 2009-09-30 13:02 ` Anthony Liguori
2009-12-07 2:14 ` Isaku Yamahata
0 siblings, 1 reply; 7+ messages in thread
From: Anthony Liguori @ 2009-09-30 13:02 UTC (permalink / raw)
To: Isaku Yamahata; +Cc: Gerd Hoffmann, qemu-devel@nongnu.org
Hi Isaku,
Isaku Yamahata wrote:
> Is there any documentation available
> about where those git repo are and how to compile?
>
> Fortunately I was able to find the repo
> in git.qemu.org by digging out the ML archive.
> However there should be some kind of description
> in pc-bios/README or somewhere else.
>
Good point, I'll work on that.
--
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,
2009-09-30 13:02 ` Anthony Liguori
@ 2009-12-07 2:14 ` Isaku Yamahata
2009-12-07 2:52 ` Anthony Liguori
0 siblings, 1 reply; 7+ messages in thread
From: Isaku Yamahata @ 2009-12-07 2:14 UTC (permalink / raw)
To: Anthony Liguori; +Cc: Gerd Hoffmann, qemu-devel@nongnu.org
On Wed, Sep 30, 2009 at 08:02:08AM -0500, Anthony Liguori wrote:
> Hi Isaku,
>
> Isaku Yamahata wrote:
>> Is there any documentation available about where those git repo are and
>> how to compile?
>>
>> Fortunately I was able to find the repo
>> in git.qemu.org by digging out the ML archive.
>> However there should be some kind of description
>> in pc-bios/README or somewhere else.
>>
>
> Good point, I'll work on that.
What happened to this?
At this moment, there is no document which describes the official
procedure to compile BIOSes.
I suppose this kind of document is suitable for 0.12.0 release.
--
yamahata
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,
2009-12-07 2:14 ` Isaku Yamahata
@ 2009-12-07 2:52 ` Anthony Liguori
2009-12-07 3:19 ` Isaku Yamahata
0 siblings, 1 reply; 7+ messages in thread
From: Anthony Liguori @ 2009-12-07 2:52 UTC (permalink / raw)
To: Isaku Yamahata; +Cc: Gerd Hoffmann, qemu-devel@nongnu.org
Isaku Yamahata wrote:
> On Wed, Sep 30, 2009 at 08:02:08AM -0500, Anthony Liguori wrote:
>
>> Hi Isaku,
>>
>> Isaku Yamahata wrote:
>>
>>> Is there any documentation available about where those git repo are and
>>> how to compile?
>>>
>>> Fortunately I was able to find the repo
>>> in git.qemu.org by digging out the ML archive.
>>> However there should be some kind of description
>>> in pc-bios/README or somewhere else.
>>>
>>>
>> Good point, I'll work on that.
>>
>
> What happened to this?
> At this moment, there is no document which describes the official
> procedure to compile BIOSes.
> I suppose this kind of document is suitable for 0.12.0 release.
>
There's really nothing that clever about it.
$ git clone git://git.qemu.org/qemu.git
$ cd qemu
$ git submodule update --init
$ cd roms/seabios
$ make
$ cp out/bios.bin ../../pc-bios/bios.bin
The last three steps could be totally automated by the build system.
That's what I'd like to see.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,
2009-12-07 2:52 ` Anthony Liguori
@ 2009-12-07 3:19 ` Isaku Yamahata
0 siblings, 0 replies; 7+ messages in thread
From: Isaku Yamahata @ 2009-12-07 3:19 UTC (permalink / raw)
To: Anthony Liguori; +Cc: Gerd Hoffmann, qemu-devel@nongnu.org
On Sun, Dec 06, 2009 at 08:52:11PM -0600, Anthony Liguori wrote:
> Isaku Yamahata wrote:
>> On Wed, Sep 30, 2009 at 08:02:08AM -0500, Anthony Liguori wrote:
>>
>>> Hi Isaku,
>>>
>>> Isaku Yamahata wrote:
>>>
>>>> Is there any documentation available about where those git repo are
>>>> and how to compile?
>>>>
>>>> Fortunately I was able to find the repo
>>>> in git.qemu.org by digging out the ML archive.
>>>> However there should be some kind of description
>>>> in pc-bios/README or somewhere else.
>>>>
>>> Good point, I'll work on that.
>>>
>>
>> What happened to this?
>> At this moment, there is no document which describes the official
>> procedure to compile BIOSes.
>> I suppose this kind of document is suitable for 0.12.0 release.
>>
>
> There's really nothing that clever about it.
>
> $ git clone git://git.qemu.org/qemu.git
> $ cd qemu
> $ git submodule update --init
> $ cd roms/seabios
> $ make
> $ cp out/bios.bin ../../pc-bios/bios.bin
>
> The last three steps could be totally automated by the build system.
> That's what I'd like to see.
So the repository will be moved from nongnu to git.qemu.org
even for qemu itself?
Anyway here's the patch.
>From 60c5325a84776beb0dd20581396126a0e068e707 Mon Sep 17 00:00:00 2001
From: Isaku Yamahata <yamahata@valinux.co.jp>
Date: Mon, 7 Dec 2009 12:15:25 +0900
Subject: [PATCH] pc-bios: update README to describe compile BIOSes.
Add the procedure to compile BIOSes.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
---
pc-bios/README | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/pc-bios/README b/pc-bios/README
index 3f2c978..9bf2532 100644
--- a/pc-bios/README
+++ b/pc-bios/README
@@ -26,3 +26,16 @@
virtio 1af4:1000
http://rom-o-matic.net/
+
+- To compile PC related BIOSes
+ git.qemu.org holds the repositories for BIOSes sources.
+ So you can compile BIOSes by following steps.
+
+ $ git clone git://git.qemu.org/qemu.git
+ $ cd qemu
+ $ git submodule update --init
+ $ cd roms/seabios
+ $ make
+ $ cp out/bios.bin ../../pc-bios/bios.bin
+
+ The last three steps could be totally automated by the build system.
--
1.6.5.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-12-07 3:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200909041515.n84FFwDS025473@d01av02.pok.ibm.com>
2009-09-08 7:21 ` [Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now, Gerd Hoffmann
2009-09-08 13:08 ` Anthony Liguori
2009-09-30 2:33 ` Isaku Yamahata
2009-09-30 13:02 ` Anthony Liguori
2009-12-07 2:14 ` Isaku Yamahata
2009-12-07 2:52 ` Anthony Liguori
2009-12-07 3:19 ` Isaku Yamahata
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).