gnu-efi: upgrade 4.0.0 -> 4.0.1

ChangeLog:
https://github.com/ncroxon/gnu-efi/releases/tag/4.0.1

Refresh local patch.

(From OE-Core rev: 93025d5d6694a90cf4d591c29853303d04ac5844)

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yi Zhao 2025-05-22 16:15:11 +08:00 committed by Richard Purdie
parent 982ef9ddeb
commit 7e55f7f8a8
2 changed files with 12 additions and 8 deletions

View File

@ -1,4 +1,4 @@
From 89218bb3c5eb7b97987769cb4f7bf8323d35ca7e Mon Sep 17 00:00:00 2001
From 80e17bcdf45dcf40b8f356cf68389612407b9f7b Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Thu, 16 May 2024 21:38:32 +0800
Subject: [PATCH] Do not treat warnings as errors
@ -15,11 +15,15 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Make.defaults b/Make.defaults
index 1347aca..1834d1c 100755
index 6d3cf51..23b9383 100755
--- a/Make.defaults
+++ b/Make.defaults
@@ -262,3 +262,3 @@ CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \
else
-CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Wno-pointer-sign -Werror \
+CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Wno-pointer-sign \
@@ -267,7 +267,7 @@ CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \
-fno-strict-aliasing \
-ffreestanding -fno-stack-protector
else
-CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \
+CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra \
-fno-strict-aliasing \
-ffreestanding -fno-stack-protector \
$(if $(findstring 0,$(USING_CLANG)),-fno-merge-all-constants,)

View File

@ -16,9 +16,9 @@ COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*|riscv64.*)-linux"
COMPATIBLE_HOST:armv4 = 'null'
SRC_URI = "git://github.com/ncroxon/gnu-efi;protocol=https;branch=master \
file://0002-Do-not-treat-warnings-as-errors.patch \
file://0001-Do-not-treat-warnings-as-errors.patch \
"
SRCREV = "5ea320f0f01c8de8f9dd4e4e38a245608f0287dd"
SRCREV = "00cdfa66e923ab2f6683bb52cab0d0d1a9083b16"
S = "${WORKDIR}/git"