mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

Signed-off-by: David Nyström <david.nystrom@enea.com> Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
15 lines
271 B
BlitzBasic
15 lines
271 B
BlitzBasic
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"
|