[meta-virtualization] [PATCH v2 3/3] xen-guest-image-minimal: add minimal xen guest image.

Chris Patterson cjp256 at gmail.com
Wed Oct 9 19:22:51 PDT 2013


Signed-off-by: Chris Patterson <cjp256 at gmail.com>
---
 recipes-extended/images/xen-guest-image-minimal.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 recipes-extended/images/xen-guest-image-minimal.bb

diff --git a/recipes-extended/images/xen-guest-image-minimal.bb b/recipes-extended/images/xen-guest-image-minimal.bb
new file mode 100644
index 0000000..bcac4d7
--- /dev/null
+++ b/recipes-extended/images/xen-guest-image-minimal.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "A Xen guest image."
+
+inherit core-image
+
+IMAGE_INSTALL += " \
+    packagegroup-core-boot \
+    kernel-module-xen-acpi-processor \
+    "
+
+IMAGE_INSTALL += "${@base_contains('DISTRO_FEATURES', 'x11', ' xf86-video-fbdev', '', d)}"
+IMAGE_INSTALL += "${@base_contains('DISTRO_FEATURES', 'x11', ' xf86-video-vesa', '', d)}"
+
+LICENSE = "MIT"
+
+# Send console messages to xen console
+APPEND += "console=hvc0"
-- 
1.8.4.rc3




More information about the meta-virtualization mailing list