bifrost-create-vm-nodes: Add missing g++ dependency for virtualbmc

The virtualbmc package needs g++ for compliation otherwise it fails with
the following error:

gcc: error trying to exec 'cc1plus': execvp: No such file or directory

Change-Id: Ie626ba3327504ded2cbcbf622122c25303022341
This commit is contained in:
Markos Chandras 2018-09-10 15:28:52 +01:00
parent 093c9f9360
commit 7695011e08
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
sgabios_dir: /usr/share/qemu/
libvirt_service_name: libvirt-bin
required_packages:
- g++
- libvirt-bin
- libxslt1-dev
- libxml2-dev

View File

@ -2,6 +2,7 @@
sgabios_dir: /usr/share/sgabios/
libvirt_service_name: libvirtd
required_packages:
- gcc-c++
- qemu-img
- qemu-kvm-tools
- qemu-kvm

View File

@ -2,6 +2,7 @@
sgabios_dir: /usr/share/sgabios/
libvirt_service_name: libvirtd
required_packages:
- gcc-c++
- qemu-tools
- qemu-kvm
- qemu-x86