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:
@@ -2,6 +2,7 @@
|
||||
sgabios_dir: /usr/share/qemu/
|
||||
libvirt_service_name: libvirt-bin
|
||||
required_packages:
|
||||
- g++
|
||||
- libvirt-bin
|
||||
- libxslt1-dev
|
||||
- libxml2-dev
|
||||
|
||||
Reference in New Issue
Block a user