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"