All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] ti-img-rogue-driver: Update recipe to pick newer version
  2019-08-02 19:30 [PATCH] ti-img-rogue-driver: Update recipe to pick newer version Gowtham Tammana
@ 2019-08-02 19:28 ` Tammana, Gowtham
  2019-08-02 19:32   ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Tammana, Gowtham @ 2019-08-02 19:28 UTC (permalink / raw)
  To: Dmytriyenko, Denys, meta-ti@yoctoproject.org

Missed on meta-ti tag in the subject. Will send v2.

Thanks,
Gowtham

>-----Original Message-----
>From: Tammana, Gowtham
>Sent: Friday, August 02, 2019 2:30 PM
>To: Dmytriyenko, Denys; meta-ti@yoctoproject.org
>Cc: Tammana, Gowtham
>Subject: [PATCH] ti-img-rogue-driver: Update recipe to pick newer version
>
>Updated the recipe to pick the newer version, 1.10.5371573, of rogue
>gpu kernel sources.
>
>Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
>---
> ...er_1.10.5187610.bb => ti-img-rogue-driver_1.10.5371573.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename recipes-bsp/powervr-drivers/{ti-img-rogue-driver_1.10.5187610.bb =>
>ti-img-rogue-driver_1.10.5371573.bb} (92%)
>
>diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
>b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
>similarity index 92%
>rename from recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
>rename to recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
>index 9ae60c4e..fcf35edc 100644
>--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
>+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
>@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM =
>"file://README;beginline=15;endline=20;md5=0403c7dea01a2b8232
>
> inherit module
>
>-MACHINE_KERNEL_PR_append = "e"
>+MACHINE_KERNEL_PR_append = "a"
> PR = "${MACHINE_KERNEL_PR}"
>
> PACKAGE_ARCH = "${MACHINE_ARCH}"
>@@ -20,7 +20,7 @@ BRANCH = "linuxws/thud/k4.19/${PV}"
> SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-
>driver.git;branch=${BRANCH}"
> S = "${WORKDIR}/git"
>
>-SRCREV = "976f73444ef86b231819052bba2020e5b00aeb06"
>+SRCREV = "1531b98ba602911359bfded2d683e49b3c731313"
>
> PVR_SOC = "j721e_linux"
> PVR_BVNC = "22.104.208.318"
>--
>2.22.0



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

* [PATCH] ti-img-rogue-driver: Update recipe to pick newer version
@ 2019-08-02 19:30 Gowtham Tammana
  2019-08-02 19:28 ` Tammana, Gowtham
  0 siblings, 1 reply; 5+ messages in thread
From: Gowtham Tammana @ 2019-08-02 19:30 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-ti

Updated the recipe to pick the newer version, 1.10.5371573, of rogue
gpu kernel sources.

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

diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
similarity index 92%
rename from recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
rename to recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
index 9ae60c4e..fcf35edc 100644
--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=15;endline=20;md5=0403c7dea01a2b8232
 
 inherit module
 
-MACHINE_KERNEL_PR_append = "e"
+MACHINE_KERNEL_PR_append = "a"
 PR = "${MACHINE_KERNEL_PR}"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -20,7 +20,7 @@ BRANCH = "linuxws/thud/k4.19/${PV}"
 SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-driver.git;branch=${BRANCH}"
 S = "${WORKDIR}/git"
 
-SRCREV = "976f73444ef86b231819052bba2020e5b00aeb06"
+SRCREV = "1531b98ba602911359bfded2d683e49b3c731313"
 
 PVR_SOC = "j721e_linux"
 PVR_BVNC = "22.104.208.318"
-- 
2.22.0



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

* Re: [PATCH] ti-img-rogue-driver: Update recipe to pick newer version
  2019-08-02 19:28 ` Tammana, Gowtham
@ 2019-08-02 19:32   ` Denys Dmytriyenko
  2019-08-02 19:34     ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2019-08-02 19:32 UTC (permalink / raw)
  To: Tammana, Gowtham; +Cc: meta-ti@yoctoproject.org

It's automatic

