diff options
author | Ricardo Neri <ricardo.neri-calderon@linux.intel.com> | 2019-07-30 14:26:33 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-12 16:23:57 +0100 |
commit | b7f92324cc551d7533858356b4bad49ab6c3ec52 (patch) | |
tree | 27e8c954090d6e8fdb2f46f60629f7b74bc3a1b0 /meta | |
parent | bc59000e77b08d50d5dca3f38f8e52c9b6796304 (diff) | |
download | poky-b7f92324cc551d7533858356b4bad49ab6c3ec52.tar.gz |
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@intel.com>
Cc: Patrick Ohly <patrick.ohly@intel.com>
(From OE-Core rev: b9851d612be842d35ebd78f5f21158beaaed8e64)
Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
18 | file://0004-ovmf-enable-long-path-file.patch \ | 18 | file://0004-ovmf-enable-long-path-file.patch \ |
19 | file://no-stack-protector-all-archs.patch \ | 19 | file://no-stack-protector-all-archs.patch \ |
20 | " | 20 | " |
21 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
22 | 21 | ||
22 | PV = "edk2-stable201905" | ||
23 | SRCREV="20d2e5a125e34fc8501026613a71549b2a1a3e54" | 23 | SRCREV="20d2e5a125e34fc8501026613a71549b2a1a3e54" |
24 | 24 | ||
25 | inherit deploy | 25 | inherit deploy |