From 6e99f00f5c1fd52cae028dd5e1e60f5475946a66 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Mon, 9 Dec 2019 14:28:39 +0100 Subject: [PATCH] usb_hid_raw: enable imx8q_evk for nightly testing Issue #3571 --- repos/dde_linux/run/usb_hid_raw.run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/dde_linux/run/usb_hid_raw.run b/repos/dde_linux/run/usb_hid_raw.run index 017200d09..9e076cc4e 100644 --- a/repos/dde_linux/run/usb_hid_raw.run +++ b/repos/dde_linux/run/usb_hid_raw.run @@ -53,7 +53,8 @@ if { [get_cmd_switch --autopilot] && ![have_spec panda] && ![have_spec rpi] && ![have_spec x86] && - ![have_spec imx6q_sabrelite]} { + ![have_spec imx6q_sabrelite] && + ![have_spec imx8q_evk]} { puts "Run script does not support autopilot mode on this platform" exit 0 }