blob: 45cea193862cb375c88b75baa58efdc4929adc0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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-5.10 branch.
tag: ea6af77b55e49ce0cfbdd5543fe75fc8744cbd92
shell:
- CHROMEOS_KERNEL_FAMILY=chromeos chromeos/scripts/prepareconfig chromiumos-x86_64-generic ${BUILDDIR}/.config
- make olddefconfig
|