All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master] [PATCH] ti-sysbios: upgrade 6.76.03.01 -> 6.76.04.02
@ 2020-12-11 13:34 Dan Murphy
  2020-12-11 14:51 ` [EXTERNAL] [meta-ti] " Gowtham Tammana
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Murphy @ 2020-12-11 13:34 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 .../{ti-sysbios_6.76.03.01.bb => ti-sysbios_6.76.04.02.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename recipes-ti/bios/{ti-sysbios_6.76.03.01.bb => ti-sysbios_6.76.04.02.bb} (68%)

diff --git a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb b/recipes-ti/bios/ti-sysbios_6.76.04.02.bb
similarity index 68%
rename from recipes-ti/bios/ti-sysbios_6.76.03.01.bb
rename to recipes-ti/bios/ti-sysbios_6.76.04.02.bb
index d242510f801e..237b48929739 100644
--- a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
+++ b/recipes-ti/bios/ti-sysbios_6.76.04.02.bb
@@ -1,13 +1,13 @@
 require recipes-ti/bios/ti-sysbios.inc
 
 PE = "1"
-PV = "6_76_03_01"
+PV = "6_76_04_02"
 PR = "r0"
 
 LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=5cf40699c51b26d36fc01647c0b27fb1"
 
-SRC_URI[sysbiosbin.md5sum] = "647243209d66d5dd35503b0ec5a84ab9"
-SRC_URI[sysbiosbin.sha256sum] = "b762b7f2343d26d367f952488e529046785128005158cc921c3baef08e97116a"
+SRC_URI[sysbiosbin.md5sum] = "9766b12ea6dd4b3a035cdb6be54c5071"
+SRC_URI[sysbiosbin.sha256sum] = "d68ca3ba862f8f83a5bf7084af326ffa9fcb64e39c866f98384d87c0ceca29be"
 
 TI_BIN_UNPK_CMDS = ""
 TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [EXTERNAL] [meta-ti] [dunfell/master] [PATCH] ti-sysbios: upgrade 6.76.03.01 -> 6.76.04.02
  2020-12-11 13:34 [dunfell/master] [PATCH] ti-sysbios: upgrade 6.76.03.01 -> 6.76.04.02 Dan Murphy
@ 2020-12-11 14:51 ` Gowtham Tammana
  2020-12-11 14:56   ` Dan Murphy
  0 siblings, 1 reply; 4+ messages in thread
From: Gowtham Tammana @ 2020-12-11 14:51 UTC (permalink / raw)
  To: Murphy, Dan, meta-ti



>-----Original Message-----
>From: meta-ti@lists.yoctoproject.org <meta-ti@lists.yoctoproject.org> On
>Behalf Of Dan Murphy via lists.yoctoproject.org
>Sent: Friday, December 11, 2020 7:35 AM
>To: meta-ti@yoctoproject.org
>Cc: Murphy, Dan <dmurphy@ti.com>
>Subject: [EXTERNAL] [meta-ti] [dunfell/master] [PATCH] ti-sysbios: upgrade
>6.76.03.01 -> 6.76.04.02
>
>Signed-off-by: Dan Murphy <dmurphy@ti.com>
>---
> .../{ti-sysbios_6.76.03.01.bb => ti-sysbios_6.76.04.02.bb}  | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> rename recipes-ti/bios/{ti-sysbios_6.76.03.01.bb => ti-
>sysbios_6.76.04.02.bb} (68%)
>
>diff --git a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb b/recipes-ti/bios/ti-
>sysbios_6.76.04.02.bb
>similarity index 68%
>rename from recipes-ti/bios/ti-sysbios_6.76.03.01.bb
>rename to recipes-ti/bios/ti-sysbios_6.76.04.02.bb
>index d242510f801e..237b48929739 100644
>--- a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
>+++ b/recipes-ti/bios/ti-sysbios_6.76.04.02.bb
>@@ -1,13 +1,13 @@
> require recipes-ti/bios/ti-sysbios.inc
>
> PE = "1"
>-PV = "6_76_03_01"
>+PV = "6_76_04_02"

PV not needed here as it is already specified in the recipe name.

Thanks,
Gowtham

> PR = "r0"
>
> LIC_FILES_CHKSUM =
>"file://manifest_bios_${PV}.html;md5=5cf40699c51b26d36fc01647c0b27fb1"
>
>-SRC_URI[sysbiosbin.md5sum] = "647243209d66d5dd35503b0ec5a84ab9"
>-SRC_URI[sysbiosbin.sha256sum] =
>"b762b7f2343d26d367f952488e529046785128005158cc921c3baef08e97116a"
>+SRC_URI[sysbiosbin.md5sum] = "9766b12ea6dd4b3a035cdb6be54c5071"
>+SRC_URI[sysbiosbin.sha256sum] =
>"d68ca3ba862f8f83a5bf7084af326ffa9fcb64e39c866f98384d87c0ceca29be"
>
> TI_BIN_UNPK_CMDS = ""
> TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
>--
>2.29.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [EXTERNAL] [meta-ti] [dunfell/master] [PATCH] ti-sysbios: upgrade 6.76.03.01 -> 6.76.04.02
  2020-12-11 14:51 ` [EXTERNAL] [meta-ti] " Gowtham Tammana
@ 2020-12-11 14:56   ` Dan Murphy
  2020-12-11 16:52     ` Gowtham Tammana
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Murphy @ 2020-12-11 14:56 UTC (permalink / raw)
  To: Tammana, Gowtham, meta-ti

Gowtham

