[OE-core] [PATCH 2/5] ovmf: Set PV

Ricardo Neri ricardo.neri-calderon at linux.intel.com
Wed Aug 7 01:44:36 UTC 2019


Now that EDK2 has been tagging stable releases, we can also set PV
and drop UPSTREAM_VERSION_UNKNOWN.

Cc: Ross Burton <ross.burton at intel.com>
Cc: Patrick Ohly <patrick.ohly at intel.com>
Signed-off-by: Ricardo Neri <ricardo.neri-calderon at linux.intel.com>
---
 meta/recipes-core/ovmf/ovmf_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.20.1



More information about the Openembedded-core mailing list