Message ID | 20230616102908.59109-1-anthony.perard@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [XEN] Config.mk: update OVMF to edk2-stable202305 | expand |
On 16.06.2023 12:29, Anthony PERARD wrote: > Update to OVMF's latest stable tag. > > This is been prompt by trying to build Xen on Debian Bookworm, > where edk2-stable202108 doesn't build. Also, it's been too long since > the last update. Hmm, yes, almost 2 years. > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Jan Beulich <jbeulich@suse.com>
diff --git a/Config.mk b/Config.mk index d12d4c2b8f..c529b1ba19 100644 --- a/Config.mk +++ b/Config.mk @@ -216,7 +216,7 @@ QEMU_TRADITIONAL_REVISION ?= $(QEMU_TAG) endif OVMF_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/ovmf.git -OVMF_UPSTREAM_REVISION ?= 7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5 +OVMF_UPSTREAM_REVISION ?= ba91d0292e593df8528b66f99c1b0b14fadc8e16 QEMU_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/qemu-xen.git QEMU_UPSTREAM_REVISION ?= master
Update to OVMF's latest stable tag. This is been prompt by trying to build Xen on Debian Bookworm, where edk2-stable202108 doesn't build. Also, it's been too long since the last update. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> --- I've tested it in osstest, so the update should be fine: http://logs.test-lab.xenproject.org/osstest/logs/181458/ --- Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)