meta-virtualization/recipes-extended/images/cloud-image-compute.bb
David Nyström 26348cc9a0 Added template cloud-* images
Signed-off-by: David Nyström <david.nystrom@enea.com>
Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-12-07 15:32:31 +01:00

15 lines
271 B
BlitzBasic

IMAGE_FEATURES += "ssh-server-openssh"
EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks"
IMAGE_INSTALL = "\
${CORE_IMAGE_BASE_INSTALL} \
packagegroup-core-basic \
openvswitch \
libvirt \
openflow \
"
inherit core-image
IMAGE_FSTYPES = "tar.gz"