[meta-arago,dunfell] statcol: Update to latest for VTM driver scripts

Message ID 20220422164742.20194-1-karthik.ramanan@ti.com
State Rejected
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,dunfell] statcol: Update to latest for VTM driver scripts | expand

Commit Message

Karthik Ramanan April 22, 2022, 4:47 p.m. UTC
Signed-off-by: Karthik Ramanan <karthik.ramanan@ti.com>
---
 meta-arago-extras/recipes-devtools/statcol/statcol.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Denys Dmytriyenko April 22, 2022, 4:52 p.m. UTC | #1
On Fri, Apr 22, 2022 at 10:17:42PM +0530, Karthik Ramanan via lists.yoctoproject.org wrote:
> Signed-off-by: Karthik Ramanan <karthik.ramanan@ti.com>
> ---
>  meta-arago-extras/recipes-devtools/statcol/statcol.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
> index ee2b12d2..bda532eb 100644
> --- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb
> +++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
>  
>  PROTOCOL = "git"
>  BRANCH = "master"
> -SRCREV = "dd0131eadf3633e8f9d06cb390d3c6c1b074d873"
> +SRCREV = "2dac74a233dd489d9bb48a50153c4a1360361b62"
>  SRC_URI = "git://git.ti.com/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
>  
>  DEPENDS = "ti-rpmsg-char websocketd"
> @@ -19,6 +19,6 @@ do_install() {
>  	DESTDIR=${D} make install
>  }
>  
> -PR:append = "_3"
> +PR:append = "_4"

This doesn't look like dunfell...


>  INSANE_SKIP:${PN} = "ldflags"
> -- 
> 2.17.1
Ryan Eatmon April 22, 2022, 5:56 p.m. UTC | #2
On 4/22/2022 11:52, Denys Dmytriyenko wrote:
> On Fri, Apr 22, 2022 at 10:17:42PM +0530, Karthik Ramanan via lists.yoctoproject.org wrote:
>> Signed-off-by: Karthik Ramanan <karthik.ramanan@ti.com>
>> ---
>>   meta-arago-extras/recipes-devtools/statcol/statcol.bb | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
>> index ee2b12d2..bda532eb 100644
>> --- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb
>> +++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
>> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
>>   
>>   PROTOCOL = "git"
>>   BRANCH = "master"
>> -SRCREV = "dd0131eadf3633e8f9d06cb390d3c6c1b074d873"
>> +SRCREV = "2dac74a233dd489d9bb48a50153c4a1360361b62"
>>   SRC_URI = "git://git.ti.com/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
>>   
>>   DEPENDS = "ti-rpmsg-char websocketd"
>> @@ -19,6 +19,6 @@ do_install() {
>>   	DESTDIR=${D} make install
>>   }
>>   
>> -PR:append = "_3"
>> +PR:append = "_4"
> 
> This doesn't look like dunfell...

Agreed.  This a patch against master.  You need to either fix the 
subject and resubmit a v2, or rebase the patch against dunfell and 
resubmit a v2.


>>   INSANE_SKIP:${PN} = "ldflags"
>> -- 
>> 2.17.1
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#13782): https://lists.yoctoproject.org/g/meta-arago/message/13782
> Mute This Topic: https://lists.yoctoproject.org/mt/90632364/6551054
> Group Owner: meta-arago+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [reatmon@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 
>

Patch

diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
index ee2b12d2..bda532eb 100644
--- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb
+++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
 
 PROTOCOL = "git"
 BRANCH = "master"
-SRCREV = "dd0131eadf3633e8f9d06cb390d3c6c1b074d873"
+SRCREV = "2dac74a233dd489d9bb48a50153c4a1360361b62"
 SRC_URI = "git://git.ti.com/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
 
 DEPENDS = "ti-rpmsg-char websocketd"
@@ -19,6 +19,6 @@  do_install() {
 	DESTDIR=${D} make install
 }
 
-PR:append = "_3"
+PR:append = "_4"
 
 INSANE_SKIP:${PN} = "ldflags"