diff mbox series

[scarthgap] ti-extras: Update SRCREV and BRANCH for ti-extras sources

Message ID 20240709120020.3025264-1-p-bhagat@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [scarthgap] ti-extras: Update SRCREV and BRANCH for ti-extras sources | expand

Commit Message

Paresh Bhagat July 9, 2024, noon UTC
Update u-boot/ti-extras.inc to 2024.04 version.
Update linux/ti-extras-rt.inc to 6.6 version.
Update linux/ti-extras.inc to version 6.6.

Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
---
 meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc      | 8 ++++----
 meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc | 8 ++++----
 meta-ti-bsp/recipes-kernel/linux/ti-extras.inc    | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

Comments

Chirag Shilwant July 9, 2024, 12:13 p.m. UTC | #1
Hi,

I believe this patch is applicable to master branch as well.
So, an update is needed in patch title.

s/[scarthgap]/[master/scarthgap]

---
Chirag

On 09/07/24 17:30, Paresh Bhagat wrote:
> Update u-boot/ti-extras.inc to 2024.04 version.
> Update linux/ti-extras-rt.inc to 6.6 version.
> Update linux/ti-extras.inc to version 6.6.
>
> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
> ---
>   meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc      | 8 ++++----
>   meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc | 8 ++++----
>   meta-ti-bsp/recipes-kernel/linux/ti-extras.inc    | 8 ++++----
>   3 files changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc b/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc
> index d32c6529..0252e2c3 100644
> --- a/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc
> +++ b/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc
> @@ -3,10 +3,10 @@
>   
>   COMPATIBLE_MACHINE = "am62xx|am62pxx"
>   
> -BRANCH = "ti-u-boot-2023.04"
> -BRANCH:tie-jailhouse = "ti-u-boot-2023.04-jailhouse"
> +BRANCH = "ti-u-boot-2024.04"
> +BRANCH:tie-jailhouse = "ti-u-boot-2024.04-jailhouse"
>   
> -SRCREV = "b0d868ee086eb5c96a3d32f72a7cb9670abf5b90"
> -SRCREV:tie-jailhouse = "765cab112d16fcf68a3266738073663dae67a55d"
> +SRCREV = "b3c10f333acccef49ebaf4abc575616ea7326d50"
> +SRCREV:tie-jailhouse = "b3c10f333acccef49ebaf4abc575616ea7326d50"
>   
>   UBOOT_GIT_URI = "git://git.ti.com/git/processor-sdk/u-boot.git"
> diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc b/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
> index 530a1783..df10d594 100644
> --- a/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
> +++ b/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
> @@ -4,8 +4,8 @@
>   
>   COMPATIBLE_MACHINE = "am62xx|am62pxx"
>   
> -BRANCH = "ti-rt-linux-6.1.y"
> -BRANCH:tie-jailhouse = "ti-rt-linux-6.1.y-jailhouse"
> +BRANCH = "ti-rt-linux-6.6.y"
> +BRANCH:tie-jailhouse = "ti-rt-linux-6.6.y-jailhouse"
>   
> -SRCREV = "685e77152461bd6b791500f717bec62d17c1b36d"
> -SRCREV:tie-jailhouse = "a74088b40b4d27478a2af5c20cdc0b4ec8ed9470"
> +SRCREV = "fb89cd4d622ce6cc1b7b254ae21298570d437a08"
> +SRCREV:tie-jailhouse = "ea592a872ebdb974f26f6f839596e0a79e9d408b"
> diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc b/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc
> index 0b22aca9..880d5d87 100644
> --- a/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc
> +++ b/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc
> @@ -4,11 +4,11 @@
>   
>   COMPATIBLE_MACHINE = "am62xx|am62pxx"
>   
> -BRANCH = "ti-linux-6.1.y"
> -BRANCH:tie-jailhouse = "ti-linux-6.1.y-jailhouse"
> +BRANCH = "ti-linux-6.6.y"
> +BRANCH:tie-jailhouse = "ti-linux-6.6.y-jailhouse"
>   
> -SRCREV = "ec058c3ddc5377c629e988a95ef84826b14a3307"
> -SRCREV:tie-jailhouse = "d035e0cc72399f1c087a63c4210d29e79a7a66e4"
> +SRCREV = "e298dab666632b6f62ed61eac35813331341c3aa"
> +SRCREV:tie-jailhouse = "b45ba5ae4b724d4a09c0c7125ffb49e9d58c04f7"
>   
>   KERNEL_GIT_URI = "git://git.ti.com/git/processor-sdk/linux.git"
>
Paresh Bhagat July 9, 2024, 12:27 p.m. UTC | #2
Hi Chirag,
On 09/07/24 17:43, Chirag Shilwant wrote:
> Hi,
>
> I believe this patch is applicable to master branch as well.
> So, an update is needed in patch title.
>
> s/[scarthgap]/[master/scarthgap]
Will send a v2 shortly
>
> ---
> Chirag
>
> On 09/07/24 17:30, Paresh Bhagat wrote:
>> Update u-boot/ti-extras.inc to 2024.04 version.
>> Update linux/ti-extras-rt.inc to 6.6 version.
>> Update linux/ti-extras.inc to version 6.6.
>>
>> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
>> ---
>>   meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc      | 8 ++++----
>>   meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc | 8 ++++----
>>   meta-ti-bsp/recipes-kernel/linux/ti-extras.inc    | 8 ++++----
>>   3 files changed, 12 insertions(+), 12 deletions(-)
>>
>> diff --git a/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc 
>> b/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc
>> index d32c6529..0252e2c3 100644
>> --- a/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc
>> +++ b/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc
>> @@ -3,10 +3,10 @@
>>     COMPATIBLE_MACHINE = "am62xx|am62pxx"
>>   -BRANCH = "ti-u-boot-2023.04"
>> -BRANCH:tie-jailhouse = "ti-u-boot-2023.04-jailhouse"
>> +BRANCH = "ti-u-boot-2024.04"
>> +BRANCH:tie-jailhouse = "ti-u-boot-2024.04-jailhouse"
>>   -SRCREV = "b0d868ee086eb5c96a3d32f72a7cb9670abf5b90"
>> -SRCREV:tie-jailhouse = "765cab112d16fcf68a3266738073663dae67a55d"
>> +SRCREV = "b3c10f333acccef49ebaf4abc575616ea7326d50"
>> +SRCREV:tie-jailhouse = "b3c10f333acccef49ebaf4abc575616ea7326d50"
>>     UBOOT_GIT_URI = "git://git.ti.com/git/processor-sdk/u-boot.git"
>> diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc 
>> b/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
>> index 530a1783..df10d594 100644
>> --- a/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
>> +++ b/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
>> @@ -4,8 +4,8 @@
>>     COMPATIBLE_MACHINE = "am62xx|am62pxx"
>>   -BRANCH = "ti-rt-linux-6.1.y"
>> -BRANCH:tie-jailhouse = "ti-rt-linux-6.1.y-jailhouse"
>> +BRANCH = "ti-rt-linux-6.6.y"
>> +BRANCH:tie-jailhouse = "ti-rt-linux-6.6.y-jailhouse"
>>   -SRCREV = "685e77152461bd6b791500f717bec62d17c1b36d"
>> -SRCREV:tie-jailhouse = "a74088b40b4d27478a2af5c20cdc0b4ec8ed9470"
>> +SRCREV = "fb89cd4d622ce6cc1b7b254ae21298570d437a08"
>> +SRCREV:tie-jailhouse = "ea592a872ebdb974f26f6f839596e0a79e9d408b"
>> diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc 
>> b/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc
>> index 0b22aca9..880d5d87 100644
>> --- a/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc
>> +++ b/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc
>> @@ -4,11 +4,11 @@
>>     COMPATIBLE_MACHINE = "am62xx|am62pxx"
>>   -BRANCH = "ti-linux-6.1.y"
>> -BRANCH:tie-jailhouse = "ti-linux-6.1.y-jailhouse"
>> +BRANCH = "ti-linux-6.6.y"
>> +BRANCH:tie-jailhouse = "ti-linux-6.6.y-jailhouse"
>>   -SRCREV = "ec058c3ddc5377c629e988a95ef84826b14a3307"
>> -SRCREV:tie-jailhouse = "d035e0cc72399f1c087a63c4210d29e79a7a66e4"
>> +SRCREV = "e298dab666632b6f62ed61eac35813331341c3aa"
>> +SRCREV:tie-jailhouse = "b45ba5ae4b724d4a09c0c7125ffb49e9d58c04f7"
>>     KERNEL_GIT_URI = "git://git.ti.com/git/processor-sdk/linux.git"
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc b/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc
index d32c6529..0252e2c3 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/ti-extras.inc
@@ -3,10 +3,10 @@ 
 
 COMPATIBLE_MACHINE = "am62xx|am62pxx"
 
