Skip to content

Commit d1e6154

Browse files
committed
disable os_install_service by default for vanilla versions
1 parent 12543c9 commit d1e6154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlay-rpi4/make.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BOARD_RUSTFLAGS="-C target-cpu=cortex-a72 -C target-feature=+v8a,+crc,+neon,+fp1
88
USE="${USE} direncryption chromeless_tests ac_only -ml_service ime"
99
USE="${USE} transparent_hugepage"
1010

11-
USE="${USE} kvm_host os_install_service"
11+
USE="${USE} kvm_host -os_install_service"
1212
USE="${USE} libcamera"
1313
USE="${USE} crosvm-wl-dmabuf crosvm-gpu crosvm-video-encoder crosvm-video-decoder crosvm-video-libvda v4l virtio_gpu"
1414
USE="${USE} -tpm tpm2_simulator tpm2 vtpm_proxy tpm2_simulator_manufacturer disable_explicit_dma_fences"

0 commit comments

Comments
 (0)