mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-13 22:15:27 +01:00
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:
parent
bf4e9c55db
commit
0bc9a78c54
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2020-2023 NXP
|
# Copyright 2020-2023,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.1.55_2.2.0"
|
SRCBRANCH = "lf-6.1.55_2.2.0"
|
||||||
SRCREV = "1582e774d7c120a5dfbdbf6e11c8788e710ab93f"
|
SRCREV = "a0a311b236ecc43feffd84e10b2faffbf33da5b6"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user