[meta-arago,master,2/2] arago-prefs: only the j721e SoC is currently supported

Message ID 20220325184615.17398-2-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master,1/2] meta-arago: rename j7-evm to j721e-evm | expand

Commit Message

Andrew Davis March 25, 2022, 6:46 p.m. UTC
There are now three SoCs in the J7 family, but only the j721e variant
is currently supported. Be specific here.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../conf/distro/include/arago-prefs.inc              | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Denys Dmytriyenko March 29, 2022, 4:51 a.m. UTC | #1
On Fri, Mar 25, 2022 at 01:46:15PM -0500, Andrew F. Davis via lists.yoctoproject.org wrote:
> There are now three SoCs in the J7 family, but only the j721e variant
> is currently supported. Be specific here.
> 
> Signed-off-by: Andrew Davis <afd@ti.com>

Tested-by: Denys Dmytriyenko <denys@konsulko.com>
Ryan Eatmon March 29, 2022, 12:36 p.m. UTC | #2
On 3/28/2022 11:51 PM, Denys Dmytriyenko wrote:
> On Fri, Mar 25, 2022 at 01:46:15PM -0500, Andrew F. Davis via lists.yoctoproject.org wrote:
>> There are now three SoCs in the J7 family, but only the j721e variant
>> is currently supported. Be specific here.
>>
>> Signed-off-by: Andrew Davis <afd@ti.com>
> 
> Tested-by: Denys Dmytriyenko <denys@konsulko.com>

Applied patch to master.

Patch

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index 9c4a533c..65ce2a96 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -14,12 +14,12 @@  PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um"
 PREFERRED_PROVIDER_virtual/libgbm = "ti-sgx-ddk-um"
 PREFERRED_PROVIDER_virtual/gpudriver = "ti-sgx-ddk-km"
 
-# J7 has a Rogue GPU core
-PREFERRED_PROVIDER_virtual/egl:j7 = "ti-img-rogue-umlibs"
-PREFERRED_PROVIDER_virtual/libgles1:j7 = "ti-img-rogue-umlibs"
-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"
+# J721e has a Rogue GPU core
+PREFERRED_PROVIDER_virtual/egl:j721e = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/libgles1:j721e = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/libgles2:j721e = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/libgbm:j721e = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/gpudriver:j721e = "ti-img-rogue-driver"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging${ARAGO_KERNEL_SUFFIX}"