aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/android-5.4.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/configs: update linux configsAleksandr Nogikh2024-01-301-1/+1
| | | | Regenerate the configs using the latest Linux revisions.
* dashboard/config/linux: bump Android kernels and configsTudor Ambarus2023-06-291-1/+1
| | | | | | | Bump the Android kernels to their latest SHAs and generate the kernel configs using tools/syz-env. Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
* dashboard/config/linux: update to latest Android 5.4-ltsTudor Ambarus2023-05-041-1/+2
| | | | | | | Update configs to latest android12-5.4-lts. Get rid of CONFIG_REFCOUNT_FULL as the patch removing it got integrated. Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
* dashboard/config/linux: fix ChromeOS full/baseline configsDmitry Vyukov2020-12-111-6/+0
| | | | | | | | | | | | 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: enable more ChromeOS/Android configsDmitry Vyukov2020-12-101-1/+2
|
* dashboard/config/linux: switch to KERNEL_GZIP for androidDmitry Vyukov2020-10-211-0/+5
| | | | | | | | | gki_defconfig defaults to KERNEL_LZ4, but we don't have lz4 installed, and the package lz4 is not available on the syzbot distros. kmsan changes is leftover from previous config change. Update #2171
* dashboard/config/linux: bump kernel versionsDmitry Vyukov2020-10-211-2/+1
| | | | | | | | The original kernel versions were chosen to minimize diffs with the old configs. Bump kernel versions to the currently latest releases/tags. Update #2171
* dashboard/config/linux: add config fragmentsDmitry Vyukov2020-10-211-0/+13
Add config fragments for the new config generation system. Update #2171