All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap5-sgx-ddk-um-linux: bump SRCREV and update powervr.ini and .so inclusion for AM3
@ 2015-11-04 23:49 Hongmei Gou
  2015-11-09 19:02 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Hongmei Gou @ 2015-11-04 23:49 UTC (permalink / raw)
  To: meta-ti

* Bump SRCREV for DRM FLIP mode support, and update powervr.ini correspondingly
* Add plugins package to include the necessary .so files

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini | 3 ++-
 recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb       | 7 ++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini
index 0657ab8..5b5608e 100644
--- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini
+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini
@@ -1,3 +1,4 @@
 [default]
-WindowSystem=null_libdrm.so
+WindowSystem=libpvrDRMWSEGL_FRONT.so
+#WindowSystem=libpvrDRMWSEGL.so
 DisableHWTQTextureUpload=1
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
index 557c442..b8a0445 100644
--- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293d
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 BRANCH_omap-a15 = "master"
-BRANCH_ti33x = "am4/k4.1"
+BRANCH_ti33x = "am3/k4.1"
 BRANCH_ti43x = "am4/k4.1"
 
 SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
 SRCREV_omap-a15 = "d63cd6469fff610317a8e1c986f227bb3e7922f6"
-SRCREV_ti33x    = "188575c7ba16c00a15499ed88a126af2506fdba5"
+SRCREV_ti33x    = "b535b96043ae2206e0c3d24b66599ca0fbe706d3"
 SRCREV_ti43x    = "fdf4c0b594ca142a68aabb4c3f82b75be50b46cc"
 
 INITSCRIPT_NAME = "pvr-init"
@@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 8"
 
 inherit update-rc.d
 
-PR = "r12"
+PR = "r13"
 PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
 
 RDEPENDS_${PN} += "libdrm"
@@ -53,6 +53,7 @@ FILES_${PN} += "${sysconfdir}/powervr.ini"
 PACKAGES =+ "${PN}-plugins"
 FILES_${PN}-plugins = ""
 FILES_${PN}-plugins_ti43x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libpvrws_WAYLAND.so ${libdir}/libpvrws_KMS.so "
+FILES_${PN}-plugins_ti33x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libpvrDRMWSEGL.so ${libdir}/libpvrDRMWSEGL_FRONT.so "
 RDEPENDS_${PN} += "${PN}-plugins"
 
 INHIBIT_PACKAGE_STRIP = "1"
-- 
1.9.1



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

* Re: [PATCH] omap5-sgx-ddk-um-linux: bump SRCREV and update powervr.ini and .so inclusion for AM3
  2015-11-04 23:49 [PATCH] omap5-sgx-ddk-um-linux: bump SRCREV and update powervr.ini and .so inclusion for AM3 Hongmei Gou
@ 2015-11-09 19:02 ` Denys Dmytriyenko
  2015-11-09 22:50   ` Gou, Hongmei
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-11-09 19:02 UTC (permalink / raw)
  To: Hongmei Gou; +Cc: meta-ti

This would need to be rebased due to v2 of previous patch.


On Wed, Nov 04, 2015 at 06:49:44PM -0500, Hongmei Gou wrote:
> * Bump SRCREV for DRM FLIP mode support, and update powervr.ini correspondingly
> * Add plugins package to include the necessary .so files
> 
> Signed-off-by: Hongmei Gou <h-gou@ti.com>
> ---
>  recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini | 3 ++-
>  recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb       | 7 ++++---
>  2 files changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini
> index 0657ab8..5b5608e 100644
> --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini
> +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini
> @@ -1,3 +1,4 @@
>  [default]
> -WindowSystem=null_libdrm.so
> +WindowSystem=libpvrDRMWSEGL_FRONT.so
> +#WindowSystem=libpvrDRMWSEGL.so
>  DisableHWTQTextureUpload=1
> diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> index 557c442..b8a0445 100644
> --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> @@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293d
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
>  BRANCH_omap-a15 = "master"
> -BRANCH_ti33x = "am4/k4.1"
> +BRANCH_ti33x = "am3/k4.1"
>  BRANCH_ti43x = "am4/k4.1"
>  
>  SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
>  SRCREV_omap-a15 = "d63cd6469fff610317a8e1c986f227bb3e7922f6"
> -SRCREV_ti33x    = "188575c7ba16c00a15499ed88a126af2506fdba5"
> +SRCREV_ti33x    = "b535b96043ae2206e0c3d24b66599ca0fbe706d3"
>  SRCREV_ti43x    = "fdf4c0b594ca142a68aabb4c3f82b75be50b46cc"
>  
>  INITSCRIPT_NAME = "pvr-init"
> @@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 8"
>  
>  inherit update-rc.d
>  
> -PR = "r12"
> +PR = "r13"
>  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
>  
>  RDEPENDS_${PN} += "libdrm"
> @@ -53,6 +53,7 @@ FILES_${PN} += "${sysconfdir}/powervr.ini"
>  PACKAGES =+ "${PN}-plugins"
>  FILES_${PN}-plugins = ""
>  FILES_${PN}-plugins_ti43x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libpvrws_WAYLAND.so ${libdir}/libpvrws_KMS.so "
> +FILES_${PN}-plugins_ti33x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libpvrDRMWSEGL.so ${libdir}/libpvrDRMWSEGL_FRONT.so "
>  RDEPENDS_${PN} += "${PN}-plugins"
>  
>  INHIBIT_PACKAGE_STRIP = "1"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] omap5-sgx-ddk-um-linux: bump SRCREV and update powervr.ini and .so inclusion for AM3
  2015-11-09 19:02 ` Denys Dmytriyenko
@ 2015-11-09 22:50   ` Gou, Hongmei
  2015-11-10 15:46     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Gou, Hongmei @ 2015-11-09 22:50 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti

