Enable ext4 image and disable wic in case of agl-container-guest-demo 28/28828/4
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sun, 7 May 2023 06:51:55 +0000 (15:51 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 9 May 2023 15:29:36 +0000 (15:29 +0000)
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: I8ede8aecb489567a375f2842ed0942ebfa8cacd3
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
conf/include/agl-container-guest-demo.inc

index d69eac5..9c3e19e 100644 (file)
@@ -1,3 +1,5 @@
 # enable the extention
 AGL_FEATURES:append = " agl-container-guest-demo"
+AGL_DEFAULT_IMAGE_FSTYPES = ""
+AGL_EXTRA_IMAGE_FSTYPES:append = " ext4"
 VIRTUAL-RUNTIME_rngd = ""