-
Notifications
You must be signed in to change notification settings - Fork 261
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
[Backport scarthgap] Add imxviv and imxmali overrides & upgrade to LF6.6.52_2.2.0 #2076
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The default graphics provider is already set to mesa in poky/meta/conf/distro/include/default-providers.inc, which is included by bitbake.conf. Signed-off-by: Tom Hochstein <[email protected]> (cherry picked from commit c459a99)
The recipe overrides for Mali are set currently by mx95 override. Add imxmali and imxviv overrides for a simpler, scalable model. Use the new model to set the preferred providers for the graphics libraries. Signed-off-by: Tom Hochstein <[email protected]> (cherry picked from commit 7afa057)
Signed-off-by: Tom Hochstein <[email protected]> (cherry picked from commit b92810f)
There's no need for the SOC-specific overrides. Signed-off-by: Tom Hochstein <[email protected]> (cherry picked from commit fcf874b)
Signed-off-by: Tom Hochstein <[email protected]> (cherry picked from commit a20bb97)
Signed-off-by: Tom Hochstein <[email protected]> (cherry picked from commit e29f4d5)
Since imx-opencl-converter is supported going forward, the logic is simpler if that is the default and only the exceptions must be noted. Signed-off-by: Tom Hochstein <[email protected]> (cherry picked from commit bb7ca61)
Bump imx-dpu-g2d version 2.2.0 -> 2.2.2 Bump imx-gpu-g2d version 6.4.11.p2.8 -> 6.4.11.p2.10 Signed-off-by: Valentin Jec <[email protected]> (cherry picked from commit 0b15cdb)
Bump imx-gpu-viv version 6.4.11.p2.8 -> 6.4.11.p2.10 Bump LIBVULKAN_API_VERSION 1.3.239 -> 1.3.204 Signed-off-by: Valentin Jec <[email protected]> (cherry picked from commit 619fecd)
Bump xwayland version 23.1.1.imx -> 23.2.5.imx Signed-off-by: Valentin Jec <[email protected]> (cherry picked from commit 49ab2be)
Update checksum to latest Signed-off-by: Valentin Jec <[email protected]> (cherry picked from commit b103624)
Bump version r50.0 -> r50.2 Signed-off-by: Valentin Jec <[email protected]> (cherry picked from commit e28b8ed)
Add libdecor to PACKAGECONFIG for imx platforms Signed-off-by: Valentin Jec <[email protected]> (cherry picked from commit edcb89a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Backport of #2068 to
scarthgap
.