blob: c816545f7128164eb15402c2d0224295d9dcb4a6 [file] [log] [blame]
Patrick Williamsd849ec72016-08-17 14:59:38 -05001IMAGE_FEATURES += "ssh-server-openssh package-management"
2EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks"
3
4IMAGE_INSTALL = "\
5 ${CORE_IMAGE_BASE_INSTALL} \
Patrick Williamsd849ec72016-08-17 14:59:38 -05006 packagegroup-core-basic \
7 openvswitch \
8 openvswitch-controller \
9 openvswitch-switch \
10 openvswitch-brcompat \
11 criu \
12 libvirt \
13 libvirt-libvirtd \
14 libvirt-python \
15 libvirt-virsh \
16 openflow \
17 qemu \
18 kernel-modules \
19 dhcp-client \
20 perl-modules \
21 grub \
22 mysql5 \
23 python-twisted \
24 python-lxml \
25 "
26
27inherit core-image
Patrick Williamsd849ec72016-08-17 14:59:38 -050028
Brad Bishopd7bf8c12018-02-25 22:55:05 -050029IMAGE_FSTYPES = "wic.vmdk tar.gz"
Patrick Williamsd849ec72016-08-17 14:59:38 -050030
31# Ensure extra space for guest images
32#IMAGE_ROOTFS_EXTRA_SPACE = "41943040"