package/jailhouse: new package
authorCarlo Caione <ccaione@baylibre.com>
Tue, 2 Jul 2019 09:58:39 +0000 (10:58 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 11 Jul 2019 20:38:47 +0000 (22:38 +0200)
commitee4990721c14c624c99295598fde29e395647fb9
tree3db267f3f240009fb4a1f27ccc5858f1ebe67b9e
parentdbf7fffb37e25c40fd5c03d0a64e50a1bba86424
package/jailhouse: new package

Jailhouse is a partitioning Hypervisor based on Linux. It is able to run
bare-metal applications or (adapted) operating systems besides Linux.
For this purpose, it configures CPU and device virtualization features
of the hardware platform in a way that none of these domains, called
"cells" here, can interfere with each other in an unacceptable way.

For 32-bit ARM, it uses instructions from the armv7ve ISA. Since we
don't have a Config.in symbol to represent this yet, exclude 32-bit ARM
for now.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
[Arnout:
 - remove arm as supported architecture;
 - add architecture dependency to comment;
 - remove architecture comment;
 - move python dependencies to the condition.]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/Config.in
package/jailhouse/Config.in [new file with mode: 0644]
package/jailhouse/jailhouse.hash [new file with mode: 0644]
package/jailhouse/jailhouse.mk [new file with mode: 0644]