This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM69: Yocto build ti-tidl-osrt error: nativepython3 not found

Part Number: SK-AM69

Tool/software:

Hello!

I faced with the same issue as in the related thread, but there is no final answer in it. I'm trying to build custom Linux image with EdgeAI components included on WSL Ubuntu and getting the error on do_package_qa step of ti-tidl-osrt recipe: 

ERROR: ti-tidl-osrt-1.0-r0_edgeai_4 do_package_qa: QA Issue: /usr/lib/python3.12/site-packages/bin/onnxruntime_test contained in package ti-tidl-osrt requires /home/user/work/am69-b55/build/tmp/work/aarch64-oe-linux/ti-tidl-osrt/1.0/recipe-sysroot-native/usr/bin/nativepython3, but no providers found in RDEPENDS:ti-tidl-osrt? [file-rdeps]
ERROR: ti-tidl-osrt-1.0-r0_edgeai_4 do_package_qa: Fatal QA errors were found, failing task.
ERROR: Logfile of failure stored in: /home/user/work/am69-b55/build/tmp/work/aarch64-oe-linux/ti-tidl-osrt/1.0/temp/log.do_package_qa.23941
ERROR: Task (/home/user/work/am69-b55/sources/core/../meta-edgeai/recipes-tisdk/ti-tidl/ti-tidl-osrt.bb:do_package_qa) failed with exit code '1'

So how can I fix this problem?