[OE-core] [PATCH 7/7] core-image-minimal-vms: new recipe to build images for VM

Juro Bystricky juro.bystricky at intel.com
Wed Jun 3 18:07:29 UTC 2015


Simple recipe that builds core-image-minimal in both supported VM formats:
VDI (VirtualBox) and VMDK (VM player)

Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
---
 meta/recipes-core/images/core-image-minimal-vms.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta/recipes-core/images/core-image-minimal-vms.bb

diff --git a/meta/recipes-core/images/core-image-minimal-vms.bb b/meta/recipes-core/images/core-image-minimal-vms.bb
new file mode 100644
index 0000000..dd2fc0e
--- /dev/null
+++ b/meta/recipes-core/images/core-image-minimal-vms.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Small VM images just capable of allowing a device to boot."
+
+IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
+
+IMAGE_LINGUAS = " "
+
+LICENSE = "MIT"
+
+IMAGE_FSTYPES = "vdi vmdk"
+require core-image-minimal.bb
+
+
-- 
1.9.1




More information about the Openembedded-core mailing list