diff options
author | 2021-12-15 16:10:53 -0500 | |
---|---|---|
committer | 2021-12-15 15:21:36 -0600 | |
commit | c6ee8a5e9346daab840e529b5d584f8455352854 (patch) | |
tree | af9c3dd91c8a00c1b0dd7d4b1820cc8e4e79e40a | |
parent | a8b70d6721f556a058fc902b5d9b6135f904e1e0 (diff) | |
download | meta-ti-c6ee8a5e9346daab840e529b5d584f8455352854.tar.gz meta-ti-c6ee8a5e9346daab840e529b5d584f8455352854.tar.bz2 meta-ti-c6ee8a5e9346daab840e529b5d584f8455352854.zip |
pru-icss_git.bb: update to PSSP v6.0.1
Found a bug in the PRU_ICSSG examples in PSSP v6.0.0, fixed in v6.0.1.
Signed-off-by: Nick Saulnier <nsaulnier@ti.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | recipes-bsp/pru/pru-icss_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb index 8d550fdd..b690291d 100644 --- a/recipes-bsp/pru/pru-icss_git.bb +++ b/recipes-bsp/pru/pru-icss_git.bb @@ -8,9 +8,9 @@ inherit update-alternatives BRANCH = "master" SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" -SRCREV = "acd8479d7f3bdbb4536ceca3cd6803662babaa5a" +SRCREV = "8eee431384b6a1a9c96ae91a8e99485176b4d2b3" -PV = "6.0.0" +PV = "6.0.1" PR = "r0" require recipes-ti/includes/ti-paths.inc |