On 12/11/20 8:51 AM, Tammana, Gowtham wrote:
>
>> -----Original Message-----
>> From: meta-ti@lists.yoctoproject.org <meta-ti@lists.yoctoproject.org> On
>> Behalf Of Dan Murphy via lists.yoctoproject.org
>> Sent: Friday, December 11, 2020 7:35 AM
>> To: meta-ti@yoctoproject.org
>> Cc: Murphy, Dan <dmurphy@ti.com>
>> Subject: [EXTERNAL] [meta-ti] [dunfell/master] [PATCH] ti-sysbios: upgrade
>> 6.76.03.01 -> 6.76.04.02
>>
>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>> ---
>> .../{ti-sysbios_6.76.03.01.bb => ti-sysbios_6.76.04.02.bb}  | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>> rename recipes-ti/bios/{ti-sysbios_6.76.03.01.bb => ti-
>> sysbios_6.76.04.02.bb} (68%)
>>
>> diff --git a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb b/recipes-ti/bios/ti-
>> sysbios_6.76.04.02.bb
>> similarity index 68%
>> rename from recipes-ti/bios/ti-sysbios_6.76.03.01.bb
>> rename to recipes-ti/bios/ti-sysbios_6.76.04.02.bb
>> index d242510f801e..237b48929739 100644
>> --- a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
>> +++ b/recipes-ti/bios/ti-sysbios_6.76.04.02.bb
>> @@ -1,13 +1,13 @@
>> require recipes-ti/bios/ti-sysbios.inc
>>
>> PE = "1"
>> -PV = "6_76_03_01"
>> +PV = "6_76_04_02"
> PV not needed here as it is already specified in the recipe name.

Actually that is not true.  Recipe name is 6.76.04.02 PV has underscores 
6_76_04_02 as the PV is used in the binary name from the download site

BINFILE = "bios_${PV}.run"

Dan


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [EXTERNAL] [meta-ti] [dunfell/master] [PATCH] ti-sysbios: upgrade 6.76.03.01 -> 6.76.04.02
  2020-12-11 14:56   ` Dan Murphy
@ 2020-12-11 16:52     ` Gowtham Tammana
  0 siblings, 0 replies; 4+ messages in thread
From: Gowtham Tammana @ 2020-12-11 16:52 UTC (permalink / raw)
  To: Murphy, Dan, meta-ti



>-----Original Message-----
>From: Murphy, Dan
>Sent: Friday, December 11, 2020 8:56 AM
>To: Tammana, Gowtham <g-tammana@ti.com>; meta-ti@yoctoproject.org
>Subject: Re: [EXTERNAL] [meta-ti] [dunfell/master] [PATCH] ti-sysbios:
>upgrade 6.76.03.01 -> 6.76.04.02
>
>Gowtham
>
>On 12/11/20 8:51 AM, Tammana, Gowtham wrote:
>>
>>> -----Original Message-----
>>> From: meta-ti@lists.yoctoproject.org <meta-ti@lists.yoctoproject.org> On
>>> Behalf Of Dan Murphy via lists.yoctoproject.org
>>> Sent: Friday, December 11, 2020 7:35 AM
>>> To: meta-ti@yoctoproject.org
>>> Cc: Murphy, Dan <dmurphy@ti.com>
>>> Subject: [EXTERNAL] [meta-ti] [dunfell/master] [PATCH] ti-sysbios:
>upgrade
>>> 6.76.03.01 -> 6.76.04.02
>>>
>>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>>> ---
>>> .../{ti-sysbios_6.76.03.01.bb => ti-sysbios_6.76.04.02.bb}  | 6 +++---
>>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>> rename recipes-ti/bios/{ti-sysbios_6.76.03.01.bb => ti-
>>> sysbios_6.76.04.02.bb} (68%)
>>>
>>> diff --git a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb b/recipes-
>ti/bios/ti-
>>> sysbios_6.76.04.02.bb
>>> similarity index 68%
>>> rename from recipes-ti/bios/ti-sysbios_6.76.03.01.bb
>>> rename to recipes-ti/bios/ti-sysbios_6.76.04.02.bb
>>> index d242510f801e..237b48929739 100644
>>> --- a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
>>> +++ b/recipes-ti/bios/ti-sysbios_6.76.04.02.bb
>>> @@ -1,13 +1,13 @@
>>> require recipes-ti/bios/ti-sysbios.inc
>>>
>>> PE = "1"
>>> -PV = "6_76_03_01"
>>> +PV = "6_76_04_02"
>> PV not needed here as it is already specified in the recipe name.
>
>Actually that is not true.  Recipe name is 6.76.04.02 PV has underscores
>6_76_04_02 as the PV is used in the binary name from the download site

Ah didn’t notice the underscores and dots here. The recipe naming convention
is ${PN}_${PV}.bb and here it is being overridden in the recipe which is
discouraged as per [1]. I see that file locations require the underscore
notation, and perhaps the recipe name could be done without the PV as it is
overridden anyway in the recipe to avoid confusion.

[1]: https://docs.yoctoproject.org/ref-manual/ref-variables.html#term-PV

Thanks,
Gowtham

>BINFILE = "bios_${PV}.run"
>
>Dan


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-11 16:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11 13:34 [dunfell/master] [PATCH] ti-sysbios: upgrade 6.76.03.01 -> 6.76.04.02 Dan Murphy
2020-12-11 14:51 ` [EXTERNAL] [meta-ti] " Gowtham Tammana
2020-12-11 14:56   ` Dan Murphy
2020-12-11 16:52     ` Gowtham Tammana

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.