All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud][PATCH 0/3] ti-img-rogue*: Update srcrev to pick wayland ws
@ 2019-06-29  4:32 Gowtham Tammana
  2019-06-29  4:32 ` [thud][PATCH 1/3] ti-img-rogue-driver: Update srcrev to pick wayland ws support Gowtham Tammana
  2019-06-29  4:32 ` [thud][PATCH 2/3] ti-img-rogue-umlibs: Update SRCREV to pick wayland ws libraries Gowtham Tammana
  0 siblings, 2 replies; 3+ messages in thread
From: Gowtham Tammana @ 2019-06-29  4:32 UTC (permalink / raw)
  To: meta-ti, Denys Dmytriyenko

These are based on top of
  - https://lists.yoctoproject.org/pipermail/meta-ti/2019-June/011913.html
  - https://lists.yoctoproject.org/pipermail/meta-ti/2019-June/011914.html

Gowtham Tammana (3):
  ti-img-rogue-driver: Update srcrev to pick wayland ws support
  ti-img-rogue-umlibs: Update SRCREV to pick wayland ws libraries
  ti-img-rogue-umlibs: Mark this as provider for libgbm

 .../ti-img-rogue-driver_1.10.5187610.bb       |  6 +++---
 .../ti-img-rogue-umlibs_1.10.5187610.bb       | 20 +++++++++----------
 2 files changed, 13 insertions(+), 13 deletions(-)

-- 
2.22.0



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

* [thud][PATCH 1/3] ti-img-rogue-driver: Update srcrev to pick wayland ws support
  2019-06-29  4:32 [thud][PATCH 0/3] ti-img-rogue*: Update srcrev to pick wayland ws Gowtham Tammana
@ 2019-06-29  4:32 ` Gowtham Tammana
  2019-06-29  4:32 ` [thud][PATCH 2/3] ti-img-rogue-umlibs: Update SRCREV to pick wayland ws libraries Gowtham Tammana
  1 sibling, 0 replies; 3+ messages in thread
From: Gowtham Tammana @ 2019-06-29  4:32 UTC (permalink / raw)
  To: meta-ti, Denys Dmytriyenko

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
---
 .../powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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.5187610.bb
index b7431b0b..9ae60c4e 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.5187610.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=15;endline=20;md5=0403c7dea01a2b8232
 
 inherit module
 
-MACHINE_KERNEL_PR_append = "d"
+MACHINE_KERNEL_PR_append = "e"
 PR = "${MACHINE_KERNEL_PR}"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -20,12 +20,12 @@ BRANCH = "linuxws/thud/k4.19/${PV}"
 SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-driver.git;branch=${BRANCH}"
 S = "${WORKDIR}/git"
 
-SRCREV = "e94d4e0d9c23e30da54a6e6901e849b52dfc6945"
+SRCREV = "976f73444ef86b231819052bba2020e5b00aeb06"
 
 PVR_SOC = "j721e_linux"
 PVR_BVNC = "22.104.208.318"
 PVR_BUILD = "release"
-PVR_WS = "nulldrmws"
+PVR_WS = "wayland"
 
 EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" RGX_BVNC=${PVR_BVNC} BUILD=${PVR_BUILD} PVR_BUILD_DIR=${PVR_SOC} WINDOW_SYSTEM=${PVR_WS}'
 
-- 
2.22.0



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

* [thud][PATCH 2/3] ti-img-rogue-umlibs: Update SRCREV to pick wayland ws libraries
  2019-06-29  4:32 [thud][PATCH 0/3] ti-img-rogue*: Update srcrev to pick wayland ws Gowtham Tammana
  2019-06-29  4:32 ` [thud][PATCH 1/3] ti-img-rogue-driver: Update srcrev to pick wayland ws support Gowtham Tammana
@ 2019-06-29  4:32 ` Gowtham Tammana
  1 sibling, 0 replies; 3+ messages in thread
From: Gowtham Tammana @ 2019-06-29  4:32 UTC (permalink / raw)
  To: meta-ti, Denys Dmytriyenko

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
---
 .../libgles/ti-img-rogue-umlibs_1.10.5187610.bb             | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb
index 94f078e2..0caed206 100644
--- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb
+++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb
@@ -6,16 +6,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "j7-evm"
 
-PR = "r3"
+PR = "r4"
 
 BRANCH = "linuxws/thud/k4.19/${PV}"
 
 SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}"
-SRCREV = "3da5ebfde8a41cd38ab935f3e350d5d195fe7309"
+SRCREV = "ba99e1156c794f8618a743a4bb0f075b2ade9db3"
 
 PVR_SOC ?= "j721e_linux"
 PVR_BUILD ?= "release"
-PVR_WS = "nulldrmws"
+PVR_WS = "wayland"
 
 INITSCRIPT_NAME = "rc.pvr"
 INITSCRIPT_PARAMS = "defaults 8"
-- 
2.22.0



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

end of thread, other threads:[~2019-06-29  4:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-29  4:32 [thud][PATCH 0/3] ti-img-rogue*: Update srcrev to pick wayland ws Gowtham Tammana
2019-06-29  4:32 ` [thud][PATCH 1/3] ti-img-rogue-driver: Update srcrev to pick wayland ws support Gowtham Tammana
2019-06-29  4:32 ` [thud][PATCH 2/3] ti-img-rogue-umlibs: Update SRCREV to pick wayland ws libraries 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.