onnxruntime_1.16.1.bb: Fix eigen download error [YOCIMX-9056]

Signed-off-by: Flora Hu <flora.hu@nxp.com>
This commit is contained in:
Flora Hu 2025-08-27 11:58:01 +02:00
parent 0baba7f853
commit aa4fd5f0c3

View File

@ -1,4 +1,4 @@
# Copyright 2020-2024 NXP
# Copyright 2020-2025 NXP
DESCRIPTION = "cross-platform, high performance scoring engine for ML models"
SECTION = "devel"
LICENSE = "MIT & Apache-2.0"
@ -13,7 +13,7 @@ inherit setuptools3
SRC_URI = "${ONNXRUNTIME_SRC};branch=${SRCBRANCH}"
ONNXRUNTIME_SRC ?= "gitsm://github.com/nxp-imx/onnxruntime-imx.git;protocol=https"
SRCBRANCH = "lf-6.1.55_2.2.0"
SRCREV = "359b26fa0f8ce3ab453c5ce7edd7e5d0aad5d2b2"
SRCREV = "a0a311b236ecc43feffd84e10b2faffbf33da5b6"
S = "${WORKDIR}/git"