| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mkpecs/qconfig.pri defines QT_ARCH and QT_BUILDARCH separately
for host_build and target build and both of these were always
set to target architecture. This cause issues in the SDK, if
component tried to build host tools using these values, which
qtwebengine does.
Fixed now, so that the host_build variants are taken from the
nativesdk's mkspecs/qconfig.pri.
Task-number: QTBUG-63155
Change-Id: I44644c97d634dac6297e28cc851fc31f7eaf1f90
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The b2qt toolchain had broken link in sysroot/etc/resolv.conf. It was
pointing to ../run/resolv.conf which is correct on actual device that
gets the file dynamically from systemd. That file is never created for
the toolchain and DNS operations fail. This change removes the link
from the toolchain.
Task-number: QTBUG-62580
Change-Id: I52098e667a9190e300a06b777f9fac778a545faf
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
| |
License changed to GPLv3 + Commercial
Change-Id: I267c97216e717ed29071df064337e1bcf83de973
Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
| |
Map current TARGET_ARCH to the ABI used by qtcreator. Currently mapping
was done by kernel-arch.bbclass and it worked by accident, but it's now
broken in jethro.
Change-Id: I15c5b60a1bc1dd560685fedac9b61048a1e89266
Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
No need to add --sysroot to QMAKE flags in qdevice.pri,
since qconfig.pri does it already.
Change-Id: I8a90249e466f8385fb121d69721e118a32b80999
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
ABI and default CONFIG file are set during build, so the script
can be called from installed toolchain without any arguments.
Change-Id: I533d79864133822f0ea86a39b8c9549280db4c38
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
Change-Id: I6d00c21fa04e77db60c7c48ad6ba10eacad00b42
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|