diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-05-02 18:13:43 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-05-03 06:51:52 +0000 |
| commit | 60b2c29e48e476a16271f5eb22cbf1d10d5e8f7b (patch) | |
| tree | 6718f152cd808e9fd1dc7388a4802dc8875cc46a /dashboard/config/linux/bits/usb.yml | |
| parent | 2950c89bb0f668dde2f40f07faf355300c563343 (diff) | |
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.
Diffstat (limited to 'dashboard/config/linux/bits/usb.yml')
| -rw-r--r-- | dashboard/config/linux/bits/usb.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
