blob: c816545f7128164eb15402c2d0224295d9dcb4a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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 = "41943040"
|