Skip to content
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

qtbase: Set QT_QPA_PLATFORM for i.MX GPU #415

Closed
wants to merge 1 commit into from

Conversation

thochstein
Copy link
Contributor

Set QT_QPA_PLATFORM appropriately for i.MX GPU on the
configured graphics backend, wayland for wayland backend,
eglfs for framebuffer backend, and xcb for x11 backend.

Signed-off-by: Tom Hochstein [email protected]

Set QT_QPA_PLATFORM appropriately for i.MX GPU on the
configured graphics backend, wayland for wayland backend,
eglfs for framebuffer backend, and xcb for x11 backend.

Signed-off-by: Tom Hochstein <[email protected]>
"${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland',\
bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \
'fb', d), d)}"
SRC_URI_append = " \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it make sense to only fetch this for imxgpu?
e.g. SRC_URI:append:imxgpu = " \
as the file is only used if the imxgpu override is present.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, for sure.

@otavio
Copy link
Member

otavio commented Apr 26, 2022

More generically about this PR as a whole, I think this is a distro/image choice, not a BSP one

@otavio otavio closed this Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants