diff --git a/ti-edgeai-apps-8.1/version.sh b/ti-edgeai-apps-8.1/version.sh index f951288b633dab5508a3d8f7a91150d75cce9a68..8b97db758b65d15bce52684e8e4577dd73a36609 100644 --- a/ti-edgeai-apps-8.1/version.sh +++ b/ti-edgeai-apps-8.1/version.sh @@ -4,7 +4,7 @@ package_name="ti-edgeai-apps-8.1" debian_pkg_name="${package_name}" -package_version="8.1.0.4" +package_version="8.1.0.5" package_source="" src_dir="" diff --git a/ti-tensorflow-src-8.1/suite/bullseye/debian/changelog b/ti-tensorflow-src-8.1/suite/bullseye/debian/changelog index 7ea0f90aba8026912e42389a1147236b98471548..58c23672e561abb03fde95ee5cb12491bc586a46 100644 --- a/ti-tensorflow-src-8.1/suite/bullseye/debian/changelog +++ b/ti-tensorflow-src-8.1/suite/bullseye/debian/changelog @@ -1,6 +1,6 @@ -ti-tensorflow-src-8.1 (8.1.0.2-0~bullseye+20220524) bullseye; urgency=low +ti-tensorflow-src-8.1 (8.1.0.3-0~bullseye+20220524) bullseye; urgency=low * Rebuild for repos.rcn-ee.com - -- Robert Nelson <robertcnelson@gmail.com> Tue, 24 May 2022 09:20:24 -0500 + -- Robert Nelson <robertcnelson@gmail.com> Tue, 24 May 2022 15:12:52 -0500 diff --git a/ti-tensorflow-src-8.1/suite/bullseye/debian/control b/ti-tensorflow-src-8.1/suite/bullseye/debian/control index 9e9aca4b0e74fdc05f36ff291585750f3bf33b03..286ab48e8a2fb41882162e68d2ada6a5613c44d2 100644 --- a/ti-tensorflow-src-8.1/suite/bullseye/debian/control +++ b/ti-tensorflow-src-8.1/suite/bullseye/debian/control @@ -7,7 +7,6 @@ Build-Depends: , ca-certificates , git , unzip - , tree Standards-Version: 4.5.1 Package: ti-tensorflow-src-8.1 diff --git a/ti-tensorflow-src-8.1/suite/bullseye/debian/rules b/ti-tensorflow-src-8.1/suite/bullseye/debian/rules index 7cedbce079d29725e1fab6aac3b183dd6eee1f8a..7094adae04502a1439764f229dc9df7d91049263 100755 --- a/ti-tensorflow-src-8.1/suite/bullseye/debian/rules +++ b/ti-tensorflow-src-8.1/suite/bullseye/debian/rules @@ -4,8 +4,6 @@ # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 -DEB_BUILD_OPTIONS=noautodbgsym - wfile="v1.12.0.tar.gz" # Disable dh_strip @@ -15,9 +13,8 @@ override_dh_strip: override_dh_strip_nondeterminism: override_dh_auto_configure: - mkdir -p ./tmp/opt/ ; git clone --single-branch --branch TIDL_PSDK_8.1 --depth 1 https://github.com/TexasInstruments/tensorflow.git ./tmp/opt/tensorflow/ ; mkdir -p ./tmp/opt/tensorflow/lite/tools/make/downloads/flatbuffers ; tar xf ./debian/$(wfile) --strip-components=1 -C ./tmp/opt/tensorflow/lite/tools/make/downloads/flatbuffers + mkdir -p ./tmp/opt/ ; git clone --single-branch --branch TIDL_PSDK_8.1 --depth 1 https://github.com/TexasInstruments/tensorflow.git ./tmp/opt/tensorflow/ ; mkdir -p ./tmp/opt/tensorflow/tensorflow/lite/tools/make/downloads/flatbuffers ; tar xf ./debian/$(wfile) --strip-components=1 -C ./tmp/opt/tensorflow/tensorflow/lite/tools/make/downloads/flatbuffers cd ./tmp/opt/tensorflow/ ; find . | grep .git | xargs rm -rf - cd ./tmp/opt/tensorflow/ ; tree %: dh $@ diff --git a/ti-tensorflow-src-8.1/version.sh b/ti-tensorflow-src-8.1/version.sh index f03673a8e692ec3808aafaa71a7ce5310347de66..6ee69efc225bc4b2c03ad7447126e7e7d8905071 100644 --- a/ti-tensorflow-src-8.1/version.sh +++ b/ti-tensorflow-src-8.1/version.sh @@ -2,7 +2,7 @@ package_name="ti-tensorflow-src-8.1" debian_pkg_name="${package_name}" -package_version="8.1.0.2" +package_version="8.1.0.3" package_source="" src_dir=""