Hi @MiloJan,
I hope you are doing well.
Please find a response from the engineering team below.
One can use the attached patch to fix the issue on the 5.15.71_2.2.0. Use the Yocto SDK to build the libvx_delegate.so.
The steps are as below:
1. Setup the Yocto SDK 5.15.72.(Refer to the i.MX Yocto Project User's Guide)
2. bitbake the vx_delegate, and use the patch by the command
bitbake tensorflow-lite-vx-delegate
cd imx-yocto-bsp/8mp_5.15.72_2.2.0/build-xwayland/tmp/work/armv8a-poky-linux/tensorflow-lite-vx-delegate/2.9.1-r0/git
git apply diff.patch
bitbake -c compile -f tensorflow-lite-vx-delegate
bitbake -c build -f tensorflow-lite-vx-delegate
the libvx_delegate.so will be generated in ../image/usr/lib/
3.copy the libvx_delegate to the broad path /usr/lib/
Thanks & Regards,
Dhruvit Vasavada