diff mbox series

[kirkstone] pru-icss_git.bb: update to PSSP v6.3.0

Message ID 20231121232436.3701-1-praneeth@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [kirkstone] pru-icss_git.bb: update to PSSP v6.3.0 | expand

Commit Message

Bajjuri, Praneeth Nov. 21, 2023, 11:24 p.m. UTC
Upgrade to v6.3.0 version.

This release adds resources for using AM243x & AM64x PRU cores with cores
running FreeRTOS:
 * The RTOS Getting Started Labs
 * Examples for using PRU GPIO and the broadside interface
 * SORTE_G example (a custom networking interface)

Bug fixes:
 * AM64x & AM65x header files, fix the names of extended sections to be in the
   format of
   ConstantsTableName_0x100

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Nick Saulnier <nsaulnier@ti.com>
---
 meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Denys Dmytriyenko Nov. 21, 2023, 11:40 p.m. UTC | #1
On Tue, Nov 21, 2023 at 05:24:36PM -0600, praneeth via lists.yoctoproject.org wrote:
> Upgrade to v6.3.0 version.
> 
> This release adds resources for using AM243x & AM64x PRU cores with cores
> running FreeRTOS:
>  * The RTOS Getting Started Labs
>  * Examples for using PRU GPIO and the broadside interface
>  * SORTE_G example (a custom networking interface)
> 
> Bug fixes:
>  * AM64x & AM65x header files, fix the names of extended sections to be in the
>    format of
>    ConstantsTableName_0x100
> 
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> Signed-off-by: Nick Saulnier <nsaulnier@ti.com>
> ---
>  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 6acce94b..4c76ccfd 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 = "3d0e311580d8967d0854ca789e9069e2810e9c1a"
> +SRCREV = "00a5efa5157feb84cb2e4bf50b481f7082acca82"
>  
> -PV = "6.2.0"
> -PR = "r1"
> +PV = "6.3.0"
> +PR = "r2"

Minor nitpick - when PV/version gets bumped, PR/revision gets reset back to 
r0. But better yet, just remove PR completely - it's no longer required to 
maintain it manually in a recipe...


>  require recipes-ti/includes/ti-paths.inc
>  
> -- 
> 2.17.1
Bajjuri, Praneeth Nov. 21, 2023, 11:41 p.m. UTC | #2
On 11/21/2023 5:40 PM, Denys Dmytriyenko wrote:
> On Tue, Nov 21, 2023 at 05:24:36PM -0600, praneeth via lists.yoctoproject.org wrote:
>> Upgrade to v6.3.0 version.
>>
>> This release adds resources for using AM243x & AM64x PRU cores with cores
>> running FreeRTOS:
>>   * The RTOS Getting Started Labs
>>   * Examples for using PRU GPIO and the broadside interface
>>   * SORTE_G example (a custom networking interface)
>>
>> Bug fixes:
>>   * AM64x & AM65x header files, fix the names of extended sections to be in the
>>     format of
>>     ConstantsTableName_0x100
>>
>> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
>> Signed-off-by: Nick Saulnier <nsaulnier@ti.com>
>> ---
>>   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 6acce94b..4c76ccfd 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 = "3d0e311580d8967d0854ca789e9069e2810e9c1a"
>> +SRCREV = "00a5efa5157feb84cb2e4bf50b481f7082acca82"
>>   
>> -PV = "6.2.0"
>> -PR = "r1"
>> +PV = "6.3.0"
>> +PR = "r2"
> 
> Minor nitpick - when PV/version gets bumped, PR/revision gets reset back to
> r0. But better yet, just remove PR completely - it's no longer required to
> maintain it manually in a recipe...

Thanks , sending v2.


> 
> 
>>   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 6acce94b..4c76ccfd 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 = "3d0e311580d8967d0854ca789e9069e2810e9c1a"
+SRCREV = "00a5efa5157feb84cb2e4bf50b481f7082acca82"
 
-PV = "6.2.0"
-PR = "r1"
+PV = "6.3.0"
+PR = "r2"
 
 require recipes-ti/includes/ti-paths.inc