From b9851d612be842d35ebd78f5f21158beaaed8e64 Mon Sep 17 00:00:00 2001 From: Ricardo Neri Date: Tue, 30 Jul 2019 14:26:33 -0400 Subject: ovmf: Set PV Now that EDK2 has been tagging stable releases, we can also set PV and drop UPSTREAM_VERSION_UNKNOWN. Cc: Ross Burton Cc: Patrick Ohly Signed-off-by: Ricardo Neri --- meta/recipes-core/ovmf/ovmf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/ovmf/ovmf_git.bb') diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 11793f0d1a..c66b751a94 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb @@ -18,8 +18,8 @@ SRC_URI = "gitsm://github.com/tianocore/edk2.git;branch=master;protocol=git \ file://0004-ovmf-enable-long-path-file.patch \ file://no-stack-protector-all-archs.patch \ " -UPSTREAM_VERSION_UNKNOWN = "1" +PV = "edk2-stable201905" SRCREV="20d2e5a125e34fc8501026613a71549b2a1a3e54" inherit deploy -- cgit 1.2.3-korg