Date
1 - 2 of 2
[PATCH 2/2] seabios: Upgrade to 1.16 release
Pin to use gcc as compiler always
Signed-off-by: Khem Raj <raj.khem@...> Cc: Bruce Ashfield <bruce.ashfield@...> --- .../seabios/{seabios_1.14.0.bb => seabios_1.16.0.bb} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename recipes-extended/seabios/{seabios_1.14.0.bb => seabios_1.16.0.bb} (87%) diff --git a/recipes-extended/seabios/seabios_1.14.0.bb b/recipes-extended/seabios/seabios_1.16.0.bb similarity index 87% rename from recipes-extended/seabios/seabios_1.14.0.bb rename to 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() { -- 2.36.1
|
|
Bruce Ashfield
merged.
toggle quoted messageShow quoted text
Bruce
On Mon, May 9, 2022 at 1:01 PM Khem Raj <raj.khem@...> wrote:
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
|
|