diff options
author | 2022-05-09 09:19:15 -0700 | |
---|---|---|
committer | 2022-05-18 13:56:43 -0400 | |
commit | 8cf78f8f207ef9dbb6ba1e6607c5d7bc984a8c97 (patch) | |
tree | 9e10138831b99832356da196e29d2723860204f9 | |
parent | cc670349373788063169bc7b040287ab2acf8c46 (diff) | |
download | meta-virtualization-8cf78f8f207ef9dbb6ba1e6607c5d7bc984a8c97.tar.gz meta-virtualization-8cf78f8f207ef9dbb6ba1e6607c5d7bc984a8c97.tar.bz2 meta-virtualization-8cf78f8f207ef9dbb6ba1e6607c5d7bc984a8c97.zip |
seabios: Upgrade to 1.16 release
Pin to use gcc as compiler always
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/seabios/seabios_1.16.0.bb (renamed from recipes-extended/seabios/seabios_1.14.0.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-extended/seabios/seabios_1.14.0.bb b/recipes-extended/seabios/seabios_1.16.0.bb index a090756..ebab54b 100644 --- a/recipes-extended/seabios/seabios_1.14.0.bb +++ b/recipes-extended/seabios/seabios_1.16.0.bb @@ -15,9 +15,7 @@ S = "${WORKDIR}/${PN}-${PV}" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6 \ " - -SRC_URI[md5sum] = "9df3b7de6376850d09161137e7a9b61f" -SRC_URI[sha256sum] = "eb70cc62b29aa83e10a653233acebf4bb154d00d0c87dc2a2c6e2da75e5e81fd" +SRC_URI[sha256sum] = "d44d8e97ad56f3fd23ed3076077a770d37a5e7bae22daa59656ff41c3334fb34" FILES:${PN} = "/usr/share/firmware" @@ -27,6 +25,9 @@ TUNE_CCARGS = "" EXTRA_OEMAKE += "HOSTCC='${BUILD_CC}'" EXTRA_OEMAKE += "CROSS_PREFIX=${TARGET_PREFIX}" +# Can not yet compile with clang e.g. +TOOLCHAIN = "gcc" + COMPATIBLE_HOST = "(i.86|x86_64).*-linux" do_configure() { |