summaryrefslogtreecommitdiffstats
path: root/conf/include/agl-container-guest-demo.inc
AgeCommit message (Collapse)AuthorFilesLines
2023-06-02Enable ext4 image and disable wic in case of agl-container-guest-demoNaoto Yamaguchi1-0/+2
In case of AGL IC container integration, this method use ext4 file system image to create guest rootfs. It's reusing wic tools. In this case, the root filesystem for container guest must be create ext4 image. On the other hand, the wic image build cause long build time. It does not need in guest image build. This patch fource enable ext4 image and fource remove wic at rootfs image build time. It's aim to avoid hand operation by each developer and reduce build time in guest image build. Bug-AGL: SPEC-4766 Change-Id: I24670dc74c4d88864f43e9aefd2a41f7b0b480b7 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
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>