mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
33 lines
672 B
BlitzBasic
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"
|