Image package dosn't generate

Hello,
I ve been working for a couple of years in differents with toradex.
I built differents images with bitbake and Yocto and all works fine.
Now I am starting to work with KAS, that is a bitbake wrapper, I could built an Image but I couldn’t generate the final tar image. In the deploy/images/colibri-imx7-emmc directory I have the differents files that de build generate but The tar image Colibri-iMX7-eMMC_IMAGE_NAME-x11-Tezi_5.6.0+build.0.tar din’t generate.
There is a recipe or an environment variable that pack the differents files into de tar image?
I am using the BSP 5.6.3 version

Hi @emmaperea !

Please take a look at the meta-toradex-bsp-common/classes/image_type_tezi.bbclass class, the entire Tezi image is created using this as a base.

All our modules today inherit it into the IMAGE_CLASSES variable.

Please let me know if you have any doubts.

Best regards,
Daniel Morais