From 6cc879d4712dbaf6e97f01250e2f4906c07b24b8 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 29 Dec 2021 12:58:17 +0100 Subject: dashboard/config: add ChromeOS 5.15 support (#2948) To add the ChromeOS 5.15 configs. It required to disable the INCREMENTAL_FS support. --- dashboard/config/linux/bits/chromeos-5.15.yml | 10 ++++++++++ dashboard/config/linux/bits/chromeos-subsystems.yml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 dashboard/config/linux/bits/chromeos-5.15.yml (limited to 'dashboard/config/linux/bits') 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] -- cgit mrf-deployment