Enable ext4 image and disable wic in case of agl-container-guest-demo 64/28964/2
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sun, 7 May 2023 06:51:55 +0000 (15:51 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 2 Jun 2023 09:06:53 +0000 (09:06 +0000)
commit14eab1c3b1b2ff6d585460938fd9579adf687875
tree8c3a3bb92106f5142d9b501714437a4082f11853
parent7047d61d67aed0355855c0ad9e24fdf027fd546d
Enable ext4 image and disable wic in case of agl-container-guest-demo

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>
conf/include/agl-container-guest-demo.inc