From 60b2c29e48e476a16271f5eb22cbf1d10d5e8f7b Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 2 May 2024 18:13:43 +0200 Subject: dashboard/config: update ChromeOS configs Use the latest revisions for existing configs. Add the new ChromeOS 6.6 config. No longer generate ChromeOS 5.4 configs. Switch ChromeOS configs to clang. --- dashboard/config/linux/bits/usb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dashboard/config/linux/bits/usb.yml') diff --git a/dashboard/config/linux/bits/usb.yml b/dashboard/config/linux/bits/usb.yml index 4b956fa1f..e8ca84685 100644 --- a/dashboard/config/linux/bits/usb.yml +++ b/dashboard/config/linux/bits/usb.yml @@ -6,8 +6,8 @@ config: - USB_SUPPORT - USB_GADGET - # It's introduced in v5.5 or so, but we want it in android-5.4, but it's not present in stable/chromeos-5.4. - - USB_RAW_GADGET: [v5.4, -chromeos-5.4] + # It's introduced in v5.5 or so, but we want it in android-5.4. + - USB_RAW_GADGET: [v5.4] - USB_DUMMY_HCD # We don't need/test these on the USB instance. - USB_GADGETFS: n -- cgit mrf-deployment