onnxruntime: Update onnxruntime_1.17.1.bb to commit a665127

[YOCIMX-9056] Pick up the latest hot-fix the configure issue as
 eigen checksum mismatching by switch gitlab to github mirror.

Signed-off-by: Jun Zhu <junzhu@nxp.com>
This commit is contained in:
Jun Zhu 2025-08-06 15:51:25 +08:00
parent 8da2e3bd31
commit 8bfc357004

View File

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