In Debian jessie and later release,there is no packages
called "qemu-kvm" for AArch64. Also modify the libguestfs0
packages for AArch64
Closes-bug: #1612182
Change-Id: I5eb6bd137896eb9abfc4f8dbb41b41105e4820cd
Signed-off-by: Kevin Zhao <kevin.zhao@linaro.org>
| ... | ... |
@@ -23,12 +23,7 @@ DEBUG_LIBVIRT=$(trueorfalse True DEBUG_LIBVIRT) |
| 23 | 23 |
# Installs required distro-specific libvirt packages. |
| 24 | 24 |
function install_libvirt {
|
| 25 | 25 |
if is_ubuntu; then |
| 26 |
- if is_arch "aarch64" && [[ ${DISTRO} == "trusty" ]]; then
|
|
| 27 |
- install_package qemu-system |
|
| 28 |
- else |
|
| 29 |
- install_package qemu-kvm |
|
| 30 |
- install_package libguestfs0 |
|
| 31 |
- fi |
|
| 26 |
+ install_package qemu-system |
|
| 32 | 27 |
install_package libvirt-bin libvirt-dev |
| 33 | 28 |
pip_install_gr libvirt-python |
| 34 | 29 |
if [[ "$EBTABLES_RACE_FIX" == "True" ]]; then |