All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master/dunfell][PATCH 1/2] ti-img-rogue-driver: Update driver to 1.13.5776728
@ 2021-02-22 18:53 Gowtham Tammana
  2021-02-22 18:53 ` [meta-ti][master/dunfell][PATCH 2/2] ti-img-rogue-umlibs: Update artifacts " Gowtham Tammana
  0 siblings, 1 reply; 4+ messages in thread
From: Gowtham Tammana @ 2021-02-22 18:53 UTC (permalink / raw)
  To: meta-ti; +Cc: Praneeth Bajjuri, Gowtham Tammana

Update the Rogue kernel driver sources to version 1.13.5776728.

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
---
 ....10.5371573.bb => ti-img-rogue-driver_1.13.5776728.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename recipes-bsp/powervr-drivers/{ti-img-rogue-driver_1.10.5371573.bb => ti-img-rogue-driver_1.13.5776728.bb} (83%)

diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb
similarity index 83%
rename from recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
rename to recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb
index e0632a18..db3901d2 100644
--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb
@@ -1,13 +1,13 @@
 DESCRIPTION =  "Kernel drivers for the PowerVR Rogue GPU found in the TI SoCs"
 HOMEPAGE = "http://git.ti.com/graphics/ti-img-rogue-driver"
 LICENSE = "MIT | GPLv2"
-LIC_FILES_CHKSUM = "file://README;beginline=15;endline=20;md5=0403c7dea01a2b8232261e805325fac2"
+LIC_FILES_CHKSUM = "file://README;beginline=14;endline=19;md5=0403c7dea01a2b8232261e805325fac2"
 
 inherit module features_check
 
 REQUIRED_MACHINE_FEATURES = "gpu"
 
-MACHINE_KERNEL_PR_append = "g"
+MACHINE_KERNEL_PR_append = "a"
 PR = "${MACHINE_KERNEL_PR}"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -17,13 +17,13 @@ DEPENDS = "virtual/kernel"
 
 PROVIDES = "virtual/gpudriver"
 
-BRANCH = "linuxws/zeus/k5.4/${PV}"
+BRANCH = "1.13-5776728/linux-k5.4"
 
 SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-driver.git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
 
-SRCREV = "f58bea1084c5004f129943a53b94ee1446e9c3a7"
+SRCREV = "ea77784e89f919bd3343a421862bf90cb65cc26c"
 
 PVR_SOC = "j721e_linux"
 PVR_BVNC = "22.104.208.318"
-- 
2.29.0


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

* [meta-ti][master/dunfell][PATCH 2/2] ti-img-rogue-umlibs: Update artifacts to 1.13.5776728
  2021-02-22 18:53 [meta-ti][master/dunfell][PATCH 1/2] ti-img-rogue-driver: Update driver to 1.13.5776728 Gowtham Tammana
@ 2021-02-22 18:53 ` Gowtham Tammana
  2021-02-22 18:59   ` praneeth
  0 siblings, 1 reply; 4+ messages in thread
From: Gowtham Tammana @ 2021-02-22 18:53 UTC (permalink / raw)
  To: meta-ti; +Cc: Praneeth Bajjuri, Gowtham Tammana

Update GLES binary artifacts to latest version 1.13.5776728.

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
---
 ..._1.10.5371573.bb => ti-img-rogue-umlibs_1.13.5776728.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename recipes-graphics/libgles/{ti-img-rogue-umlibs_1.10.5371573.bb => ti-img-rogue-umlibs_1.13.5776728.bb} (95%)

diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb
similarity index 95%
rename from recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
rename to recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb
index f9d5ed9c..f76977ba 100644
--- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
+++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb
@@ -10,13 +10,13 @@ REQUIRED_MACHINE_FEATURES = "gpu"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "j7"
 
-PR = "r9"
+PR = "r1"
 
-BRANCH = "linuxws/zeus/k5.4/${PV}"
+BRANCH = "linuxws/dunfell/k5.4/${PV}"
 
 SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}"
 
-SRCREV = "8d3d1891186ed3f397bb90f4f8c518c6c9970479"
+SRCREV = "2bdcab52eecbbef4c70e3b58c5f3854660abb8d4"
 
 PVR_SOC ?= "j721e_linux"
 PVR_BUILD ?= "release"
-- 
2.29.0


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

* Re: [meta-ti][master/dunfell][PATCH 2/2] ti-img-rogue-umlibs: Update artifacts to 1.13.5776728
  2021-02-22 18:53 ` [meta-ti][master/dunfell][PATCH 2/2] ti-img-rogue-umlibs: Update artifacts " Gowtham Tammana
