From: Yi Zhao Date: Thu, 18 Dec 2025 02:28:30 +0000 (+0800) Subject: gnu-efi: upgrade 4.0.2 -> 4.0.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b008bd8502f03d2989e6bb0db1aa46b38d20309c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git gnu-efi: upgrade 4.0.2 -> 4.0.4 ChangeLog: https://github.com/ncroxon/gnu-efi/releases/tag/4.0.3 https://github.com/ncroxon/gnu-efi/releases/tag/4.0.4 * Refresh local patch. Signed-off-by: Yi Zhao Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi/0001-Do-not-treat-warnings-as-errors.patch b/meta/recipes-bsp/gnu-efi/gnu-efi/0001-Do-not-treat-warnings-as-errors.patch index 2909420933..eb99d82046 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi/0001-Do-not-treat-warnings-as-errors.patch +++ b/meta/recipes-bsp/gnu-efi/gnu-efi/0001-Do-not-treat-warnings-as-errors.patch @@ -1,4 +1,4 @@ -From 2f70be61679933805e1d2fef4fefcaf041cbd8db Mon Sep 17 00:00:00 2001 +From 0298e10c334241ec503992db567d6850941c7737 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 16 May 2024 21:38:32 +0800 Subject: [PATCH] Do not treat warnings as errors @@ -15,15 +15,15 @@ Signed-off-by: Khem Raj 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.defaults b/Make.defaults -index 777a638..bf98939 100755 +index cf7a88e..399e31c 100755 --- a/Make.defaults +++ b/Make.defaults -@@ -275,7 +275,7 @@ EFI_CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \ +@@ -275,7 +275,7 @@ EFI_CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Wstrict-prototypes -Werror \ -fno-strict-aliasing \ -ffreestanding -fno-stack-protector else --EFI_CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \ -+EFI_CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra \ +-EFI_CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Wstrict-prototypes -Werror \ ++EFI_CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Wstrict-prototypes \ -fno-strict-aliasing \ -ffreestanding -fno-stack-protector \ $(if $(findstring 0,$(USING_CLANG)),-fno-merge-all-constants,) diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.2.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.4.bb similarity index 98% rename from meta/recipes-bsp/gnu-efi/gnu-efi_4.0.2.bb rename to meta/recipes-bsp/gnu-efi/gnu-efi_4.0.4.bb index 5ce5ceb884..0f493b8414 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.2.bb +++ b/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.4.bb @@ -18,7 +18,7 @@ COMPATIBLE_HOST:armv4 = 'null' SRC_URI = "git://github.com/ncroxon/gnu-efi;protocol=https;branch=master \ file://0001-Do-not-treat-warnings-as-errors.patch \ " -SRCREV = "1fee8ab566ce91b9cbab9f2c85db96566d79063b" +SRCREV = "37cd8f069bde6715eebdc5e38a8f15ee6de5edcf" # llvm-objcopy fails # arm-poky-linux-gnueabi-llvm-objcopy: error: 't8.so': section '.dynstr' cannot be removed because it is referenced by the section '.dynamic'