| 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>
|
|
|
|
|
|
|
|
| |
Build fails with "error: '::hypot' has not been declared" due to
python bug (issue11566).
Change-Id: I2d9f42ec4f3271f056488e5456be940cf9b0c69e
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
| |
Using _${PN} for DEPENDS does not work as expected, which meant that
gdb never had python as a build dependency.
Change-Id: Idfd5f0bef44c25b0fb13942d5a07675c2e536a00
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
| |
Change-Id: Ibc5cb6ecd1db4cbc0436606700dec1e56e44b71d
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
Needs a fix in meta-mingw to correctly enable python for gdb build.
Fixes raspberrypi toolchain on windows which did not include python
support in the gdb.
Task-number: QTBUG-57316
Change-Id: I98f7147420b03dd877ba10866f69ec1c53a870f0
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
| |
License changed to GPLv3 + Commercial
Change-Id: I267c97216e717ed29071df064337e1bcf83de973
Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I29ed4ca799f064360f22947df87c52ceafb42ada
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I3cb97636ed064a1e9fd2a45f8fe0b12edba52428
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
| |
Remove recipe appends that are fixed upstream and make
changes needed for 1.5 branch.
Tested and verified with nitrogen6x.
Change-Id: I7b8ca04f2f4523fa5113bbe43767e3e90f243cd9
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
|
| |
Change-Id: I726d154e54a43d2561969d789709895d4c594da9
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Incorrect exec-prefix path was given to gdb which leads to gdb
startup failure when SDK is not installed to its original destination.
Gdb relocates the exec-prefix path, so it will work for SDKs that
are installed to different location. PYTHONHOME env in no longer
neeeded for gdb.
Upstreamed to oe-core, putting here until it gets merged
Change-Id: If3f5125a6063bf9eae56b2b6ecbdebb9939ad362
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
gdb was unable to locate python without using PYTHONHOME
environment variable.
Change-Id: I5fe5d37ab88a0d186f91dbedcab1a480869da311
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|