Do not try to start Qemu for platform_rpi
This commit is contained in:
4
tool/run
4
tool/run
@@ -526,7 +526,9 @@ proc is_qemu_available { } {
|
||||
|
||||
if {[have_spec linux]} { return false }
|
||||
|
||||
if {[have_spec platform_panda] || [have_spec platform_arndale]} {
|
||||
if {[have_spec platform_panda]
|
||||
|| [have_spec platform_arndale]
|
||||
|| [have_spec platform_rpi]} {
|
||||
puts stderr "skipping execution because platform is not supported by qemu"
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user