diff options
author | Nick Saulnier <nsaulnier@ti.com> | 2022-05-02 14:51:07 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-02 11:31:08 -0500 |
commit | 8213b30bcfecc2c61c53b5688604fff66d00dbe0 (patch) | |
tree | 28e07b5a7bfb38207a099d7baf48cf91d6429db0 /meta-ti-extras | |
parent | 28fa5882ed43a47a22d24b6df9151f12e32ab6dc (diff) | |
download | meta-ti-8213b30bcfecc2c61c53b5688604fff66d00dbe0.tar.gz |
pru-icss_git.bb: update to PSSP v6.1.0
Update the SDK folder example-applications/pru-icss-x.x.x to install the latest
version of the PRU Software Support Package (PSSP).
This also uses PSSP v6.1.0 to generate the PRU Halt and RPMsg binaries in the
Linux SDK default filesystem image under /lib/firmware.
Signed-off-by: Nick Saulnier <nsaulnier@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
-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 130fd3d5..49f29086 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/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" | 10 | SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" |
11 | SRCREV = "8eee431384b6a1a9c96ae91a8e99485176b4d2b3" | 11 | SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf" |
12 | 12 | ||
13 | PV = "6.0.1" | 13 | PV = "6.1.0" |
14 | PR = "r0" | 14 | PR = "r0" |
15 | 15 | ||
16 | require recipes-ti/includes/ti-paths.inc | 16 | require recipes-ti/includes/ti-paths.inc |