Skip to content

Commit

Permalink
Reverted submodule name back to xen
Browse files Browse the repository at this point in the history
  • Loading branch information
flammit committed Jun 26, 2017
1 parent e1e6546 commit 7f6f365
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ bin_modules-$(CONFIG_FLASHROM) += flashrom
bin_modules-$(CONFIG_CRYPTSETUP) += cryptsetup
bin_modules-$(CONFIG_GPG) += gpg
bin_modules-$(CONFIG_LVM2) += lvm2
bin_modules-$(CONFIG_QUBES_VMM_XEN) += qubes-vmm-xen
bin_modules-$(CONFIG_XEN) += xen
bin_modules-$(CONFIG_DROPBEAR) += dropbear

$(foreach m, $(bin_modules-y), \
Expand All @@ -279,7 +279,7 @@ $(foreach m, $(modules-y), \
$(call map,initrd_lib_add,$(call libs,$m)) \
)

#$(foreach _, $(call outputs,qubes-vmm-xen), $(eval $(call initrd_bin,$_)))
#$(foreach _, $(call outputs,xen), $(eval $(call initrd_bin,$_)))

# hack to install busybox into the initrd
initrd.cpio: busybox.intermediate
Expand Down
2 changes: 1 addition & 1 deletion config/purism13v1-qubes.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CONFIG_PCIUTILS=y
CONFIG_POPT=y
CONFIG_QRENCODE=y
CONFIG_TPMTOTP=y
CONFIG_QUBES_VMM_XEN=y
CONFIG_XEN=y

CONFIG_LINUX_USB=y
#CONFIG_LINUX_E1000E=y
Expand Down
2 changes: 1 addition & 1 deletion config/qemu-moc.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CONFIG_POPT=y
CONFIG_QRENCODE=y
CONFIG_TPMTOTP=y
CONFIG_DROPBEAR=y
CONFIG_QUBES_VMM_XEN=y
CONFIG_XEN=y

CONFIG_LINUX_USB=y
CONFIG_LINUX_E1000=y
2 changes: 1 addition & 1 deletion config/x220-qubes.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CONFIG_PCIUTILS=y
CONFIG_POPT=y
CONFIG_QRENCODE=y
CONFIG_TPMTOTP=y
CONFIG_QUBES_VMM_XEN=y
CONFIG_XEN=y
CONFIG_DROPBEAR=y

CONFIG_LINUX_USB=y
Expand Down
2 changes: 1 addition & 1 deletion config/x230-moc.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CONFIG_TPMTOTP=y
CONFIG_DROPBEAR=y

# xen is not used on the MOC machines
CONFIG_QUBES_VMM_XEN=n
CONFIG_XEN=n

CONFIG_LINUX_USB=y
CONFIG_LINUX_E1000E=y
Expand Down
2 changes: 1 addition & 1 deletion config/x230-qubes.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CONFIG_PCIUTILS=y
CONFIG_POPT=y
CONFIG_QRENCODE=y
CONFIG_TPMTOTP=y
CONFIG_QUBES_VMM_XEN=y
CONFIG_XEN=y
CONFIG_DROPBEAR=y

CONFIG_LINUX_USB=y
Expand Down
21 changes: 0 additions & 21 deletions modules/qubes-vmm-xen

This file was deleted.

21 changes: 21 additions & 0 deletions modules/xen
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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_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_depends := musl-cross

xen_output := xen-$(xen_base_version)/xen/xen.gz
xen_configure :=

xen_target := \
$(MAKE_JOBS) \
$(CROSS_TOOLS_NOCC) \
CC="$(CROSS)gcc -Wno-builtin-macro-redefined -D__FILE__=\\\"__FILE__\\\"" \
xen.gz
File renamed without changes.

0 comments on commit 7f6f365

Please sign in to comment.