[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 3/5] Config.mk: Update for 4.9.0-rc1.2
Contrary to what I wrote in d0db50ced1f7 "Config.mk: Update for 4.9.0-rc1.1", the build failure with 4.9.0-rc1 was not due to a wrong qemu tag, but a wrong mini-os tag. So burn 4.9.0-rc1.1 too :-(. (We can rewind the qemu-trad tag to 4.9.0-rc1; the -rc1 and -rc1.1 tags are identical.) Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- Config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.mk b/Config.mk index c2e4e37..8642fec 100644 --- a/Config.mk +++ b/Config.mk @@ -269,7 +269,7 @@ MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git endif OVMF_UPSTREAM_REVISION ?= 5920a9d16b1ab887c2858224316a98e961d71b05 QEMU_UPSTREAM_REVISION ?= qemu-xen-4.9.0-rc1 -MINIOS_UPSTREAM_REVISION ?= xen-4.9.0-rc1 +MINIOS_UPSTREAM_REVISION ?= xen-4.9.0-rc1.2 # Tue Dec 13 15:02:02 2016 +0000 # build: prepend OBJ_DIR to linker script @@ -280,7 +280,7 @@ SEABIOS_UPSTREAM_REVISION ?= rel-1.10.0 ETHERBOOT_NICS ?= rtl8139 8086100e -QEMU_TRADITIONAL_REVISION ?= xen-4.9.0-rc1.1 +QEMU_TRADITIONAL_REVISION ?= xen-4.9.0-rc1 # Thu Mar 9 11:14:55 2017 +0000 # cirrus/vnc: zap drop bitblit support from console code. -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |