Files
buildroot/package/jailhouse/Config.in
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

29 lines
691 B
Plaintext

config BR2_PACKAGE_JAILHOUSE
bool "jailhouse"
depends on BR2_aarch64 || BR2_x86_64
depends on BR2_LINUX_KERNEL
help
The Jailhouse partitioning Hypervisor based on Linux.
https://github.com/siemens/jailhouse
if BR2_PACKAGE_JAILHOUSE
config BR2_PACKAGE_JAILHOUSE_HELPER_SCRIPTS
bool "helper scripts"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_MAKO # runtime
help
Python-based helpers for the Jailhouse Hypervisor.
https://github.com/siemens/jailhouse
comment "helper scripts require Python3"
depends on !BR2_PACKAGE_PYTHON3
endif
comment "jailhouse needs a Linux kernel to be built"
depends on BR2_aarch64 || BR2_x86_64
depends on !BR2_LINUX_KERNEL