diff --git a/ti-onnxruntime-8.1/suite/bullseye/debian/changelog b/ti-onnxruntime-8.1/suite/bullseye/debian/changelog
index b4f14f3c37b1cef90d89f1ecc5412689ea1a4e46..d28248a00eff46451c6119ada0ffac018b7a492a 100644
--- a/ti-onnxruntime-8.1/suite/bullseye/debian/changelog
+++ b/ti-onnxruntime-8.1/suite/bullseye/debian/changelog
@@ -1,6 +1,6 @@
-ti-onnxruntime-8.1 (8.1.0.23-0~bullseye+20220524) bullseye; urgency=low
+ti-onnxruntime-8.1 (8.1.0.24-0~bullseye+20220524) bullseye; urgency=low
 
   * Rebuild for repos.rcn-ee.com
 
- -- Robert Nelson <robertcnelson@gmail.com>  Tue, 24 May 2022 09:57:59 -0500
+ -- Robert Nelson <robertcnelson@gmail.com>  Tue, 24 May 2022 10:18:17 -0500
 
diff --git a/ti-onnxruntime-8.1/suite/bullseye/debian/rules b/ti-onnxruntime-8.1/suite/bullseye/debian/rules
index fcb164213bb5ec6cb77c7824611a83fef6b5d353..256b380df8fcf654a74b4c5b2825e94d13cc5e34 100755
--- a/ti-onnxruntime-8.1/suite/bullseye/debian/rules
+++ b/ti-onnxruntime-8.1/suite/bullseye/debian/rules
@@ -8,9 +8,9 @@ DEB_BUILD_OPTIONS=noautodbgsym
 
 override_dh_auto_configure:
 	mkdir -p ./tmp/opt/onnxruntime/ ; cp -r /opt/onnxruntime/* ./tmp/opt/onnxruntime/
-	cd ./tmp/opt/onnxruntime/ ; ./build.sh --parallel 4 --skip_tests --build_shared_lib --config Release --cmake_extra_defines="CMAKE_TOOLCHAIN_FILE=../tool.cmake" --path_to_protoc_exe ./cmake/external/protoc-3.11.3-linux-aarch_64/bin/protoc --use_tidl --build_wheel ; python3 -m pip install build/Linux/Release/dist/onnxruntime_tidl-1.7.0-cp39-cp39-linux_aarch64.whl --target ./dist-packages/ --no-deps
+	cd ./tmp/opt/onnxruntime/ ; ./build.sh --parallel 4 --skip_tests --build_shared_lib --config Release --cmake_extra_defines="CMAKE_TOOLCHAIN_FILE=../tool.cmake" --path_to_protoc_exe ./cmake/external/protoc-3.11.3-linux-aarch_64/bin/protoc --use_tidl --build_wheel --skip_submodule_sync ; python3 -m pip install build/Linux/Release/dist/onnxruntime_tidl-1.7.0-cp39-cp39-linux_aarch64.whl --target ./dist-packages/ --no-deps
 	cd ./tmp/opt/onnxruntime/build/Linux/Release ; make install DESTDIR=../../../../../
-	cd ./tmp/opt/onnxruntime/cmake/external/protobuf/ ; ./autogen.sh ; ./configure ; make -j4
+	#cd ./tmp/opt/onnxruntime/cmake/external/protobuf/ ; ./autogen.sh ; ./configure ; make -j4
 	cd ./tmp/opt/onnxruntime/dist-packages/ ; tree
 
 %:
diff --git a/ti-onnxruntime-8.1/version.sh b/ti-onnxruntime-8.1/version.sh
index 59241ad3ee4bdeb766dfe8667fb3900d7900499a..0f98775d17b7ae3b884e5f97ff0bd6d698bf506a 100644
--- a/ti-onnxruntime-8.1/version.sh
+++ b/ti-onnxruntime-8.1/version.sh
@@ -2,7 +2,7 @@
 
 package_name="ti-onnxruntime-8.1"
 debian_pkg_name="${package_name}"
-package_version="8.1.0.23"
+package_version="8.1.0.24"
 package_source=""
 src_dir=""