summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qemuboot-intel.inc
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2024-01-12 09:40:48 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2024-02-05 09:39:06 +0800
commit0cd1f774b1fd885fccf3e59ed8d57b6d818bed55 (patch)
tree5b9c71f73a8528b2607e5dd449b742d63757e25b /conf/machine/include/qemuboot-intel.inc
parent55b15013f2cb9dec829765c0f4ad2e3c15ef0fc2 (diff)
downloadmeta-intel-0cd1f774b1fd885fccf3e59ed8d57b6d818bed55.tar.gz
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 <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf/machine/include/qemuboot-intel.inc')
-rw-r--r--conf/machine/include/qemuboot-intel.inc3
1 files changed, 1 insertions, 2 deletions
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"
15QB_AUDIO_DRV = "alsa" 15QB_AUDIO_DRV = "alsa"
16QB_AUDIO_OPT = "-device AC97" 16QB_AUDIO_OPT = "-device AC97"
17QB_KERNEL_CMDLINE_APPEND = " oprofile.timer=1" 17QB_KERNEL_CMDLINE_APPEND = " oprofile.timer=1"
18# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy 18QB_OPT_APPEND = " -usb -usbdevice tablet "
19QB_OPT_APPEND = " -usb -usbdevice tablet -device virtio-rng-pci"