From 0ead7eacfd063ea07979ba2cfa1f78ab949e8604 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Wed, 21 Sep 2022 15:48:11 +0200 Subject: [PATCH] tool_chain_auto: disable on unsupported platforms all: imx53_qsb_tz, rpi foc: imx6q_sabrelite --- repos/ports/run/tool_chain_auto.run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repos/ports/run/tool_chain_auto.run b/repos/ports/run/tool_chain_auto.run index 8d350d9985..47d55537ac 100644 --- a/repos/ports/run/tool_chain_auto.run +++ b/repos/ports/run/tool_chain_auto.run @@ -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