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:
parent
093c9f9360
commit
7695011e08
@ -2,6 +2,7 @@
|
||||
sgabios_dir: /usr/share/qemu/
|
||||
libvirt_service_name: libvirt-bin
|
||||
required_packages:
|
||||
- g++
|
||||
- libvirt-bin
|
||||
- libxslt1-dev
|
||||
- libxml2-dev
|
||||
|
@ -2,6 +2,7 @@
|
||||
sgabios_dir: /usr/share/sgabios/
|
||||
libvirt_service_name: libvirtd
|
||||
required_packages:
|
||||
- gcc-c++
|
||||
- qemu-img
|
||||
- qemu-kvm-tools
|
||||
- qemu-kvm
|
||||
|
@ -2,6 +2,7 @@
|
||||
sgabios_dir: /usr/share/sgabios/
|
||||
libvirt_service_name: libvirtd
|
||||
required_packages:
|
||||
- gcc-c++
|
||||
- qemu-tools
|
||||
- qemu-kvm
|
||||
- qemu-x86
|
||||
|
Loading…
x
Reference in New Issue
Block a user