From ba24ffcde7219e5374bb0b093368a58009c85d1d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 11 Dec 2020 08:59:12 +0100 Subject: dashboard/config/linux: fix ChromeOS full/baseline configs ESD_FS/INCREMENTAL_FS were supposed to be enabled in full config only, but they were enabled only in baseline config. Split chromeos.yml to chromeos.yml and chromeos-subsystems.yml to avoid this mistake in future and the need to write [-baseline]. Also enabled UBS_CONFIG_FS as it seems to be enabled on real devices. Do the same for Android. --- dashboard/config/linux/bits/android-5.4.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dashboard/config/linux/bits/android-5.4.yml') diff --git a/dashboard/config/linux/bits/android-5.4.yml b/dashboard/config/linux/bits/android-5.4.yml index 550cba5c7..a976bb5c8 100644 --- a/dashboard/config/linux/bits/android-5.4.yml +++ b/dashboard/config/linux/bits/android-5.4.yml @@ -10,9 +10,3 @@ kernel: shell: - make gki_defconfig - -config: - # gki_defconfig defaults to KERNEL_LZ4, but we don't have lz4 installed, - # and the package lz4 is not available on the syzbot distros. - - KERNEL_GZIP - - INCREMENTAL_FS: [baseline] -- cgit mrf-deployment