All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] seabios: upgrade to version 1.14.0
@ 2021-03-09 11:21 Bertrand Marquis
  2021-03-10  3:36 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Bertrand Marquis @ 2021-03-09 11:21 UTC (permalink / raw)
  To: meta-virtualization; +Cc: christopher.w.clark, nd

Upgrade version of seabios to the latest one.
This is solving compilation errors happening with newer version of gcc
introduced in poky which in the following error after some warnings:
"x86_64-poky-linux-ld: cannot use executable file 'out/rom16.strip.o' as
input to a link"

Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
---
This change has only be tested to compile properly by building an x86_64
image for qemu x86_64 with Xen activated.
I could not check that the generated binaries by seabios are properly
working.
---
 .../seabios/{seabios_1.13.0.bb => seabios_1.14.0.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-extended/seabios/{seabios_1.13.0.bb => seabios_1.14.0.bb} (87%)

diff --git a/recipes-extended/seabios/seabios_1.13.0.bb b/recipes-extended/seabios/seabios_1.14.0.bb
similarity index 87%
rename from recipes-extended/seabios/seabios_1.13.0.bb
rename to recipes-extended/seabios/seabios_1.14.0.bb
index 4cf4420..1591cb6 100644
--- a/recipes-extended/seabios/seabios_1.13.0.bb
+++ b/recipes-extended/seabios/seabios_1.14.0.bb
@@ -16,8 +16,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504
                     file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6  \
                     "
 
-SRC_URI[md5sum] = "1dc1725bac1d230bfd6b3204eed4f2f7"
-SRC_URI[sha256sum] = "37673dc2d6308591b15bdb94e5bcc3e99bdb40198d2247733c43f50b55dbe703"
+SRC_URI[md5sum] = "9df3b7de6376850d09161137e7a9b61f"
+SRC_URI[sha256sum] = "eb70cc62b29aa83e10a653233acebf4bb154d00d0c87dc2a2c6e2da75e5e81fd"
 
 FILES_${PN} = "/usr/share/firmware"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization] [PATCH] seabios: upgrade to version 1.14.0
  2021-03-09 11:21 [PATCH] seabios: upgrade to version 1.14.0 Bertrand Marquis
@ 2021-03-10  3:36 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-03-10  3:36 UTC (permalink / raw)
  To: Bertrand Marquis; +Cc: meta-virtualization, christopher.w.clark, nd

merged.

Bruce

In message: [meta-virtualization] [PATCH] seabios: upgrade to version 1.14.0
on 09/03/2021 Bertrand Marquis wrote:

> Upgrade version of seabios to the latest one.
> This is solving compilation errors happening with newer version of gcc
> introduced in poky which in the following error after some warnings:
> "x86_64-poky-linux-ld: cannot use executable file 'out/rom16.strip.o' as
> input to a link"
> 
> Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
> ---
> This change has only be tested to compile properly by building an x86_64
> image for qemu x86_64 with Xen activated.
> I could not check that the generated binaries by seabios are properly
> working.
> ---
>  .../seabios/{seabios_1.13.0.bb => seabios_1.14.0.bb}          | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename recipes-extended/seabios/{seabios_1.13.0.bb => seabios_1.14.0.bb} (87%)
> 
> diff --git a/recipes-extended/seabios/seabios_1.13.0.bb b/recipes-extended/seabios/seabios_1.14.0.bb
> similarity index 87%
> rename from recipes-extended/seabios/seabios_1.13.0.bb
> rename to recipes-extended/seabios/seabios_1.14.0.bb
> index 4cf4420..1591cb6 100644
> --- a/recipes-extended/seabios/seabios_1.13.0.bb
> +++ b/recipes-extended/seabios/seabios_1.14.0.bb
> @@ -16,8 +16,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504
>                      file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6  \
>                      "
>  
> -SRC_URI[md5sum] = "1dc1725bac1d230bfd6b3204eed4f2f7"
> -SRC_URI[sha256sum] = "37673dc2d6308591b15bdb94e5bcc3e99bdb40198d2247733c43f50b55dbe703"
> +SRC_URI[md5sum] = "9df3b7de6376850d09161137e7a9b61f"
> +SRC_URI[sha256sum] = "eb70cc62b29aa83e10a653233acebf4bb154d00d0c87dc2a2c6e2da75e5e81fd"
>  
>  FILES_${PN} = "/usr/share/firmware"
>  
> -- 
> 2.17.1
> 

> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-10  3:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-09 11:21 [PATCH] seabios: upgrade to version 1.14.0 Bertrand Marquis
2021-03-10  3:36 ` [meta-virtualization] " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.