diff --git a/repos/gems/run/depot_download.run b/repos/gems/run/depot_download.run index 550fb3e41f..7375a32907 100644 --- a/repos/gems/run/depot_download.run +++ b/repos/gems/run/depot_download.run @@ -1,6 +1,7 @@ create_boot_directory -if {[have_spec linux]} { +if {[have_spec linux] || [have_spec imx7d_sabre] || + [expr [have_spec imx53] && [have_spec trustzone]]} { puts "Run script does not support this platform." exit 0 } diff --git a/repos/libports/run/fetchurl.inc b/repos/libports/run/fetchurl.inc index d473d15add..901ffcb40a 100644 --- a/repos/libports/run/fetchurl.inc +++ b/repos/libports/run/fetchurl.inc @@ -4,7 +4,7 @@ # \date 2016-06-05 # -if {[have_spec linux] || +if {[have_spec linux] || [have_spec imx7d_sabre] || [expr [have_spec imx53] && [have_spec trustzone]]} { puts "Run script does not support this platform." exit 0 diff --git a/repos/libports/run/lwip.run b/repos/libports/run/lwip.run index 7864850f5d..3e5bf06f16 100644 --- a/repos/libports/run/lwip.run +++ b/repos/libports/run/lwip.run @@ -22,6 +22,7 @@ if {[expr [have_spec linux]] || [expr [have_spec imx53] && [have_spec trustzone]] || + [expr [have_spec imx7d_sabre]] || [expr [have_spec riscv]]} { puts "\n Run script is not supported on this platform. \n"; exit 0 } diff --git a/repos/os/run/ping.run b/repos/os/run/ping.run index 2581e086bf..1a9a6939d8 100644 --- a/repos/os/run/ping.run +++ b/repos/os/run/ping.run @@ -1,4 +1,4 @@ -if {[have_spec foc] || [have_spec linux] || +if {[have_spec foc] || [have_spec linux] || [have_spec imx7d_sabre] || [expr [have_spec imx53] && [have_spec trustzone]]} { puts "Run script is not supported on this platform." exit 0 diff --git a/repos/os/run/ping_nic_router.run b/repos/os/run/ping_nic_router.run index d551f762c9..dbbf17e719 100644 --- a/repos/os/run/ping_nic_router.run +++ b/repos/os/run/ping_nic_router.run @@ -1,4 +1,4 @@ -if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] || +if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] || [have_spec imx7d_sabre] || [expr [have_spec imx53] && [have_spec trustzone]]} { puts "Run script is not supported on this platform." exit 0 diff --git a/repos/ports/run/netperf.inc b/repos/ports/run/netperf.inc index f01ed78246..de1b8b1ab9 100644 --- a/repos/ports/run/netperf.inc +++ b/repos/ports/run/netperf.inc @@ -21,7 +21,7 @@ if {[have_include "power_on/qemu"] && exit 0 } -if {[expr [have_spec imx53] && [have_spec trustzone]]} { +if {[expr [have_spec imx53] && [have_spec trustzone]] || [have_spec imx7d_sabre]} { puts "Run script is not supported on this platform." exit 0 }