diff options
author | Hari Nagalla <hnagalla@ti.com> | 2025-07-23 15:35:57 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-24 10:53:56 -0500 |
commit | 62ea56e71502ad91a329043b2134e0a3e8b7c336 (patch) | |
tree | 9745d4d4e31420b16faaf79648c91b9e3c5daf17 | |
parent | b5f6c53a666a5a663dfdc6ee52e44b185429c43e (diff) | |
download | meta-ti-62ea56e71502ad91a329043b2134e0a3e8b7c336.tar.gz |
pru-icss_git.bb: update to PSSP v6.5.0
update to PSSP release v6.5.0. This release is compatible to linux
v6.12 and other fixes for RP message size.
Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb index 73b582a2..84d00eed 100644 --- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb +++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | |||
@@ -8,9 +8,9 @@ inherit update-alternatives | |||
8 | 8 | ||
9 | BRANCH = "master" | 9 | BRANCH = "master" |
10 | SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}" | 10 | SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}" |
11 | SRCREV = "00a5efa5157feb84cb2e4bf50b481f7082acca82" | 11 | SRCREV = "5584926fa3721274e61c5473593cfb7f9f4284d4" |
12 | 12 | ||
13 | PV = "6.3.0" | 13 | PV = "6.5.0" |
14 | 14 | ||
15 | require recipes-ti/includes/ti-paths.inc | 15 | require recipes-ti/includes/ti-paths.inc |
16 | 16 | ||