All of lore.kernel.org
 help / color / mirror / Atom feed
* [FOR-KROGOTH PATCH v2 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo
@ 2018-03-05 13:29 Anand Balagopalakrishnan
  2018-03-06  3:08 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Anand Balagopalakrishnan @ 2018-03-05 13:29 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
 recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
index 3a9a2b2..ff28a63 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=550702a0318
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-BRANCH = "ti-img-sgx/${PV}"
+BRANCH = "ti-img-sgx/${PV}_k4.4"
 
 SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
-SRCREV = "d184140aa5c17e13e1bf21151f1a7bc068bdf8bf"
+SRCREV = "2736a396f9c801fc0818d830f8a3215aeb8b6534"
 
 # There's only hardfp version available
 python __anonymous() {
@@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
 
 inherit update-rc.d
 
-PR = "r23"
+PR = "r24"
 PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
 
 DEPENDS += "libdrm udev libgbm wayland libffi"
-- 
1.9.1



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

* Re: [FOR-KROGOTH PATCH v2 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo
  2018-03-05 13:29 [FOR-KROGOTH PATCH v2 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo Anand Balagopalakrishnan
@ 2018-03-06  3:08 ` Denys Dmytriyenko
  2018-03-06  5:34   ` Anand Balagopalakrishnan
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-03-06  3:08 UTC (permalink / raw)
  To: Anand Balagopalakrishnan; +Cc: meta-ti

Applied, thanks. Should there be similar patches for morty/rocko?


On Mon, Mar 05, 2018 at 06:59:59PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> ---
>  recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> index 3a9a2b2..ff28a63 100644
> --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> @@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=550702a0318
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> -BRANCH = "ti-img-sgx/${PV}"
> +BRANCH = "ti-img-sgx/${PV}_k4.4"
>  
>  SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "d184140aa5c17e13e1bf21151f1a7bc068bdf8bf"
> +SRCREV = "2736a396f9c801fc0818d830f8a3215aeb8b6534"
>  
>  # There's only hardfp version available
>  python __anonymous() {
> @@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
>  
>  inherit update-rc.d
>  
> -PR = "r23"
> +PR = "r24"
>  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
>  
>  DEPENDS += "libdrm udev libgbm wayland libffi"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [FOR-KROGOTH PATCH v2 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo
  2018-03-06  3:08 ` Denys Dmytriyenko
@ 2018-03-06  5:34   ` Anand Balagopalakrishnan
  0 siblings, 0 replies; 3+ messages in thread
From: Anand Balagopalakrishnan @ 2018-03-06  5:34 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

Denys,

On 06-Mar-18 8:38 AM, Denys Dmytriyenko wrote:
> Applied, thanks. Should there be similar patches for morty/rocko?

Yes, Eric will send a patch for Morty after verification. Since we are 
yet to open Rocko branch for Graphics, it will have the patch by default.

Regards,
Anand



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

end of thread, other threads:[~2018-03-06  5:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05 13:29 [FOR-KROGOTH PATCH v2 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo Anand Balagopalakrishnan
2018-03-06  3:08 ` Denys Dmytriyenko
2018-03-06  5:34   ` Anand Balagopalakrishnan

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.