Hi gusarambula
Sorry for the later reply and thanks for your useful information , after using the Git Submodule Fetcher (gitsm://) instead of the regular Git Fetcher (git://),i can get the package , but it encouter the issue showed belown :
ERROR: onnxruntime-1.0.0-r0 do_patch: Command Error: 'quilt --quiltrc /media/king/ext4/king/L5.4.3_1.0.0/imx-yocto-bsp/imx8qxpmek-xwayland/tmp/work/aarch64-poky-linux/onnxruntime/1.0.0-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output:
Applying patch Fix_Eigen_Build_Break.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur git_org/cmake/external/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h git/cmake/external/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h
|--- git_org/cmake/external/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h 2019-07-17 15:27:59.540667336 -0500
|+++ git/cmake/external/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h 2019-07-17 15:30:16.000000000 -0500
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
Patch Fix_Eigen_Build_Break.patch does not apply (enforce with -f)
ERROR: Logfile of failure stored in: /media/king/ext4/king/L5.4.3_1.0.0/imx-yocto-bsp/imx8qxpmek-xwayland/tmp/work/aarch64-poky-linux/onnxruntime/1.0.0-r0/temp/log.do_patch.11614
ERROR: Task (/media/king/ext4/king/L5.4.3_1.0.0/imx-yocto-bsp/sources/meta-imx/meta-ml/recipes-libraries/onnxruntime/onnxruntime_1.0.0.bb:do_patch) failed with exit code '1'
I have already tested it in 4.19.35 and 5.4.3 version , both of them fail , right now i disable onnxruntime in the file to make the compile successfully. Due to we do not need the onnxruntime ,we just need tensor flow lite .
/media/king/ext4/king/4.19.35/2King/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-fsl/packagegroup/packagegroup-imx-ml.bb
ML_PKGS = " \
armnn \
tensorflow-lite \
tensorflow \
"
RDEPENDS_${PN} = " \
${ML_PKGS} \
"
Maybe we need fix the issue in the future .
Have some body compiled the BSP 4.19.35 with the command bitbake imx-image-full successfully ?