meta-virtualization/recipes-extended/images/cloud-image-controller.bb
Bruce Ashfield 59ee14bf17 cloud-image-controller: reduce extra space recommendation
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-11-15 19:50:00 +00:00

33 lines
672 B
BlitzBasic

IMAGE_FEATURES += "ssh-server-openssh package-management"
EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks"
IMAGE_INSTALL = "\
${CORE_IMAGE_BASE_INSTALL} \
packagegroup-core-basic \
openvswitch \
openvswitch-controller \
openvswitch-switch \
openvswitch-brcompat \
criu \
libvirt \
libvirt-libvirtd \
libvirt-python \
libvirt-virsh \
openflow \
qemu \
kernel-modules \
dhcp-client \
perl-modules \
grub \
mysql5 \
python-twisted \
python-lxml \
"
inherit core-image
IMAGE_FSTYPES = "wic.vmdk tar.gz"
# Ensure extra space for guest images
#IMAGE_ROOTFS_EXTRA_SPACE = "2000000"