On Fri, Aug 02, 2019 at 03:28:54PM -0400, Tammana, Gowtham wrote:
> Missed on meta-ti tag in the subject. Will send v2.
> 
> Thanks,
> Gowtham
> 
> >-----Original Message-----
> >From: Tammana, Gowtham
> >Sent: Friday, August 02, 2019 2:30 PM
> >To: Dmytriyenko, Denys; meta-ti@yoctoproject.org
> >Cc: Tammana, Gowtham
> >Subject: [PATCH] ti-img-rogue-driver: Update recipe to pick newer version
> >
> >Updated the recipe to pick the newer version, 1.10.5371573, of rogue
> >gpu kernel sources.
> >
> >Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
> >---
> > ...er_1.10.5187610.bb => ti-img-rogue-driver_1.10.5371573.bb} | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> > rename recipes-bsp/powervr-drivers/{ti-img-rogue-driver_1.10.5187610.bb =>
> >ti-img-rogue-driver_1.10.5371573.bb} (92%)
> >
> >diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
> >b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
> >similarity index 92%
> >rename from recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
> >rename to recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
> >index 9ae60c4e..fcf35edc 100644
> >--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
> >+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
> >@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM =
> >"file://README;beginline=15;endline=20;md5=0403c7dea01a2b8232
> >
> > inherit module
> >
> >-MACHINE_KERNEL_PR_append = "e"
> >+MACHINE_KERNEL_PR_append = "a"
> > PR = "${MACHINE_KERNEL_PR}"
> >
> > PACKAGE_ARCH = "${MACHINE_ARCH}"
> >@@ -20,7 +20,7 @@ BRANCH = "linuxws/thud/k4.19/${PV}"
> > SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-
> >driver.git;branch=${BRANCH}"
> > S = "${WORKDIR}/git"
> >
> >-SRCREV = "976f73444ef86b231819052bba2020e5b00aeb06"
> >+SRCREV = "1531b98ba602911359bfded2d683e49b3c731313"
> >
> > PVR_SOC = "j721e_linux"
> > PVR_BVNC = "22.104.208.318"
> >--
> >2.22.0
> 


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

* Re: [PATCH] ti-img-rogue-driver: Update recipe to pick newer version
  2019-08-02 19:32   ` Denys Dmytriyenko
@ 2019-08-02 19:34     ` Denys Dmytriyenko
  2019-08-02 19:56       ` Tammana, Gowtham
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2019-08-02 19:34 UTC (permalink / raw)
  To: Tammana, Gowtham; +Cc: meta-ti@yoctoproject.org

Ah, you mean "thud" tag, Ok.

On Fri, Aug 02, 2019 at 03:32:28PM -0400, Denys Dmytriyenko wrote:
> It's automatic
> 
> On Fri, Aug 02, 2019 at 03:28:54PM -0400, Tammana, Gowtham wrote:
> > Missed on meta-ti tag in the subject. Will send v2.
> > 
> > Thanks,
> > Gowtham
> > 
> > >-----Original Message-----
> > >From: Tammana, Gowtham
> > >Sent: Friday, August 02, 2019 2:30 PM
> > >To: Dmytriyenko, Denys; meta-ti@yoctoproject.org
> > >Cc: Tammana, Gowtham
> > >Subject: [PATCH] ti-img-rogue-driver: Update recipe to pick newer version
> > >
> > >Updated the recipe to pick the newer version, 1.10.5371573, of rogue
> > >gpu kernel sources.
> > >
> > >Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
> > >---
> > > ...er_1.10.5187610.bb => ti-img-rogue-driver_1.10.5371573.bb} | 4 ++--
> > > 1 file changed, 2 insertions(+), 2 deletions(-)
> > > rename recipes-bsp/powervr-drivers/{ti-img-rogue-driver_1.10.5187610.bb =>
> > >ti-img-rogue-driver_1.10.5371573.bb} (92%)
> > >
> > >diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
> > >b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
> > >similarity index 92%
> > >rename from recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
> > >rename to recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
> > >index 9ae60c4e..fcf35edc 100644
> > >--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
> > >+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
> > >@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM =
> > >"file://README;beginline=15;endline=20;md5=0403c7dea01a2b8232
> > >
> > > inherit module
> > >
> > >-MACHINE_KERNEL_PR_append = "e"
> > >+MACHINE_KERNEL_PR_append = "a"
> > > PR = "${MACHINE_KERNEL_PR}"
> > >
> > > PACKAGE_ARCH = "${MACHINE_ARCH}"
> > >@@ -20,7 +20,7 @@ BRANCH = "linuxws/thud/k4.19/${PV}"
> > > SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-
> > >driver.git;branch=${BRANCH}"
> > > S = "${WORKDIR}/git"
> > >
> > >-SRCREV = "976f73444ef86b231819052bba2020e5b00aeb06"
> > >+SRCREV = "1531b98ba602911359bfded2d683e49b3c731313"
> > >
> > > PVR_SOC = "j721e_linux"
> > > PVR_BVNC = "22.104.208.318"
> > >--
> > >2.22.0
> > 


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

* Re: [PATCH] ti-img-rogue-driver: Update recipe to pick newer version
  2019-08-02 19:34     ` Denys Dmytriyenko
