[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] Include bios-256k.bin blob during "make install
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH] Include bios-256k.bin blob during "make install" |
Date: |
Sat, 11 Jan 2014 00:07:18 +0000 |
On 10 January 2014 21:51, Gabriel L. Somlo <address@hidden> wrote:
> Signed-off-by: Gabriel Somlo <address@hidden>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index bdff4e4..807054b 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -290,7 +290,7 @@ common de-ch es fo fr-ca hu ja mk nl-be
> pt sl tr \
> bepo cz
>
> ifdef INSTALL_BLOBS
> -BLOBS=bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
> +BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
We've now seen this patch four times from four different people.
Previously:
http://lists.gnu.org/archive/html/qemu-devel/2013-12/msg01612.html
https://lists.gnu.org/archive/html/qemu-devel/2014-01/msg00401.html
https://lists.gnu.org/archive/html/qemu-devel/2014-01/msg01036.html
Could somebody apply Eduardo's patch from December before
we get a fifth version? :-)
thanks
-- PMM