On 4/7/22 8:11 AM, Ryan Eatmon via lists.yoctoproject.org wrote:
From: Krunal Bhargav <[email protected]>

Signed-off-by: Krunal Bhargav <[email protected]>
Signed-off-by: Ryan Eatmon <[email protected]>
---
  meta-arago-distro/conf/distro/include/arago-prefs.inc | 7 +++++++
  1 file changed, 7 insertions(+)

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index a356c76c..f9fab020 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -21,6 +21,13 @@ PREFERRED_PROVIDER_virtual/libgles2_j7 = 
"ti-img-rogue-umlibs"
  PREFERRED_PROVIDER_virtual/libgbm_j7 = "ti-img-rogue-umlibs"
  PREFERRED_PROVIDER_virtual/gpudriver_j7 = "ti-img-rogue-driver"
+# am62xx has a Rogue GPU core


Uses the "Rogue" umlibs (we should fix that naming), but this is not a Rogue GPU
core, to avoid public confusion I'd just drop this comment. (or specify the GPU
by name not family code).

Andrew


+PREFERRED_PROVIDER_virtual/egl_am62xx = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/libgles1_am62xx = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/libgles2_am62xx = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/libgbm_am62xx = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/gpudriver_am62xx = "ti-img-rogue-driver"
+
  # This is required when using keystone devices with graphical support
  # such as Qt5
  PREFERRED_PROVIDER_virtual/egl_keystone = "mesa"


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13777): 
https://lists.yoctoproject.org/g/meta-arago/message/13777
Mute This Topic: https://lists.yoctoproject.org/mt/90312297/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to