From 14eab1c3b1b2ff6d585460938fd9579adf687875 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 7 May 2023 15:51:55 +0900 Subject: 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 --- conf/include/agl-container-guest-demo.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/include/agl-container-guest-demo.inc b/conf/include/agl-container-guest-demo.inc index d69eac5bf..9c3e19e0d 100644 --- a/conf/include/agl-container-guest-demo.inc +++ b/conf/include/agl-container-guest-demo.inc @@ -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 = "" -- cgit 1.2.3-korg