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 12:05:29 +02:00
parent bf4e9c55db
commit 0bc9a78c54

View File

@ -1,4 +1,4 @@
# Copyright 2020-2023 NXP
# Copyright 2020-2023,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 = "1582e774d7c120a5dfbdbf6e11c8788e710ab93f"
SRCREV = "a0a311b236ecc43feffd84e10b2faffbf33da5b6"
S = "${WORKDIR}/git"