From c749f577e62c1b20df0794291c5895c6dcc5198f Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Tue, 19 Feb 2019 12:08:08 +0100 Subject: [PATCH] Do not run usb_hid test on imx6q_sabrelite We do not support the monolithic usb_drv on this platform. --- repos/dde_linux/run/usb_hid.run | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repos/dde_linux/run/usb_hid.run b/repos/dde_linux/run/usb_hid.run index 46a2fdeb2..5c2694684 100644 --- a/repos/dde_linux/run/usb_hid.run +++ b/repos/dde_linux/run/usb_hid.run @@ -52,8 +52,7 @@ if { [get_cmd_switch --autopilot] && ![have_spec arndale] && ![have_spec panda] && ![have_spec rpi] && - ![have_spec x86] && - ![have_spec imx6q_sabrelite]} { + ![have_spec x86]} { puts "Run script does not support autopilot mode on this platform" exit 0 }