Message ID | 22158.34297.854903.908862@mariner.uk.xensource.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, 2016-01-07 at 15:36 +0000, Ian Jackson wrote: > endif > -OVMF_UPSTREAM_REVISION ?= cb9a7ebabcd6b8a49dc0854b2f9592d732b5afbd > +OVMF_UPSTREAM_REVISION ?= af9785a9ed61daea52b47f0bf448f1f228beee1e This should be: OVMF_UPSTREAM_REVISION ?= 52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d You've picked up 04c5efb0a141 but not f046e501bbc I think, we should take both, since that's what I've tested if nothing else. Ian. > QEMU_UPSTREAM_REVISION ?= qemu-xen-4.6.0 > MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.6.0 > # Fri Jun 26 11:58:40 2015 +0100
diff --git a/Config.mk b/Config.mk index 5ba36aa..e829f7e 100644 --- a/Config.mk +++ b/Config.mk @@ -253,7 +253,7 @@ QEMU_TRADITIONAL_URL ?= git://xenbits.xen.org/qemu-xen-traditional.git SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git endif -OVMF_UPSTREAM_REVISION ?= cb9a7ebabcd6b8a49dc0854b2f9592d732b5afbd +OVMF_UPSTREAM_REVISION ?= af9785a9ed61daea52b47f0bf448f1f228beee1e QEMU_UPSTREAM_REVISION ?= qemu-xen-4.6.0 MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.6.0 # Fri Jun 26 11:58:40 2015 +0100