-BRANCH = "ti-u-boot-2023.04"
-BRANCH:tie-jailhouse = "ti-u-boot-2023.04-jailhouse"
+BRANCH = "ti-u-boot-2024.04"
+BRANCH:tie-jailhouse = "ti-u-boot-2024.04-jailhouse"
 
-SRCREV = "b0d868ee086eb5c96a3d32f72a7cb9670abf5b90"
-SRCREV:tie-jailhouse = "765cab112d16fcf68a3266738073663dae67a55d"
+SRCREV = "b3c10f333acccef49ebaf4abc575616ea7326d50"
+SRCREV:tie-jailhouse = "b3c10f333acccef49ebaf4abc575616ea7326d50"
 
 UBOOT_GIT_URI = "git://git.ti.com/git/processor-sdk/u-boot.git"
diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc b/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
index 530a1783..df10d594 100644
--- a/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
+++ b/meta-ti-bsp/recipes-kernel/linux/ti-extras-rt.inc
@@ -4,8 +4,8 @@ 
 
 COMPATIBLE_MACHINE = "am62xx|am62pxx"
 
-BRANCH = "ti-rt-linux-6.1.y"
-BRANCH:tie-jailhouse = "ti-rt-linux-6.1.y-jailhouse"
+BRANCH = "ti-rt-linux-6.6.y"
+BRANCH:tie-jailhouse = "ti-rt-linux-6.6.y-jailhouse"
 
