diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-06-01 15:56:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-01 06:56:38 -0700 |
| commit | a4ae4f428721da42ac15f07d6f3b54584dedee27 (patch) | |
| tree | bc91583b3e3e36c73e3690b41715a51bd2fe3d7e /dashboard/config/linux/bits | |
| parent | babc43895723dd9cfadab49eeb039b9e06b89af7 (diff) | |
dashboard: add ChromeOS 6.1 configs (#3932)
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/chromeos-6.1.yml | 14 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/chromeos-subsystems.yml | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/chromeos-6.1.yml b/dashboard/config/linux/bits/chromeos-6.1.yml new file mode 100644 index 000000000..37d629c77 --- /dev/null +++ b/dashboard/config/linux/bits/chromeos-6.1.yml @@ -0,0 +1,14 @@ +# Copyright 2021 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +kernel: + repo: https://chromium.googlesource.com/chromiumos/third_party/kernel + # HEAD of chromeos-6.1 branch. + tag: 648e4589ec3e42719df5ce9f27240ff22c22361d + +shell: + - CHROMEOS_KERNEL_FAMILY=chromeos chromeos/scripts/prepareconfig chromiumos-x86_64 ${BUILDDIR}/.config + - make olddefconfig + +config: + - IO_URING diff --git a/dashboard/config/linux/bits/chromeos-subsystems.yml b/dashboard/config/linux/bits/chromeos-subsystems.yml index 07e02e315..cab9efc28 100644 --- a/dashboard/config/linux/bits/chromeos-subsystems.yml +++ b/dashboard/config/linux/bits/chromeos-subsystems.yml @@ -9,7 +9,7 @@ config: - PKGLIST - PKGLIST_USE_CONFIGFS - ESD_FS - - INCREMENTAL_FS: [-chromeos-5.15] #incrementalfs absent in 5.15 + - INCREMENTAL_FS: [-chromeos-5.15, -chromeos-6.1] #incrementalfs absent in 5.15 - VIRTIO_FS - VIRTIO_WL - USB_CONFIGFS: [override] |
