From d1e615442d47cc3be6a56f60b9cd0f7742174e3e Mon Sep 17 00:00:00 2001 From: Chen Fangzhou Date: Tue, 23 Jan 2024 09:37:33 +0000 Subject: [PATCH] disable os_install_service by default for vanilla versions --- overlay-rpi4/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay-rpi4/make.conf b/overlay-rpi4/make.conf index 3a442e5..b211030 100644 --- a/overlay-rpi4/make.conf +++ b/overlay-rpi4/make.conf @@ -8,7 +8,7 @@ BOARD_RUSTFLAGS="-C target-cpu=cortex-a72 -C target-feature=+v8a,+crc,+neon,+fp1 USE="${USE} direncryption chromeless_tests ac_only -ml_service ime" USE="${USE} transparent_hugepage" -USE="${USE} kvm_host os_install_service" +USE="${USE} kvm_host -os_install_service" USE="${USE} libcamera" USE="${USE} crosvm-wl-dmabuf crosvm-gpu crosvm-video-encoder crosvm-video-decoder crosvm-video-libvda v4l virtio_gpu" USE="${USE} -tpm tpm2_simulator tpm2 vtpm_proxy tpm2_simulator_manufacturer disable_explicit_dma_fences"