Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 1 | IMAGE_FEATURES += "ssh-server-openssh" |
2 | EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks" | ||||
3 | |||||
4 | IMAGE_INSTALL = "\ | ||||
5 | ${CORE_IMAGE_BASE_INSTALL} \ | ||||
6 | packagegroup-core-basic \ | ||||
7 | openvswitch \ | ||||
8 | libvirt \ | ||||
9 | openflow \ | ||||
10 | " | ||||
11 | |||||
12 | inherit core-image | ||||
13 | |||||
14 | IMAGE_FSTYPES = "tar.gz" |