summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-10-27 22:16:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-29 16:28:36 +0100
commit6487b06bd07b3b9190f069ab649f84ec97aaa8f2 (patch)
tree2113a37ca780cfdfc13bab60cec000064c496564
parent2730a120bd5c77c8d744b0b4678b77bb8245a379 (diff)
downloadpoky-6487b06bd07b3b9190f069ab649f84ec97aaa8f2.tar.gz
ovmf: upgrade edk2-stable202205 -> edk2-stable202208
(From OE-Core rev: 5037ab9736e833f5e2b1345b99412bcf0eb7306c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/ovmf/ovmf_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb
index 40542239e2..d1bf8b080d 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -26,8 +26,8 @@ SRC_URI = "gitsm://github.com/tianocore/edk2.git;branch=master;protocol=https \
26 file://0006-reproducible.patch \ 26 file://0006-reproducible.patch \
27 " 27 "
28 28
29PV = "edk2-stable202205" 29PV = "edk2-stable202208"
30SRCREV = "16779ede2d366bfc6b702e817356ccf43425bcc8" 30SRCREV = "ba0e0e4c6a174b71b18ccd6e47319cc45878893c"
31UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>edk2-stable.*)" 31UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>edk2-stable.*)"
32 32
33inherit deploy 33inherit deploy