aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/images/cloud-image-compute.bb
blob: 197624f92aac6716d902d25f92d4706af83eddb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"