Improve Xen support (#1459)

* Enable some useful kernel configurations

* Add xe-guest-utilities for better Xen support

Add guest utilities and make sure the Xen guest daemon gets started
when running under Xen virtualization.
This commit is contained in:
Stefan Agner
2021-07-17 02:20:57 +02:00
committed by GitHub
parent 54fa9899eb
commit bdc9909117
10 changed files with 669 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_XE_GUEST_UTILITIES
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
depends on BR2_TOOLCHAIN_HAS_THREADS
bool "Xen guest utilities"
help
Xen guest utilities for UNIX-like operating systems.