mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Updated to match latest qubes 3.2 xen 4.6.6-29 (issue #238)
This commit is contained in:
parent
472ffd35c0
commit
821e48446a
@ -2,12 +2,12 @@ modules-$(CONFIG_XEN) += xen
|
||||
|
||||
# We extract the entire Xen tree, but only use the xen/xen hypervisor
|
||||
# portion since Qubes provides the rest of it.
|
||||
xen_base_version := 4.6.5
|
||||
xen_version := $(xen_base_version)-28
|
||||
xen_base_version := 4.6.6
|
||||
xen_version := $(xen_base_version)-29
|
||||
xen_dir := qubes-vmm-xen-$(xen_version)/
|
||||
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_hash := 314b01af6726ed7b09dfd72ff8b224636d822d432790765287abeedc81fd86b2
|
||||
xen_hash := 64bf6a7179252d954ed67cfc7b64af88016812164032e4aaa30e0fc996e73d90
|
||||
|
||||
xen_depends := musl-cross
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user