diff options
| author | Taras Madan <tarasmadan@google.com> | 2021-12-29 12:58:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-29 12:58:17 +0100 |
| commit | 6cc879d4712dbaf6e97f01250e2f4906c07b24b8 (patch) | |
| tree | 22813ebc45a628e2e3159e0423b4dcf1409d1f72 /dashboard/config/linux/bits | |
| parent | 64ddc8e1ba4d6d24aa6407d4d8809c49d6fb5be7 (diff) | |
dashboard/config: add ChromeOS 5.15 support (#2948)
To add the ChromeOS 5.15 configs.
It required to disable the INCREMENTAL_FS support.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/chromeos-5.15.yml | 10 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/chromeos-subsystems.yml | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/chromeos-5.15.yml b/dashboard/config/linux/bits/chromeos-5.15.yml new file mode 100644 index 000000000..05836f781 --- /dev/null +++ b/dashboard/config/linux/bits/chromeos-5.15.yml @@ -0,0 +1,10 @@ +# 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 + tag: 0faa8c9f9dc4 + +shell: + - chromeos/scripts/prepareconfig chromiumos-x86_64 ${BUILDDIR}/.config + - make olddefconfig diff --git a/dashboard/config/linux/bits/chromeos-subsystems.yml b/dashboard/config/linux/bits/chromeos-subsystems.yml index b1a58edf7..3d4f666ce 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 + - INCREMENTAL_FS: [-chromeos-5.15] #incrementalfs absent in 5.15 - VIRTIO_FS - VIRTIO_WL - USB_CONFIGFS: [override] |
