diff mbox series

[kirkstone,v2] pru-icss_git.bb: update to PSSP v6.2.0

Message ID 20230705210705.15757-1-praneeth@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [kirkstone,v2] pru-icss_git.bb: update to PSSP v6.2.0 | expand

Commit Message

Bajjuri, Praneeth July 5, 2023, 9:07 p.m. UTC
From: Praneeth Bajjuri <praneeth@ti.com>

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>
---
v2: fixes build issue reported on 32b platforms

 meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Saulnier, Nick July 5, 2023, 9:09 p.m. UTC | #1
No top-level build errors observed with the updated PSSP commits. Thanks Praneeth!
-Nick

-----Original Message-----
From: Bajjuri, Praneeth 
Sent: Wednesday, July 05, 2023 4:07 PM
To: Bajjuri, Praneeth <praneeth@ti.com>; Eatmon, Ryan <reatmon@ti.com>; Saulnier, Nick <nsaulnier@ti.com>; Nagalla, Hari <hnagalla@ti.com>
Cc: meta-ti@lists.yoctoproject.org
Subject: [kirkstone PATCH v2] pru-icss_git.bb: update to PSSP v6.2.0

From: Praneeth Bajjuri <praneeth@ti.com>

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>
---
v2: fixes build issue reported on 32b platforms

 meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 6 +++---
 1 file 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
 
 BRANCH = "master"
 SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}"
-SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf"
+SRCREV = "3d0e311580d8967d0854ca789e9069e2810e9c1a"
 
-PV = "6.1.0"
-PR = "r0"
+PV = "6.2.0"
+PR = "r1"
 
 require recipes-ti/includes/ti-paths.inc
 
--
2.17.1
Denys Dmytriyenko July 5, 2023, 9:33 p.m. UTC | #2
Are there any plans to convert this to a prebuilt firmware binary hosted at 
ti-linux-firmware, like was done to many other firmwares in meta-ti?


On Wed, Jul 05, 2023 at 09:09:06PM +0000, Nick Saulnier via lists.yoctoproject.org wrote:
> No top-level build errors observed with the updated PSSP commits. Thanks Praneeth!
> -Nick
> 
> -----Original Message-----
> From: Bajjuri, Praneeth 
> Sent: Wednesday, July 05, 2023 4:07 PM
> To: Bajjuri, Praneeth <praneeth@ti.com>; Eatmon, Ryan <reatmon@ti.com>; Saulnier, Nick <nsaulnier@ti.com>; Nagalla, Hari <hnagalla@ti.com>
> Cc: meta-ti@lists.yoctoproject.org
> Subject: [kirkstone PATCH v2] pru-icss_git.bb: update to PSSP v6.2.0
> 
> From: Praneeth Bajjuri <praneeth@ti.com>
> 
> 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>
> ---
> v2: fixes build issue reported on 32b platforms
> 
>  meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 6 +++---
>  1 file 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
>  
>  BRANCH = "master"
>  SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}"
> -SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf"
> +SRCREV = "3d0e311580d8967d0854ca789e9069e2810e9c1a"
>  
> -PV = "6.1.0"
> -PR = "r0"
> +PV = "6.2.0"
> +PR = "r1"

Not critical, but you usually want to reset PR (set to r0 or completely 
remove, as r0 is the default), when bumping PV, not increase it.

PV = Package Version, corresponds to the version of the component
PR = Package Revision, corresponds to recipe modifications w/o bumping 
component itself

Please note that these days Bitbake handles PR on its own and it rarely needs 
to be bumped manually.


>  require recipes-ti/includes/ti-paths.inc
>  
> --
> 2.17.1
diff mbox series

Patch

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
 
 BRANCH = "master"
 SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}"
-SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf"
+SRCREV = "3d0e311580d8967d0854ca789e9069e2810e9c1a"
 
-PV = "6.1.0"
-PR = "r0"
+PV = "6.2.0"
+PR = "r1"
 
 require recipes-ti/includes/ti-paths.inc