-
Notifications
You must be signed in to change notification settings - Fork 93
Remove Qt + weston #502
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
Remove Qt + weston #502
Conversation
|
Nice! FYI, we'll probably wait to merge this until after 0.10.1 is out to mitigate any extra risk. |
|
Qt has been deleted from openpilot! |
Why? |
Otherwise magic fails with: I assume this happens because magic uses the weston/wayland socket that EGL Wayland driver opens. It's just an assumption. I installed That was the only change needed to display the comma background. FYI, I have a custom bootloader splash, so I notice if it shows or not. I will check what .so file(s) are needed for magic to work and only keep that/those. I assume it's libwayland-egl.so. |
So |
|
We need |
2692095 to
9427727
Compare
Yes, it can be seen in my previous comment. This PR removes old libwayland-* 1.9.0 libraries, but it's working since it's using libwayland from 24.04 and libgbm. I'm running latest openpilot on this branch as I write this comment. |
…agnos-display 0.0.2
9427727 to
0352ea6
Compare
|
Branch drives fine! 🚀also displays openpilot raylib UI fine while driving, with no crashes or obvious issues. Tested it today with openpilot remove qt commit. Will continue to update openpilot master/nightly while keeping this custom AGNOS built from this branch. Will tackle the removal of armhf dependencies in another branch, but after this gets merged. |
73e04d0 to
e6494e3
Compare
|
Sadly we will have to revert this for now, at least for a couple releases untill we decide to break backward compatibility between AGNOS versions. The |
|
@maxime-desroches let's make a cleanup branch in the meantime that we can continue this in? I'm sure @andiradulescu is as excited as we are for these nice cleanups :) |
This reverts commit 3762ea1.
Redo of #489 adding:
agnos-display_0.0.2.debwith only removing weston files & libeglSubDriverWayland.so.patched - sources: Remove weston andiradulescu/agnos-display#1Problems:
Wi-fi works fine. Will put this ready for review if I manage to solve the problems above.