You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- wpa_supplicant changes for 2020.02.6:
Force using wpa_supplicant daemon instead of dbus.
The new wpa_supplicant version or Buildroot 2020.02.6 insist using
dbus instead of the templated wpa_supplicant services! They are even
deleted just before creating the filesystem image.
Might be related to: buildroot/buildroot@c27708e
Workaround: replace target service in /etc/systemd/system/wpa_supplicant.service
to get the wpa_supplicant control socket back with a fixed wlan0 interface.
- Bluetooth console changes for 2020.02.6
With the updated Bluez package the rfcomm serial console was no longer working due to pairing issues.
The bt-agent is now required with NoInputNoOutput option to allow automatic pairing.
- Buildroot package cleanup:
- Removed Bluetooth SAP plugin
- Removed wpa_supplicant dbus support
- Clean up systemd services
Use symlinks in overlay directory instead of creating them in the post build script.
- Setting QT env variables in profile.d
- Update scripts: Use Qt version in release download
Since Qt versions are not always binary compatible, the installed Qt
version is now specified in the GitHub release artifact.
- Using latest YIO component versions
This closes#3
0 commit comments