1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00

tools/setup_host.sh: Remove unused package cpu-checker

cpu-checker was planned to detect availability of KVM acceleration in
QEMU by running kvm-ok command. However, the implementation diverged
from plan and made cpu-checker redundant. Thus, remove it from apt
package list.

Signed-off-by: Metin Kaya <metin.kaya@arm.com>
This commit is contained in:
Metin Kaya 2024-08-06 09:11:09 +01:00 committed by Marc Bonnici
parent bbdd2ab67c
commit 54a5732c61

View File

@ -187,7 +187,6 @@ install_pacman() {
# APT-based distributions like Ubuntu or Debian # APT-based distributions like Ubuntu or Debian
apt_packages=( apt_packages=(
cpu-checker
libarchive-tools libarchive-tools
qemu-user-static qemu-user-static
wget wget