diff --git a/ti-edgeai-apps-src-8.2/suite/bullseye/debian/changelog b/ti-edgeai-apps-src-8.2/suite/bullseye/debian/changelog index 07a7b670c05a28159de9619330e25498f862f4de..a9f1ff032c8644018139fd445da8352db58d9846 100644 --- a/ti-edgeai-apps-src-8.2/suite/bullseye/debian/changelog +++ b/ti-edgeai-apps-src-8.2/suite/bullseye/debian/changelog @@ -1,6 +1,6 @@ -ti-edgeai-apps-src-8.2 (8.2.0.8-0~bullseye+20220822) bullseye; urgency=low +ti-edgeai-apps-src-8.2 (8.2.0.9-0~bullseye+20221117) bullseye; urgency=low * Rebuild for repos.rcn-ee.com - -- Robert Nelson <robertcnelson@gmail.com> Mon, 22 Aug 2022 15:06:59 -0500 + -- Robert Nelson <robertcnelson@gmail.com> Thu, 17 Nov 2022 13:42:36 -0600 diff --git a/ti-edgeai-apps-src-8.2/suite/bullseye/debian/rules b/ti-edgeai-apps-src-8.2/suite/bullseye/debian/rules index 1c11e711abb9c72ca982b0e42dc4cdf4e0b139e5..3b1e2efc32f280aee015880c539f6d9eef08fe44 100755 --- a/ti-edgeai-apps-src-8.2/suite/bullseye/debian/rules +++ b/ti-edgeai-apps-src-8.2/suite/bullseye/debian/rules @@ -14,7 +14,7 @@ override_dh_strip_nondeterminism: override_dh_shlibdeps: override_dh_auto_configure: - mkdir -p ./tmp/opt/ ; git clone --branch REL.PSDK.LINUX.SK.TDA4VM.08.02.01 --depth 1 https://git.ti.com/git/edgeai/edge_ai_apps ./tmp/opt/edge_ai_apps/ + mkdir -p ./tmp/opt/ ; git clone --branch REL.PSDK.LINUX.SK.TDA4VM.08.02.01-bbbio --depth 1 https://git.beagleboard.org/beagleboard/edge_ai_apps.git ./tmp/opt/edge_ai_apps/ cd ./tmp/opt/edge_ai_apps/ ; find . | grep .git | xargs rm -rf cd ./tmp/opt/edge_ai_apps/docs/ ; make docs diff --git a/ti-edgeai-apps-src-8.2/version.sh b/ti-edgeai-apps-src-8.2/version.sh index 51f0715f8f0e2bbc813eab6a425fdbb90ff7f263..73f25e8c6b83013ffebf1206c109864b27cc71a6 100644 --- a/ti-edgeai-apps-src-8.2/version.sh +++ b/ti-edgeai-apps-src-8.2/version.sh @@ -2,7 +2,7 @@ package_name="ti-edgeai-apps-src-8.2" debian_pkg_name="${package_name}" -package_version="8.2.0.8" +package_version="8.2.0.9" package_source="" src_dir="" @@ -17,4 +17,4 @@ debian_patch="" clear_changelog="enable" -bullseye_version="~bullseye+20220822" +bullseye_version="~bullseye+20221117"