-
Notifications
You must be signed in to change notification settings - Fork 164
recipes-graphics: Rename EGL_adreno.json to 10_EGL_adreno.json #1322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Which configuration do we end up with otherwise? Software driver inside mesa? |
Test run workflowTest jobs for commit 85f6904
|
Yes, it will use 50_mesa.json |
Please update the commit message explaining that (and mentioning software implementation). There is no need to mention images or anything else. Otherwise it's not clear why we should prioritize Adreno over any other driver. |
50_mesa.json is given preference over EGL_adreno.json, due to json being loaded in strcmp() order. Rename EGL_adreno.json to 10_EGL_adreno.json, to prioritize adreno over 50_mesa.json. Signed-off-by: Sai Sumanth Sadhula <ssadhula@qti.qualcomm.com>
Test run workflowTest jobs for commit 5554128
|
Test run workflowTest jobs for commit 5554128
|
In qcom-multimedia-proprietary-image, qcom-adreno is present, but the EGL_adreno.json is not prioritized. So, rename EGL_adreno.json to prioritize adreno over mesa.