blob: 197624f92aac6716d902d25f92d4706af83eddb5 [file] [log] [blame]
Patrick Williamsd849ec72016-08-17 14:59:38 -05001IMAGE_FEATURES += "ssh-server-openssh"
2EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks"
3
4IMAGE_INSTALL = "\
5 ${CORE_IMAGE_BASE_INSTALL} \
6 packagegroup-core-basic \
7 openvswitch \
8 libvirt \
9 openflow \
10 "
11
12inherit core-image
13
14IMAGE_FSTYPES = "tar.gz"