I have successfully built the NXP Auto Linux BSP 35.0 by cloning the repository from https://github.com/nxp-auto-linux/auto_yocto_bsp, using the branch release/bsp35.0.
The build process has resulted in the creation of the following images:
1. fsl-image-base-s32g399aevb-20230629125528.rootfs.cpio.gz.u-boot
2. fsl-image-base-s32g399aevb-20230629125528.rootfs.ext4
3. fsl-image-base-s32g399aevb-20230629125528.rootfs.manifest
4. fsl-image-base-s32g399aevb-20230629125528.rootfs.sdcard
5. fsl-image-base-s32g399aevb-20230629125528.rootfs.tar.gz
However, we also require the generation of the `.wic` file.
To generate the `.wic` file in the Yocto build, I attempted to add the directive `IMAGE_FSTYPES = "wic"` in the image recipe, but it did not yield the expected results.
Could you kindly assist me with the correct configuration or any additional steps needed to achieve the generation of the `.wic` file?
Thank you for your help and consideration.
Best regards,
Sami