From c3814b7d29a160895dd1cdbdac6b241ed7814b64 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 17 Nov 2021 16:34:50 +0100 Subject: [PATCH] ovmf: submit patch upstream (From OE-Core rev: 589eca0d1a4653013e2172818f8bccafdab161e5) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-core/ovmf/ovmf/0005-debug-prefix-map.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/ovmf/ovmf/0005-debug-prefix-map.patch b/meta/recipes-core/ovmf/ovmf/0005-debug-prefix-map.patch index e467d6f152..9e345f4dda 100644 --- a/meta/recipes-core/ovmf/ovmf/0005-debug-prefix-map.patch +++ b/meta/recipes-core/ovmf/ovmf/0005-debug-prefix-map.patch @@ -14,7 +14,7 @@ overflowing section sizes and causing small changes in the binary output. Previously we relied on the stripped output being the same which isn't always the case if the size of the debug symbols varies. -Upstream-Status: Pending [gcc parts may be upstreamable, nasm patch isn't upstream yet] +Upstream-Status: Submitted [https://github.com/tianocore/edk2/pull/2202] Signed-off-by: Richard Purdie Signed-off-by: Alexander Kanavin ---