util: Remove dependency check
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Mon, 30 Mar 2020 09:00:12 +0000 (10:00 +0100)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Sat, 15 Aug 2020 13:09:17 +0000 (13:09 +0000)
commit7e78402cc7b7740681723636b67723c09cc50a5e
tree843eca634f1f50abfc9ca40b586f34ebe82d8915
parent4118feb04137e8b01c4fcd5844e2777e4351827e
util: Remove dependency check

The list is rather old and it contains some entries which are likely
unneeded. Since we are also now able to select specific FS binaries
to be compiled individually, there is not point of requiring all
components to be installed.
Instead, if is better to rely on the error message of building process
and let the users figure out which packages they need to install

Change-Id: I16c74861cb1f2b09c3e91e408ace01a9bd7a234d
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32556
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/gen_arm_fs_files.py