summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2023-05-06 19:23:12 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-09 15:29:36 +0000
commit94332f8a8eabf091f5c5572797371a695f96af58 (patch)
tree8075c244bfe4d2e645b14361fffc1d1902e73852 /conf
parent5128636f5f7f7fd89956c4a69be3730b58b48d8a (diff)
Disable rngd in container guest
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>
Diffstat (limited to 'conf')
-rw-r--r--conf/include/agl-container-guest-demo.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/include/agl-container-guest-demo.inc b/conf/include/agl-container-guest-demo.inc
index 091c769f..d69eac5b 100644
--- a/conf/include/agl-container-guest-demo.inc
+++ b/conf/include/agl-container-guest-demo.inc
@@ -1,2 +1,3 @@
# enable the extention
AGL_FEATURES:append = " agl-container-guest-demo"
+VIRTUAL-RUNTIME_rngd = ""