mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-30 17:50:46 +00: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:
parent
bbdd2ab67c
commit
54a5732c61
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user