-SRCREV = "685e77152461bd6b791500f717bec62d17c1b36d"
-SRCREV:tie-jailhouse = "a74088b40b4d27478a2af5c20cdc0b4ec8ed9470"
+SRCREV = "fb89cd4d622ce6cc1b7b254ae21298570d437a08"
+SRCREV:tie-jailhouse = "ea592a872ebdb974f26f6f839596e0a79e9d408b"
diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc b/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc
index 0b22aca9..880d5d87 100644
--- a/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc
+++ b/meta-ti-bsp/recipes-kernel/linux/ti-extras.inc
@@ -4,11 +4,11 @@ 
 
 COMPATIBLE_MACHINE = "am62xx|am62pxx"
 
-BRANCH = "ti-linux-6.1.y"
-BRANCH:tie-jailhouse = "ti-linux-6.1.y-jailhouse"
+BRANCH = "ti-linux-6.6.y"
+BRANCH:tie-jailhouse = "ti-linux-6.6.y-jailhouse"
 
-SRCREV = "ec058c3ddc5377c629e988a95ef84826b14a3307"
-SRCREV:tie-jailhouse = "d035e0cc72399f1c087a63c4210d29e79a7a66e4"
+SRCREV = "e298dab666632b6f62ed61eac35813331341c3aa"
+SRCREV:tie-jailhouse = "b45ba5ae4b724d4a09c0c7125ffb49e9d58c04f7"
 
 KERNEL_GIT_URI = "git://git.ti.com/git/processor-sdk/linux.git"