Updated to match latest qubes 3.2 xen 4.6.6-30 (issue #238)

This commit is contained in:
Francis Lam 2017-09-13 21:14:13 -04:00
parent 821e48446a
commit ec1a54c6b6
No known key found for this signature in database
GPG Key ID: 0A59C698920806EB
2 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ modules-$(CONFIG_XEN) += xen
# We extract the entire Xen tree, but only use the xen/xen hypervisor # We extract the entire Xen tree, but only use the xen/xen hypervisor
# portion since Qubes provides the rest of it. # portion since Qubes provides the rest of it.
xen_base_version := 4.6.6 xen_base_version := 4.6.6
xen_version := $(xen_base_version)-29 xen_version := $(xen_base_version)-30
xen_dir := qubes-vmm-xen-$(xen_version)/ xen_dir := qubes-vmm-xen-$(xen_version)/
xen_tar := qubes-vmm-xen-$(xen_version).tar.gz xen_tar := qubes-vmm-xen-$(xen_version).tar.gz
xen_url := https://github.com/QubesOS/qubes-vmm-xen/archive/v$(xen_version).tar.gz xen_url := https://github.com/QubesOS/qubes-vmm-xen/archive/v$(xen_version).tar.gz
xen_hash := 64bf6a7179252d954ed67cfc7b64af88016812164032e4aaa30e0fc996e73d90 xen_hash := 65cdbdb77d30475d77d849011343cba970b61c99d6638ccfeca4b7bbc308dc36
xen_depends := musl-cross xen_depends := musl-cross