From: Ricardo Neri Date: Tue, 30 Jul 2019 18:26:33 +0000 (-0400) Subject: ovmf: Set PV X-Git-Tag: uninative-2.7~529 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b9851d612be842d35ebd78f5f21158beaaed8e64;p=openembedded-core.git 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 --- 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