@ 2019-08-02 19:56       ` Tammana, Gowtham
  0 siblings, 0 replies; 5+ messages in thread
From: Tammana, Gowtham @ 2019-08-02 19:56 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org



>-----Original Message-----
>From: Dmytriyenko, Denys
>
>Ah, you mean "thud" tag, Ok.

Yes, missed on the subject-prefix option.

>
>On Fri, Aug 02, 2019 at 03:32:28PM -0400, Denys Dmytriyenko wrote:
>> It's automatic
>>
>> On Fri, Aug 02, 2019 at 03:28:54PM -0400, Tammana, Gowtham wrote:
>> > Missed on meta-ti tag in the subject. Will send v2.
>> >
>> > Thanks,
>> > Gowtham
>> >
>> > >-----Original Message-----
>> > >From: Tammana, Gowtham
>> > >Sent: Friday, August 02, 2019 2:30 PM
>> > >To: Dmytriyenko, Denys; meta-ti@yoctoproject.org
>> > >Cc: Tammana, Gowtham
>> > >Subject: [PATCH] ti-img-rogue-driver: Update recipe to pick newer version
>> > >
>> > >Updated the recipe to pick the newer version, 1.10.5371573, of rogue
>> > >gpu kernel sources.
>> > >
>> > >Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
>> > >---
>> > > ...er_1.10.5187610.bb => ti-img-rogue-driver_1.10.5371573.bb} | 4 ++--
>> > > 1 file changed, 2 insertions(+), 2 deletions(-)
>> > > rename recipes-bsp/powervr-drivers/{ti-img-rogue-driver_1.10.5187610.bb
>=>
>> > >ti-img-rogue-driver_1.10.5371573.bb} (92%)
>> > >
>> > >diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-
>driver_1.10.5187610.bb
>> > >b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
>> > >similarity index 92%
>> > >rename from recipes-bsp/powervr-drivers/ti-img-rogue-
>driver_1.10.5187610.bb
>> > >rename to recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
>> > >index 9ae60c4e..fcf35edc 100644
>> > >--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
>> > >+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb
>> > >@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM =
>> > >"file://README;beginline=15;endline=20;md5=0403c7dea01a2b8232
>> > >
>> > > inherit module
>> > >
>> > >-MACHINE_KERNEL_PR_append = "e"
>> > >+MACHINE_KERNEL_PR_append = "a"
>> > > PR = "${MACHINE_KERNEL_PR}"
>> > >
>> > > PACKAGE_ARCH = "${MACHINE_ARCH}"
>> > >@@ -20,7 +20,7 @@ BRANCH = "linuxws/thud/k4.19/${PV}"
>> > > SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-
>> > >driver.git;branch=${BRANCH}"
>> > > S = "${WORKDIR}/git"
>> > >
>> > >-SRCREV = "976f73444ef86b231819052bba2020e5b00aeb06"
>> > >+SRCREV = "1531b98ba602911359bfded2d683e49b3c731313"
>> > >
>> > > PVR_SOC = "j721e_linux"
>> > > PVR_BVNC = "22.104.208.318"
>> > >--
>> > >2.22.0
>> >


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

end of thread, other threads:[~2019-08-02 19:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-02 19:30 [PATCH] ti-img-rogue-driver: Update recipe to pick newer version Gowtham Tammana
2019-08-02 19:28 ` Tammana, Gowtham
2019-08-02 19:32   ` Denys Dmytriyenko
2019-08-02 19:34     ` Denys Dmytriyenko
2019-08-02 19:56       ` Tammana, Gowtham

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.