@ 2021-02-22 18:59   ` praneeth
  2021-02-22 19:02     ` Gowtham Tammana
  0 siblings, 1 reply; 4+ messages in thread
From: praneeth @ 2021-02-22 18:59 UTC (permalink / raw)
  To: Gowtham Tammana, meta-ti



On 2/22/2021 12:53 PM, Gowtham Tammana wrote:
> Update GLES binary artifacts to latest version 1.13.5776728.
> 
> Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
> ---
>   ..._1.10.5371573.bb => ti-img-rogue-umlibs_1.13.5776728.bb} | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename recipes-graphics/libgles/{ti-img-rogue-umlibs_1.10.5371573.bb => ti-img-rogue-umlibs_1.13.5776728.bb} (95%)
> 
> diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb
> similarity index 95%
> rename from recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
> rename to recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb
> index f9d5ed9c..f76977ba 100644
> --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
> +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb
> @@ -10,13 +10,13 @@ REQUIRED_MACHINE_FEATURES = "gpu"
>   PACKAGE_ARCH = "${MACHINE_ARCH}"
>   COMPATIBLE_MACHINE = "j7"
>   
> -PR = "r9"
> +PR = "r1"

r10?


>   
> -BRANCH = "linuxws/zeus/k5.4/${PV}"
> +BRANCH = "linuxws/dunfell/k5.4/${PV}"
>   
>   SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}"
>   
> -SRCREV = "8d3d1891186ed3f397bb90f4f8c518c6c9970479"
> +SRCREV = "2bdcab52eecbbef4c70e3b58c5f3854660abb8d4"
>   
>   PVR_SOC ?= "j721e_linux"
>   PVR_BUILD ?= "release"
> 

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

* Re: [meta-ti][master/dunfell][PATCH 2/2] ti-img-rogue-umlibs: Update artifacts to 1.13.5776728
  2021-02-22 18:59   ` praneeth
@ 2021-02-22 19:02     ` Gowtham Tammana
  0 siblings, 0 replies; 4+ messages in thread
From: Gowtham Tammana @ 2021-02-22 19:02 UTC (permalink / raw)
  To: Bajjuri, Praneeth, meta-ti



>-----Original Message-----
>From: Bajjuri, Praneeth
>Sent: Monday, February 22, 2021 1:00 PM
>To: Tammana, Gowtham <g-tammana@ti.com>; meta-ti@yoctoproject.org
>Subject: Re: [meta-ti][master/dunfell][PATCH 2/2] ti-img-rogue-umlibs:
>Update artifacts to 1.13.5776728
>
>
>
>On 2/22/2021 12:53 PM, Gowtham Tammana wrote:
>> Update GLES binary artifacts to latest version 1.13.5776728.
>>
>> Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
>> ---
>>   ..._1.10.5371573.bb => ti-img-rogue-umlibs_1.13.5776728.bb} | 6 +++---
>>   1 file changed, 3 insertions(+), 3 deletions(-)
>>   rename recipes-graphics/libgles/{ti-img-rogue-umlibs_1.10.5371573.bb =>
>ti-img-rogue-umlibs_1.13.5776728.bb} (95%)
>>
>> diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
>b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb
>> similarity index 95%
>> rename from recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
>> rename to recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb
>> index f9d5ed9c..f76977ba 100644
>> --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
>> +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb
>> @@ -10,13 +10,13 @@ REQUIRED_MACHINE_FEATURES = "gpu"
>>   PACKAGE_ARCH = "${MACHINE_ARCH}"
>>   COMPATIBLE_MACHINE = "j7"
>>
>> -PR = "r9"
>> +PR = "r1"
>
>r10?

PV changed, so PR gets refreshed.

-Gowtham

>
>>
>> -BRANCH = "linuxws/zeus/k5.4/${PV}"
>> +BRANCH = "linuxws/dunfell/k5.4/${PV}"
>>
>>   SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-
>umlibs.git;branch=${BRANCH}"
>>
>> -SRCREV = "8d3d1891186ed3f397bb90f4f8c518c6c9970479"
>> +SRCREV = "2bdcab52eecbbef4c70e3b58c5f3854660abb8d4"
>>
>>   PVR_SOC ?= "j721e_linux"
>>   PVR_BUILD ?= "release"
>>

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

end of thread, other threads:[~2021-02-22 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 18:53 [meta-ti][master/dunfell][PATCH 1/2] ti-img-rogue-driver: Update driver to 1.13.5776728 Gowtham Tammana
2021-02-22 18:53 ` [meta-ti][master/dunfell][PATCH 2/2] ti-img-rogue-umlibs: Update artifacts " Gowtham Tammana
2021-02-22 18:59   ` praneeth
2021-02-22 19:02     ` 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.