From 5cd684997a4f0c3b45c3c6aacd6b3f183b79e6e2 Mon Sep 17 00:00:00 2001 From: Oleg Girko Date: Tue, 15 Oct 2019 19:34:47 +0100 Subject: [PATCH] sntp_client: No need to always limit this scenario to x86. It runs pretty well on Raspberry Pi, for example. Leaving this scenario limited to x86 for autopilot runs only. Signed-off-by: Oleg Girko Fixes #3536 --- repos/libports/run/sntp_client.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/libports/run/sntp_client.run b/repos/libports/run/sntp_client.run index 7196b5f4c4..e8dd557e38 100644 --- a/repos/libports/run/sntp_client.run +++ b/repos/libports/run/sntp_client.run @@ -1,4 +1,4 @@ -assert_spec x86 +if { [get_cmd_switch --autopilot] } { assert_spec x86 } if { [have_spec linux] } { puts "Run script is not supported on this platform."