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