From 6b3c5e64ee67d74980d229cd1332aa038d4ce936 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Mon, 27 Dec 2021 20:04:38 +0100 Subject: dashboard/config: add chromeos-5.10 support (#2947) To add the ChromeOS 5.10 support. --- dashboard/config/linux/bits/chromeos-5.10.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dashboard/config/linux/bits/chromeos-5.10.yml (limited to 'dashboard/config/linux/bits') 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 -- cgit mrf-deployment