Disable rngd in container guest 63/28963/2
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sat, 6 May 2023 10:23:12 +0000 (19:23 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 2 Jun 2023 09:06:53 +0000 (09:06 +0000)
The rngd initialize to kernel's random number entropy pool.
Current integration run rngd in host and all guest.

This patch disable rngd in guest to avoid unnecessary
initializition. Afther this patch, rngd run in host only.

Bug-AGL: SPEC-4766

Change-Id: I649ded6c0e0a55d196303b1cc580e5703a76a6f1
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
conf/include/agl-container-guest-demo.inc

index 091c769..d69eac5 100644 (file)
@@ -1,2 +1,3 @@
 # enable the extention
 AGL_FEATURES:append = " agl-container-guest-demo"
+VIRTUAL-RUNTIME_rngd = ""