| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Move distro specific recipes to own layer and leave only new recipes
and bbclasses to meta-boot2qt layer. This makes it easier to include
meta-boot2qt to your own distro layer to get access e.g., QDB and
QBSP recipes that might be useful even without boot2qt distro.
Task-number: QTBUG-65871
Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6
Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The prebuild package used by QtCreator did not contain all the necessary
python modules needed by gdb. Get complete package from python.org.
Also make sure those are located by both python.exe and gdb.
We still need the original package to provide all the development files
not included in the embeddable zip file.
Task-number: QTBUG-64855
Change-Id: I109eea70390560e76a668996dfff5bf03424765b
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
This adds support for 64bit windows toolchain with using different
binary archives for the prebuild python when building i686 and x86_64
mingw toolchains.
Task-number: QTBUG-58918
Change-Id: I1a02546749dd924fd3d2222bbbebf74b31dab07d
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|