From 8bfc3570041bf57957c4df4f16c15bbae6148bc4 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Wed, 6 Aug 2025 15:51:25 +0800 Subject: [PATCH] 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 --- .../recipes-libraries/onnxruntime/onnxruntime_1.17.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-imx-ml/recipes-libraries/onnxruntime/onnxruntime_1.17.1.bb b/meta-imx-ml/recipes-libraries/onnxruntime/onnxruntime_1.17.1.bb index f92122ab5c..876b9f9888 100644 --- a/meta-imx-ml/recipes-libraries/onnxruntime/onnxruntime_1.17.1.bb +++ b/meta-imx-ml/recipes-libraries/onnxruntime/onnxruntime_1.17.1.bb @@ -1,4 +1,4 @@ -# Copyright 2020-2023 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.12.3_1.0.0" -SRCREV = "3616ba2f9cd2b7b882252a95e171f0c0c0f1826f" +SRCREV = "a6651273cf4ff3565036691a891d57872c0b761f" S = "${WORKDIR}/git"