When downloading and compiling SDK 5.15.71, I executed the bitbake imx-image-full command and found that the onnxruntime 1.10.0 r0 do_ Fetch always fails. After reading the log, it was found that the package onnxruntime imx. git. tar. gz failed to download. I followed the link and found that the package did not exist. Please help confirm whether the path of this software package has changed and update the. bb file. Thank you!
The error message is as follows:
DEBUG: Mirror fetch failure for url https://mirrors.kernel.org/yocto-sources/git2_github.com.nxp-imx.onnxruntime-imx.git.tar.gz (original url: gitsm://github.com/nxp-imx/onnxruntime-imx.git;protocol=https;branch=lf-5.15.71_2.2.0;name=runtime)
DEBUG: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1464"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/work/imx-yocto-bsp-5.15.71/build-xwayland/tmp/sysroots-uninative/x86_64-linux/usr/bin:/work/imx-yocto-bsp-5.15.71/build-xwayland/tmp/work/armv8a-poky-linux/onnxruntime/1.10.0-r0/recipe-sysroot-native/usr/bin/python3-native:/work/imx-yocto-bsp-5.15.71/sources/poky/scripts:/work/imx-yocto-bsp-5.15.71/build-xwayland/tmp/work/armv8a-poky-linux/onnxruntime/1.10.0-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux:/work/imx-yocto-bsp-5.15.71/build-xwayland/tmp/work/armv8a-poky-linux/onnxruntime/1.10.0-r0/recipe-sysroot/usr/bin/crossscripts:/work/imx-yocto-bsp-5.15.71/build-xwayland/tmp/work/armv8a-poky-linux/onnxruntime/1.10.0-r0/recipe-sysroot-native/usr/sbin:/work/imx-yocto-bsp-5.15.71/build-xwayland/tmp/work/armv8a-poky-linux/onnxruntime/1.10.0-r0/recipe-sysroot-native/usr/bin:/work/imx-yocto-bsp-5.15.71/build-xwayland/tmp/work/armv8a-poky-linux/onnxruntime/1.10.0-r0/recipe-sysroot-native/sbin:/work/imx-yocto-bsp-5.15.71/build-xwayland/tmp/work/armv8a-poky-linux/onnxruntime/1.10.0-r0/recipe-sysroot-native/bin:/work/imx-yocto-bsp-5.15.71/sources/poky/bitbake/bin:/work/imx-yocto-bsp-5.15.71/build-xwayland/tmp/hosttools"; export HOME="/home/mx"; /usr/bin/env wget -t 2 -T 30 --passive-ftp -P /work/imx-yocto-bsp-5.15.71/downloads/ 'https://mirrors.kernel.org/yocto-sources/git2_github.com.nxp-imx.onnxruntime-imx.git.tar.gz' --progress=dot -v failed with exit code 8, no output
I also want to know how it solve!