diff options
| author | Christopher Clark <christopher.w.clark@gmail.com> | 2020-02-24 16:37:00 -0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-27 17:00:09 -0500 |
| commit | 62afe452c2567947c8e84967d6e096015978c317 (patch) | |
| tree | 91fae43859fe9c56c5ea93b8ab8e3ab8b5f3fcb9 /recipes-extended/images | |
| parent | 5591f772fefde05ee462138246c4b555a39125b3 (diff) | |
| download | meta-virtualization-62afe452c2567947c8e84967d6e096015978c317.tar.gz | |
uxen-guest-tools, image: package the Linux VM tools for uXen hypervisor
uXen is a type-2 Open Source hypervisor from Bromium/HP.
https://www.bromium.com/opensource/
This adds packaging for the Linux guest support software, enabling OE
to produce VM images to run on the uXen hypervisor.
uxen-guest-tools: in-guest software device drivers
uxen-guest-image-minimal : minimal core image with uXen drivers
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/images')
| -rw-r--r-- | recipes-extended/images/uxen-guest-image-minimal.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-extended/images/uxen-guest-image-minimal.bb b/recipes-extended/images/uxen-guest-image-minimal.bb new file mode 100644 index 00000000..d37a95b7 --- /dev/null +++ b/recipes-extended/images/uxen-guest-image-minimal.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | DESCRIPTION = "A Linux guest image for the uXen type-2 hypervisor." | ||
| 2 | LICENSE = "MIT" | ||
| 3 | |||
| 4 | inherit core-image | ||
| 5 | |||
| 6 | IMAGE_INSTALL += " \ | ||
| 7 | packagegroup-core-boot \ | ||
| 8 | uxen-guest-tools \ | ||
| 9 | " | ||
