From 0cd1f774b1fd885fccf3e59ed8d57b6d818bed55 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Fri, 12 Jan 2024 09:40:48 +0800 Subject: qemuboot-intel.inc: clean up /dev/urandom entropy source already being passed using QB_RNG [1]. [1] https://git.yoctoproject.org/poky/tree/meta/classes-recipe/qemuboot.bbclass#n101 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- conf/machine/include/qemuboot-intel.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf/machine/include/qemuboot-intel.inc') diff --git a/conf/machine/include/qemuboot-intel.inc b/conf/machine/include/qemuboot-intel.inc index 6ac84a55..17a1234d 100644 --- a/conf/machine/include/qemuboot-intel.inc +++ b/conf/machine/include/qemuboot-intel.inc @@ -15,5 +15,4 @@ QB_CPU_KVM:intel-skylake-64 = "-cpu Skylake-Client" QB_AUDIO_DRV = "alsa" QB_AUDIO_OPT = "-device AC97" QB_KERNEL_CMDLINE_APPEND = " oprofile.timer=1" -# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy -QB_OPT_APPEND = " -usb -usbdevice tablet -device virtio-rng-pci" +QB_OPT_APPEND = " -usb -usbdevice tablet " -- cgit v1.2.3-54-g00ecf