summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBertrand Marquis <bertrand.marquis@arm.com>2021-03-09 11:21:53 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-03-09 22:36:09 -0500
commite7a6b731335f4a50b751625934bfe387e78d23eb (patch)
treeab5963d6c166107ae7b83919787844aa48f9f22d /recipes-extended
parent223829498728394a7ff7eb539b62d153ffdcc33d (diff)
downloadmeta-virtualization-e7a6b731335f4a50b751625934bfe387e78d23eb.tar.gz
seabios: upgrade to version 1.14.0
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> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/seabios/seabios_1.14.0.bb (renamed from recipes-extended/seabios/seabios_1.13.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/seabios/seabios_1.13.0.bb b/recipes-extended/seabios/seabios_1.14.0.bb
index 4cf44201..1591cb62 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
16 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6 \ 16 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6 \
17 " 17 "
18 18
19SRC_URI[md5sum] = "1dc1725bac1d230bfd6b3204eed4f2f7" 19SRC_URI[md5sum] = "9df3b7de6376850d09161137e7a9b61f"
20SRC_URI[sha256sum] = "37673dc2d6308591b15bdb94e5bcc3e99bdb40198d2247733c43f50b55dbe703" 20SRC_URI[sha256sum] = "eb70cc62b29aa83e10a653233acebf4bb154d00d0c87dc2a2c6e2da75e5e81fd"
21 21
22FILES_${PN} = "/usr/share/firmware" 22FILES_${PN} = "/usr/share/firmware"
23 23