Skip to content

Commit

Permalink
disable os_install_service by default for vanilla versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nirocfz committed Jan 23, 2024
1 parent 12543c9 commit d1e6154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay-rpi4/make.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d1e6154

Please sign in to comment.