summaryrefslogtreecommitdiffstats
path: root/conf/include/agl-container-guest-demo.inc
AgeCommit message (Collapse)AuthorFilesLines
2023-06-02Disable rngd in container guestNaoto Yamaguchi1-0/+1
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>
2023-06-02Create new agl feature to use container guest integrationNaoto Yamaguchi1-0/+2
When existing agl demo integrate to container guest, it require to some small patches. This patch add new agl feature "agl-container-guest-demo" to enable container guest integration. Those patch will enable/disable using this agl feature. Bug-AGL: SPEC-4766 Change-Id: I62d5907566404ae7acd9afc03e8c91afa1860bb9 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>