From: Alexander Kanavin Date: Wed, 17 Nov 2021 15:34:50 +0000 (+0100) Subject: ovmf: submit patch upstream X-Git-Tag: uninative-3.5~804 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=589eca0d1a4653013e2172818f8bccafdab161e5;p=openembedded-core.git ovmf: submit patch upstream Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 ---