mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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