summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2023-07-05 16:07:05 -0500
committerRyan Eatmon <reatmon@ti.com>2023-07-05 18:53:02 -0500
commitedbb8b1c7481e997687e179daf1934f4e9821d30 (patch)
treeabc12085a0eba58bdcdd4f38c38964eeaaca35c3
parent116d2faeede0b7da9c59fe5938c765e553f34867 (diff)
downloadmeta-ti-edbb8b1c7481e997687e179daf1934f4e9821d30.tar.gz
pru-icss_git.bb: update to PSSP v6.2.0
Upgrade to v6.2.0 version. This release supports Linux kernel 6.1. The RPMsg library in previous versions of the PSSP will not work with the PRU RPMsg drivers in Linux kernel 6.1. Other changes in this version: * Bug fixes: - Getting Started Labs, fix "zero" command clearing too many bytes - Include files, add a missing parentheses to pru_cfg, pru_ctrl, pru_ecap * Update ReadMe files to point to the latest URLs Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb6
1 files changed, 3 insertions, 3 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 3b0805d9..e73e0e7e 100644
--- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
+++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
@@ -8,10 +8,10 @@ inherit update-alternatives
8 8
9BRANCH = "master" 9BRANCH = "master"
10SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}" 10SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}"
11SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf" 11SRCREV = "3d0e311580d8967d0854ca789e9069e2810e9c1a"
12 12
13PV = "6.1.0" 13PV = "6.2.0"
14PR = "r0" 14PR = "r1"
15 15
16require recipes-ti/includes/ti-paths.inc 16require recipes-ti/includes/ti-paths.inc
17 17