2019-07-02 17:58:39 +08:00
|
|
|
config BR2_PACKAGE_JAILHOUSE
|
2019-11-10 21:26:26 +08:00
|
|
|
bool "jailhouse"
|
2019-07-02 17:58:39 +08:00
|
|
|
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
|
2019-11-10 21:26:26 +08:00
|
|
|
bool "helper scripts"
|
2021-10-27 05:47:03 +08:00
|
|
|
depends on BR2_PACKAGE_PYTHON3
|
2019-11-10 05:33:52 +08:00
|
|
|
select BR2_PACKAGE_PYTHON_MAKO # runtime
|
2019-07-02 17:58:39 +08:00
|
|
|
help
|
|
|
|
Python-based helpers for the Jailhouse Hypervisor.
|
|
|
|
|
|
|
|
https://github.com/siemens/jailhouse
|
|
|
|
|
2021-10-27 05:47:03 +08:00
|
|
|
comment "helper scripts require Python3"
|
|
|
|
depends on !BR2_PACKAGE_PYTHON3
|
2019-07-02 17:58:39 +08:00
|
|
|
|
|
|
|
endif
|
2019-11-10 21:26:26 +08:00
|
|
|
|
|
|
|
comment "jailhouse needs a Linux kernel to be built"
|
|
|
|
depends on BR2_aarch64 || BR2_x86_64
|
|
|
|
depends on !BR2_LINUX_KERNEL
|