| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
When building yocto image, unpacking Qt Quick Compiler fails due to
p7zip missing. To ensure that do_unpack succeeds, a dependency on p7zip
was added.
Task-number: QTBUG-64245
Change-Id: I2057fb7ac07bc9bce57450f6cd44b769d3f34f62
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/morty:
qdb: remove bashishm from the init script
qt5: update qtx11extras submodule & quickcompiler revision
meta-qt5: update to 5.9.2 RC
Add generic qemuarmv7 machine config
meta-qt5: update meta layer
quickcompiler: update revision
meta-qt5: update layer
poky, meta-oe: update morty branch layers
qtquickcompiler: fix path for QT_HOST_BINS
sdk: fix host_build QT_ARCH
qtdeviceutilities: update component
qtwebview: include qtwebview into image and toolchain
Conflicts:
recipes-qt/qt5-addons/qtglesstream.bb
recipes-qt/qt5/qtdeviceutilities.bb
recipes-qt/qt5/qtquickcompiler_git.bb
scripts/manifest.xml
Change-Id: I42667bfd90b1136604213805a0d70c3936a96776
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bitbake builds need to use QT_HOST_BINS/get for getting the correct
path to the host tools. Change it for qtquickcompiler.prf so that
project can use CONFIG+=qtquickcompiler without need to have
CONFIG+=no_qtquickcompiler_depend as well.
Change-Id: I5196e06f249531833fccca6b0b6a213016270ab6
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|/
|
|
|
|
|
|
| |
Qt Quick Compiler needs to be disabled.
Use latest from meta-mingw to get c++11 pthread support.
Change-Id: I03773d08e0c78e87601d73838c67148248244902
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
| |
Task-number: QTBUG-60734
Change-Id: I26bb6c198a0d77e1c58f7224617806d0749d6774
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
Windows version of qtquickcompiler requires additional mingw libraries,
that are not built in yocto. Include those from prebuilt package used
also by Qt desktop packages in Windows.
Task-number: QTBUG-58256
Change-Id: Id27d2267c43e562c089614498e33bd454e649ebc
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
| |
Replace CLOSED and QtEnteprise licenses with the Qt for Device Creation
license on all recipes.
Change-Id: I02fddc0ee4375bddf18a6c1f7ab093462a5f5153
Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
|
|
|
|
|
|
|
| |
License changed to GPLv3 + Commercial
Change-Id: I267c97216e717ed29071df064337e1bcf83de973
Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
|
|
Qt Quick Compiler sources codes are not released for customers, so they
cannot build it for themselves. Instead copy qtquickcompiler binary from
the SDK where we have both linux and mingw binaries available.
Change-Id: I697885365d98df394164a15e2517c7c473ac91e5
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|