From a4ae4f428721da42ac15f07d6f3b54584dedee27 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 1 Jun 2023 15:56:38 +0200 Subject: dashboard: add ChromeOS 6.1 configs (#3932) --- dashboard/config/linux/bits/chromeos-6.1.yml | 14 ++++++++++++++ dashboard/config/linux/bits/chromeos-subsystems.yml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 dashboard/config/linux/bits/chromeos-6.1.yml (limited to 'dashboard/config/linux/bits') 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] -- cgit mrf-deployment