summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ovmf/ovmf_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-12 22:28:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-13 11:33:47 +0100
commit9113a5815f3c682ef99fd777e35e892b2e08237f (patch)
tree68273be6fc6ed075d9a93c65eab72f471d4fc949 /meta/recipes-core/ovmf/ovmf_git.bb
parent627b6ed763eca90192203932784872b60a65fcaa (diff)
downloadopenembedded-core-contrib-9113a5815f3c682ef99fd777e35e892b2e08237f.tar.gz
ovmf: Fix other reproducibility issues
When building in longer paths, the ovmf build changes in many ways. This adds a patch addressing various causes of problems. Full details are in the patch header. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ovmf/ovmf_git.bb')
-rw-r--r--meta/recipes-core/ovmf/ovmf_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb
index ef5545bf70..696c234035 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -18,6 +18,7 @@ SRC_URI = "gitsm://github.com/tianocore/edk2.git;branch=master;protocol=https \
file://0004-ovmf-Update-to-latest.patch \
file://zero.patch \
file://debug_prefix_map.patch \
+ file://reproducible.patch \
"
PV = "edk2-stable202102"