diff options
| author | Taras Madan <tarasmadan@google.com> | 2021-12-27 20:04:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-27 20:04:38 +0100 |
| commit | 6b3c5e64ee67d74980d229cd1332aa038d4ce936 (patch) | |
| tree | f709dcdab79c9a6978c02ce63019fbbd925748ef /dashboard/config/linux/bits | |
| parent | 5140bd58017d71af46d2b1ef26d7fce1a975dd5e (diff) | |
dashboard/config: add chromeos-5.10 support (#2947)
To add the ChromeOS 5.10 support.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/chromeos-5.10.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/chromeos-5.10.yml b/dashboard/config/linux/bits/chromeos-5.10.yml new file mode 100644 index 000000000..b317a7972 --- /dev/null +++ b/dashboard/config/linux/bits/chromeos-5.10.yml @@ -0,0 +1,15 @@ +# 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: c147240ea86e + +shell: + - chromeos/scripts/prepareconfig chromiumos-x86_64 ${BUILDDIR}/.config + - make olddefconfig + +config: + # DRM_I915 is broken in 5.4 with: + # drivers/gpu/drm/i915/i915_selftest.h:118:31: error: statement with no effect + - DRM_I915: n |
