All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud][PATCH 1/3] arago-prefs: Specify gbm provider for J7
@ 2019-06-29  4:39 Gowtham Tammana
  2019-06-29  4:39 ` [thud][PATCH 2/3] weston: Update gbm dependency to virtual Gowtham Tammana
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Gowtham Tammana @ 2019-06-29  4:39 UTC (permalink / raw)
  To: meta-arago, Denys Dmytriyenko

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
---
 meta-arago-distro/conf/distro/include/arago-prefs.inc | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index 939569c0..0f961322 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -23,8 +23,12 @@ PREFERRED_PROVIDER_virtual/gpudriver_j7-evm = "ti-img-rogue-driver"
 PREFERRED_PROVIDER_virtual/libgl = "mesa-gl"
 
 # GBM (Generic Buffer Management) preferences
-PREFERRED_PROVIDER_libgbm = "libgbm"
-PREFERRED_PROVIDER_libgbm-dev = "libgbm-dev"
+PREFERRED_PROVIDER_virtual/libgbm = "libgbm"
+PREFERRED_PROVIDER_virtual/libgbm-dev = "libgbm-dev"
+
+# J7 gbm provider
+PREFERRED_PROVIDER_virtual/libgbm_j7-evm = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/libgbm-dev_j7-evm = "ti-img-rogue-umlibs-dev"
 
 # This is required when using keystone devices with graphical support
 # such as Qt5
-- 
2.22.0



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

end of thread, other threads:[~2019-07-02 13:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-29  4:39 [thud][PATCH 1/3] arago-prefs: Specify gbm provider for J7 Gowtham Tammana
2019-06-29  4:39 ` [thud][PATCH 2/3] weston: Update gbm dependency to virtual Gowtham Tammana
2019-06-29  4:39 ` [thud][PATCH 3/3] packagegroup-*-graphics: Change gbm to virtual provider Gowtham Tammana
2019-07-01 19:44 ` [thud][PATCH 1/3] arago-prefs: Specify gbm provider for J7 Dmytriyenko, Denys
2019-07-01 19:46   ` Denys Dmytriyenko
2019-07-01 20:13     ` Tammana, Gowtham
2019-07-01 20:15       ` Denys Dmytriyenko
2019-07-02 12:57   ` Anand Balagopalakrishnan
2019-07-02 13:09     ` 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.