mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
tool_chain_auto: disable on unsupported platforms
all: imx53_qsb_tz, rpi foc: imx6q_sabrelite
This commit is contained in:
parent
c8dd433e8b
commit
0ead7eacfd
@ -4,6 +4,8 @@ if {[get_cmd_switch --autopilot] && [have_include "power_on/qemu"]} {
|
||||
}
|
||||
|
||||
if {[have_spec pistachio] || [have_spec sel4] ||
|
||||
[have_board imx53_qsb_tz] || [have_board rpi] ||
|
||||
[expr [have_spec foc] && [have_board imx6q_sabrelite]] ||
|
||||
[expr [have_spec foc] && [have_board imx7d_sabre]] } {
|
||||
puts "Platform is unsupported."
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user