-
Notifications
You must be signed in to change notification settings - Fork 1
Test Pegasus Frontend #3
Comments
http://doc.qt.io/qt-5/embedded-linux.html For sqllite support: BR2_PACKAGE_QT5BASE_SQLITE_SYSTEM - solved For keyboard to work: QT_QPA_EGLFS_NO_LIBINPUT=1 -- only if using eglfs Workaround for nvidia - BR2_PACKAGE_QT5BASE_XCB |
[w] qrc:/frontend/menu/settings/GamepadEditor.qml:22:1: module "QtGamepad" is not installed |
video problem. arcade video snaps don't work. -- solved |
Hi, "Internal data stream error" comes from GStreamer, and can be caused by various reasons like bugs in a GStreamer codec, hardware issues, unsupported media format, etc. Do you see any "Additional debug info" on the terminal/log, like here? Perhaps a similar debugging with |
Add fixes for some of the build failures caused by strict-overflow warnings. Patches #1, #2, and #4 are upstream. Patch #3 is pending upstream. Fixes: http://autobuild.buildroot.net/results/923/9239f230629ca4e381af5e8f43989997d9bfde99/ http://autobuild.buildroot.net/results/618/6187b92bcdfd9281683c37906ae74f2e0c5e6d0e/ http://autobuild.buildroot.net/results/9eb/9eb5ed92a923f0c038e3d913289eddc1cda1b62f/ Cc: Scott Fan <[email protected]> Signed-off-by: Baruch Siach <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
Add patches fixing a number of build issues with uClibc. The issue fixed in patch #2 has been reported upstream. Patch #3 has been suggested by upstream but not applied yet. Drop the _SUBDIR assignment. The configure script moved to top level directory since upstream commit a947c49bec3 from 2014. This allows AUTORECONF to find configure.ac. Fixes: http://autobuild.buildroot.net/results/801/801e2b2909363b5dcd9735362bb921e017569edc/ http://autobuild.buildroot.net/results/398/3984c6cdd3398645c8ad98bbe23af9090cf4bfcf/ http://autobuild.buildroot.net/results/632/632f93046f9cceffd9b604911542426c10967e0f/ Cc: Alexander Dahl <[email protected]> Signed-off-by: Baruch Siach <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
Add two upstream patches fixing musl vs kernel headers conflict. This fixes build of strace for risc64 at it happens to use headers from both sources. Modify patch #3 to leave a single newline in user.h. Otherwise 'patch -E' in apply-patches.sh deletes user.h instead of leaving it empty. Fixes (strace): http://autobuild.buildroot.net/results/ac32e83dc5eb5ce2809fc4b9d11f540dbdae9ed6/ Cc: Thomas Petazzoni <[email protected]> Signed-off-by: Baruch Siach <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
http://pegasus-frontend.org/
To do:
The text was updated successfully, but these errors were encountered: