| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Boot2Qt Emulator does not launch with Qt 5.9.0 due changes in
qtglesstream. Instead of updating emulator & qtglesstream, disable eglfs
device integration plugin usage in the emulator VM image.
Task-number: QTBUG-59771
Change-Id: I40998fc81fb75cede447d6dd6142e3bd87e387b9
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
| |
Use of oe-device-extra.pri was merged upstream, so remove unneeded
parts for our layer.
Change-Id: I40ffeadc80780d49ba777e7cfd24fc2048d3a418
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
The linux-oe-g++ mkspec used by meta-qt5 depends on the user sourcing
the toolchain environment-setup script, which modifies the PATH and
sets a long range of environment variables. That is not a "best
practice" way of use Qt, and does not allow smooth integration of the
toolchain into Qt Creator.
Here, we instead create a static mkspec for the toolchain:
devices/linux-oe-generic-g++. The toolchain recipe will will the
qdevice.pri file with the required compiler flags etc. for the target.
Additionally, we introduce an extra .pri file for device-specific
settings, so they can be shared between the two mkspecs.
Change-Id: Ie5a019524ba6cdddffb71b0c7c28861ddba17fbd
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|