mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-01 11:41:36 +00:00
This touches most of the module configurations since the coreboot build process had to add a few new features. The Linux kernel could make use of it as well if we need separate x230/chell/qemu kernels, for instance.
15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
modules += xen
|
|
|
|
# We extract the entire Xen tree, but only use the xen/xen hypervisor
|
|
# portion since Qubes provides the rest of it.
|
|
xen_version := 4.6.3
|
|
xen_dir := xen-$(xen_version)/xen
|
|
xen_tar := xen-$(xen_version).tar.gz
|
|
xen_url := http://bits.xensource.com/oss-xen/release/4.6.3/xen-4.6.3.tar.gz
|
|
xen_hash := 02badfce9a037bd1bd4a94210c1f6b85467746216c71795805102b514bcf1fc4
|
|
|
|
xen_output := xen.gz
|
|
xen_configure :=
|
|
xen_target := -j 8
|
|
xen_config := xen.config
|