summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-06-08 09:46:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-09 13:14:00 +0100
commitf9b4abc12e048c71cd2643b5bdd521ba34f47a06 (patch)
tree947b1b01f22b31f934ff7b6dc735ab3f5b3e0b7b /meta/recipes-core
parent90fe4de865440bbe7e107c7ca4b3638c4b255b1d (diff)
downloadpoky-f9b4abc12e048c71cd2643b5bdd521ba34f47a06.tar.gz
ovmf: update to 202005
(From OE-Core rev: f8bf6b5f9aedcc4490008000250e69f74529db75) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 c089627822..91c1b6ba14 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -19,8 +19,8 @@ SRC_URI = "gitsm://github.com/tianocore/edk2.git;branch=master;protocol=https \
19 file://0001-ovmf-Update-to-latest.patch \ 19 file://0001-ovmf-Update-to-latest.patch \
20 " 20 "
21 21
22PV = "edk2-stable202002" 22PV = "edk2-stable202005"
23SRCREV = "4c0f6e349d32cf27a7104ddd3e729d6ebc88ea70" 23SRCREV = "ca407c7246bf405da6d9b1b9d93e5e7f17b4b1f9"
24UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>edk2-stable.*)" 24UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>edk2-stable.*)"
25 25
26inherit deploy 26inherit deploy