Now that EDK2 has been tagging stable releases, we can also set PV and drop UPSTREAM_VERSION_UNKNOWN.
Cc: Ross Burton <[email protected]> Cc: Patrick Ohly <[email protected]> Signed-off-by: Ricardo Neri <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
