]> code.ossystems Code Review - openembedded-core.git/commitdiff
ovmf: submit patch upstream
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 17 Nov 2021 15:34:50 +0000 (16:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Nov 2021 11:04:00 +0000 (11:04 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/ovmf/ovmf/0005-debug-prefix-map.patch

index e467d6f1528a28efddae6e9d6fc6555af73020b1..9e345f4dda7eb5ebdb67f09e1f2f54d8add5637f 100644 (file)
@@ -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 <richard.purdie@linuxfoundation.org>
 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
 ---