mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 03:45:24 +00:00
Do not try to start Qemu for platform_rpi
This commit is contained in:
parent
b7b8d22bc3
commit
4388c2a97c
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user