[oe-commits] [openembedded-core] 08/11: ovmf: Set PV

git at git.openembedded.org git at git.openembedded.org
Thu Aug 8 09:27:20 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b9851d612be842d35ebd78f5f21158beaaed8e64
Author: Ricardo Neri <ricardo.neri-calderon at linux.intel.com>
AuthorDate: Tue Jul 30 14:26:33 2019 -0400

    ovmf: Set PV
    
    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 11793f0..c66b751 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list