mirror of
https://github.com/ARM-software/devlib.git
synced 2025-07-05 05:12:41 +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:
@ -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
|
||||||
|
Reference in New Issue
Block a user