summaryrefslogtreecommitdiffstats
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-06-02 09:06:53 +0000
commit7047d61d67aed0355855c0ad9e24fdf027fd546d (patch)
tree0a6f27425da7ce136f0a9679cdce24a2374a1c42
parent7ac9e5cfbcc9dc8c2e37dee16c07d82c29600efa (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: I649ded6c0e0a55d196303b1cc580e5703a76a6f1 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
-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 = ""