Skip to content

Commit

Permalink
pru-pssp: Fix and increase versioning
Browse files Browse the repository at this point in the history
Also remove the "last_tested_commit" field from version.sh file. That is
now obtained from the changelog file.

Signed-off-by: Suhaas Joshi <[email protected]>
  • Loading branch information
jsuhaas22 committed Feb 8, 2024
1 parent 63213f6 commit fc29c3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pru-pssp/suite/bookworm/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pru-pssp (6.3.0+git20240205+d09576fa-1) UNRELEASED; urgency=low

* New upstream release
* Fix versioning

-- Suhaas Joshi <[email protected]> Mon, 05 Feb 2024 14:30:00 +0000

pru-pssp (6.1-1) UNRELEASED; urgency=low

* Initial release.
Expand Down
1 change: 0 additions & 1 deletion pru-pssp/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
export git_repo="https://git.ti.com/git/pru-software-support-package/pru-software-support-package.git"
export custom_build=false
export require_root=true
export last_tested_commit="75e974590eac2e38b53686e97018c47fc1147042"

function setup_cgt_pru() {
cd ${builddir}
Expand Down

0 comments on commit fc29c3c

Please sign in to comment.