Disable rngd in container guest 21/28821/3
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sat, 6 May 2023 10:23:12 +0000 (19:23 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 9 May 2023 15:29:36 +0000 (15:29 +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: Ic104870d4ee0e350c552c0b6a113e14bca1f8cbe
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 = ""