The patch is rebased and submitted.

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, November 09, 2015 2:03 PM
> To: Gou, Hongmei
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] omap5-sgx-ddk-um-linux: bump SRCREV and
> update powervr.ini and .so inclusion for AM3
> 
> This would need to be rebased due to v2 of previous patch.
> 
> 
> On Wed, Nov 04, 2015 at 06:49:44PM -0500, Hongmei Gou wrote:
> > * Bump SRCREV for DRM FLIP mode support, and update powervr.ini
> correspondingly
> > * Add plugins package to include the necessary .so files
> >
> > Signed-off-by: Hongmei Gou <h-gou@ti.com>
> > ---
> >  recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini | 3
> ++-
> >  recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb       | 7 ++++-
> --
> >  2 files changed, 6 insertions(+), 4 deletions(-)
> >
> > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-
> linux/ti33x/powervr.ini b/recipes-graphics/libgles/omap5-sgx-ddk-um-
> linux/ti33x/powervr.ini
> > index 0657ab8..5b5608e 100644
> > --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini
> > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini
> > @@ -1,3 +1,4 @@
> >  [default]
> > -WindowSystem=null_libdrm.so
> > +WindowSystem=libpvrDRMWSEGL_FRONT.so
> > +#WindowSystem=libpvrDRMWSEGL.so
> >  DisableHWTQTextureUpload=1
> > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > index 557c442..b8a0445 100644
> > --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > @@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-
> DDK-UM-Manifest.doc;md5=360d293d
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >
> >  BRANCH_omap-a15 = "master"
> > -BRANCH_ti33x = "am4/k4.1"
> > +BRANCH_ti33x = "am3/k4.1"
> >  BRANCH_ti43x = "am4/k4.1"
> >
> >  SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-
> linux.git;protocol=git;branch=${BRANCH}"
> >  SRCREV_omap-a15 = "d63cd6469fff610317a8e1c986f227bb3e7922f6"
> > -SRCREV_ti33x    = "188575c7ba16c00a15499ed88a126af2506fdba5"
> > +SRCREV_ti33x    = "b535b96043ae2206e0c3d24b66599ca0fbe706d3"
> >  SRCREV_ti43x    = "fdf4c0b594ca142a68aabb4c3f82b75be50b46cc"
> >
> >  INITSCRIPT_NAME = "pvr-init"
> > @@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 8"
> >
> >  inherit update-rc.d
> >
> > -PR = "r12"
> > +PR = "r13"
> >  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
> >
> >  RDEPENDS_${PN} += "libdrm"
> > @@ -53,6 +53,7 @@ FILES_${PN} += "${sysconfdir}/powervr.ini"
> >  PACKAGES =+ "${PN}-plugins"
> >  FILES_${PN}-plugins = ""
> >  FILES_${PN}-plugins_ti43x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so
> ${libdir}/libglslcompiler.so ${libdir}/libpvrws_WAYLAND.so
> ${libdir}/libpvrws_KMS.so "
> > +FILES_${PN}-plugins_ti33x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so
> ${libdir}/libglslcompiler.so ${libdir}/libpvrDRMWSEGL.so
> ${libdir}/libpvrDRMWSEGL_FRONT.so "
> >  RDEPENDS_${PN} += "${PN}-plugins"
> >
> >  INHIBIT_PACKAGE_STRIP = "1"
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] omap5-sgx-ddk-um-linux: bump SRCREV and update powervr.ini and .so inclusion for AM3
  2015-11-09 22:50   ` Gou, Hongmei
@ 2015-11-10 15:46     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-11-10 15:46 UTC (permalink / raw)
  To: Gou, Hongmei; +Cc: meta-ti

Thanks, pushed.

On Mon, Nov 09, 2015 at 05:50:38PM -0500, Gou, Hongmei wrote:
> The patch is rebased and submitted.
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Monday, November 09, 2015 2:03 PM
> > To: Gou, Hongmei
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [PATCH] omap5-sgx-ddk-um-linux: bump SRCREV and
> > update powervr.ini and .so inclusion for AM3
> > 
> > This would need to be rebased due to v2 of previous patch.
> > 
> > 
> > On Wed, Nov 04, 2015 at 06:49:44PM -0500, Hongmei Gou wrote:
> > > * Bump SRCREV for DRM FLIP mode support, and update powervr.ini
> > correspondingly
> > > * Add plugins package to include the necessary .so files
> > >
> > > Signed-off-by: Hongmei Gou <h-gou@ti.com>
> > > ---
> > >  recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini | 3
> > ++-
> > >  recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb       | 7 ++++-
> > --
> > >  2 files changed, 6 insertions(+), 4 deletions(-)
> > >
> > > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-
> > linux/ti33x/powervr.ini b/recipes-graphics/libgles/omap5-sgx-ddk-um-
> > linux/ti33x/powervr.ini
> > > index 0657ab8..5b5608e 100644
> > > --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini
> > > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini
> > > @@ -1,3 +1,4 @@
> > >  [default]
> > > -WindowSystem=null_libdrm.so
> > > +WindowSystem=libpvrDRMWSEGL_FRONT.so
> > > +#WindowSystem=libpvrDRMWSEGL.so
> > >  DisableHWTQTextureUpload=1
> > > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > > index 557c442..b8a0445 100644
> > > --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > > @@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-
> > DDK-UM-Manifest.doc;md5=360d293d
> > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > >
> > >  BRANCH_omap-a15 = "master"
> > > -BRANCH_ti33x = "am4/k4.1"
> > > +BRANCH_ti33x = "am3/k4.1"
> > >  BRANCH_ti43x = "am4/k4.1"
> > >
> > >  SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-
> > linux.git;protocol=git;branch=${BRANCH}"
> > >  SRCREV_omap-a15 = "d63cd6469fff610317a8e1c986f227bb3e7922f6"
> > > -SRCREV_ti33x    = "188575c7ba16c00a15499ed88a126af2506fdba5"
> > > +SRCREV_ti33x    = "b535b96043ae2206e0c3d24b66599ca0fbe706d3"
> > >  SRCREV_ti43x    = "fdf4c0b594ca142a68aabb4c3f82b75be50b46cc"
> > >
> > >  INITSCRIPT_NAME = "pvr-init"
> > > @@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 8"
> > >
> > >  inherit update-rc.d
> > >
> > > -PR = "r12"
> > > +PR = "r13"
> > >  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
> > >
> > >  RDEPENDS_${PN} += "libdrm"
> > > @@ -53,6 +53,7 @@ FILES_${PN} += "${sysconfdir}/powervr.ini"
> > >  PACKAGES =+ "${PN}-plugins"
> > >  FILES_${PN}-plugins = ""
> > >  FILES_${PN}-plugins_ti43x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so
> > ${libdir}/libglslcompiler.so ${libdir}/libpvrws_WAYLAND.so
> > ${libdir}/libpvrws_KMS.so "
> > > +FILES_${PN}-plugins_ti33x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so
> > ${libdir}/libglslcompiler.so ${libdir}/libpvrDRMWSEGL.so
> > ${libdir}/libpvrDRMWSEGL_FRONT.so "
> > >  RDEPENDS_${PN} += "${PN}-plugins"
> > >
> > >  INHIBIT_PACKAGE_STRIP = "1"
> > > --
> > > 1.9.1
> > >
> > > --
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2015-11-10 15:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-04 23:49 [PATCH] omap5-sgx-ddk-um-linux: bump SRCREV and update powervr.ini and .so inclusion for AM3 Hongmei Gou
2015-11-09 19:02 ` Denys Dmytriyenko
2015-11-09 22:50   ` Gou, Hongmei
2015-11-10 15:46     ` Denys Dmytriyenko

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.