From e2267fad15e938991d60b66b28a401f2049296c2 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Tue, 24 May 2022 10:08:49 -0500 Subject: [PATCH] ti-onnxruntime-src-8.1 (8.1.0.2) Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- ti-onnxruntime-src-8.1/suite/bullseye/debian/changelog | 4 ++-- ti-onnxruntime-src-8.1/suite/bullseye/debian/rules | 1 + ti-onnxruntime-src-8.1/version.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ti-onnxruntime-src-8.1/suite/bullseye/debian/changelog b/ti-onnxruntime-src-8.1/suite/bullseye/debian/changelog index 6e3372db0..05b5ecd3c 100644 --- a/ti-onnxruntime-src-8.1/suite/bullseye/debian/changelog +++ b/ti-onnxruntime-src-8.1/suite/bullseye/debian/changelog @@ -1,6 +1,6 @@ -ti-onnxruntime-src-8.1 (8.1.0.1-0~bullseye+20220524) bullseye; urgency=low +ti-onnxruntime-src-8.1 (8.1.0.2-0~bullseye+20220524) bullseye; urgency=low * Rebuild for repos.rcn-ee.com - -- Robert Nelson <robertcnelson@gmail.com> Tue, 24 May 2022 09:48:04 -0500 + -- Robert Nelson <robertcnelson@gmail.com> Tue, 24 May 2022 10:08:40 -0500 diff --git a/ti-onnxruntime-src-8.1/suite/bullseye/debian/rules b/ti-onnxruntime-src-8.1/suite/bullseye/debian/rules index 28fab4439..1500f7ca0 100755 --- a/ti-onnxruntime-src-8.1/suite/bullseye/debian/rules +++ b/ti-onnxruntime-src-8.1/suite/bullseye/debian/rules @@ -19,6 +19,7 @@ override_dh_auto_configure: mkdir -p ./tmp/opt/ ; git clone --single-branch --branch TIDL_PSDK_8.1 --depth 1 https://github.com/TexasInstruments/onnxruntime.git ./tmp/opt/onnxruntime/ unzip debian/protoc-3.11.3-linux-aarch_64.zip -d ./tmp/opt/onnxruntime/cmake/external/protoc-3.11.3-linux-aarch_64 cp -v debian/tool.cmake ./tmp/opt/onnxruntime/ + cd ./tmp/opt/onnxruntime/ ; git submodule update --init --recursive cd ./tmp/opt/onnxruntime/ ; find . | grep .git | xargs rm -rf cd ./tmp/opt/onnxruntime/ ; tree diff --git a/ti-onnxruntime-src-8.1/version.sh b/ti-onnxruntime-src-8.1/version.sh index 97a654210..d04ed38c1 100644 --- a/ti-onnxruntime-src-8.1/version.sh +++ b/ti-onnxruntime-src-8.1/version.sh @@ -2,7 +2,7 @@ package_name="ti-onnxruntime-src-8.1" debian_pkg_name="${package_name}" -package_version="8.1.0.1" +package_version="8.1.0.2" package_source="" src_dir="" -- GitLab