blob: 80a08748b2b2b5339058cab5e246fc423e3cce77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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: ebea4d55ca782539782702c2e5e86033b9f86bd2
shell:
- CHROMEOS_KERNEL_FAMILY=chromeos chromeos/scripts/prepareconfig chromiumos-x86_64-generic ${BUILDDIR}/.config
- make olddefconfig
config:
- IO_URING
|