| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Add license component that can be used to show EULA or similar license
terms to user before installation. As an example, the NXP EULA is used
for all imx based devices.
Task-number: QTBUG-57413
Change-Id: Ib593a14ff713a637082a665e7a33a48f1394e37a
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
|
|
|
|
|
| |
Change-Id: I11475457ef1178f15ddf4e26300b9b1f37c064cc
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
| |
Change-Id: I0c8f25e511dbb48f2e046d67ecbd2e5ea365b403
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
| |
Change-Id: I57f26cd87a3e94725bb917a8935fb76c1bf90756
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
| |
SGX kernel module and overlay dtbs were not installed.
Task-number: QTBUG-57663
Change-Id: Ic978c051870c687c95c0c1485065c235f56e60d6
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
|
|
|
|
| |
Change-Id: Iaafccfb5ff43186935783ee7cf9377212d061a6d
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
| |
Change-Id: I7f22ab9385ec2b44c5908ce20daecf7a7ea0a198
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
| |
Change-Id: Icadfa9c4cd957f7fbc1dadc36ccfe77e30185bc3
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
| |
Change-Id: Ibc2a6c98c9f20e12f3ea69c69a85422c7df615d4
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
openssl and openssl-misc are required for update-ca-certificates to work
correctly when c_rehash is enabled. Instead of having those in packageconfig,
add them here as rdepends.
Remove old ca-certificates recipe as upstream poky has a newer version.
Task-number: QTBUG-57641
Change-Id: I3c76f86ec52c193cedecc51c50805c897b8e03b6
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
|
|
|
|
|
| |
Change-Id: Ibc5cb6ecd1db4cbc0436606700dec1e56e44b71d
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
|
|
|
|
|
|
|
| |
Latests revs for appman, neptune and qtivi.
Change-Id: I18afa4f5189178d8dc039c311f472c493be3fd9c
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com>
|
|
|
|
|
|
|
| |
Fix Qt 5.8 builds and remove redundant dbus installation directive.
Change-Id: I844e7b1f7155ea9eaa1fcdd16f541284424c4715
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/jethro:
colibri-imx7: use opengldummy for egl and libgles2
qt5: update submodules
gdb: correctly enable python for mingw sdk build
mesa: make sure we get libgles3-dev package in toolchain
qt5: update submodules
beaglebone: start qtlauncher only after /dev/fb0 exists
Update qtdeviceutilities module revision
Conflicts:
meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb
recipes-qt/qt5/nativesdk-qtbase_git.bbappend
recipes-qt/qt5/qtbase-native_git.bbappend
recipes-qt/qt5/qtbase_git.bbappend
recipes-qt/qt5/qtwebengine_git.bbappend
scripts/manifest.xml
Change-Id: I2f175980f16084c37c5d4032387579dab574952d
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use opengldummy instead mesa for the headers and libs,
which are required only for building Qt and not at runtime.
Change-Id: I82ff661e842375bd68dffb3db790b0309c71d14a
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| | |
Change-Id: Ia05a3bbcdf0fb30497bef816c58d44eab20e6d00
Reviewed-by: Samuli Piippo <samuli.piippo@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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There is no libgles3 library available, but mesa has the headers in
a separate package. Add dependency so that libgles2 pull also the
libgles3 headers.
Change-Id: I756a0c80aeaa9b5017a3e2e2144cd5c1e5429823
Task-number: QTBUG-57188
Reviewed-by: Karim Pinter <karim.pinter@theqtcompany.com>
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| | |
Change-Id: I5ac8a0f31b2553575cbab782cb2ed8a7e42f4eea
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Beaglebone creates /dev/fb0 late in the boot process, which causes
Qt applications to crash if started too early. Make systemd notice
fb0 creation and bind application startup to it.
(cherry picked from commit 300a9420bce2bcf4e0fffe30dae5cb0504e2cadb)
Change-Id: I8875334407c5a01bd6597e2c4fc1af96e396c639
Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
|
| |
| |
| |
| |
| | |
Change-Id: Ia06a124b84c78f2a1cb2e8b572c16e096b668657
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Enable QtQuickCompiler after fixes landed in QtDeclarative
and QtQuickCompiler
Change-Id: I339b72fe83316499bdccaf2ae484db63d87c6ed9
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
The rpi-ft5406 touch display support is also build as a kernel module,
so there is no need to build separate overlay file.
Change-Id: I6c0d99d5aedad2d24e8e23723613b0a52dcb7736
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| |
| |
| |
| |
| | |
Change-Id: Id81f01e2af9f257829290ed29db12f1ab3c50dda
Reviewed-by: Christoph Sterz <christoph.sterz@kdab.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Needs updates for meta-qt5 and meta-mingw
Temporarily disable QtQuickCompiler (QTRD-2219)
Change-Id: I089e4b4ce56030a37ee42324c13d43bade492bf3
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Passing DESTDIR does not work this way. The result was that the
recipe tried to install into the host. Typically this ended the
build as the user running it, isn't allowed to write to /.
This patch correctly passes DESTDIR to the make file.
Change-Id: I6f4a3cd42d2d0d3996333a56a707802bc25c8b4a
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use _append in correct order, otherwise it will override existing
values.
Task-number: QTBUG-57458
Change-Id: Ida9d85d7bb94f1fefb0b78352f93c9ea71157a01
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
bluetooth service was never enabled due to bug in meta-raspberrypi.
Task-number: QTBUG-57152
Change-Id: I136061aed1723fcb7178cb462c1c450e1872ba5e
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is necessary for development.
It ensures new exchange protocol between gammaray's server and client.
Change-Id: I16d4c998f9f407df8a36d7afc3096271a6c32803
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Reviewed-by: Volker Krause <volker.krause@kdab.com>
|
| |
| |
| |
| |
| | |
Change-Id: I41985617a4061d8ca83fe1a032b5b5c132e259a6
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| | |
Change-Id: If559f56a8f536d5d34511cca429305b501cf58b4
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
QBSP is a Qt specific Board Support Package that can be installed with
the Qt SDK or MaintenanceTool and contains a system image and a toolchain.
The toolchain is automatically registered to the QtCreator.
The recipes used for creating the system image and the toolchain can be
configured with QBSP_IMAGE_TASK and QBSP_SDK_TASK. The files wanted for
the system image can be further configured with QBSP_IMAGE_CONTENT,
with a list of files located in DEPLOY_DIR_IMAGE folder. By default,
.img and .conf files are used from the selected image recipe.
QBSP_INSTALLER_COMPONENT defines the location in the Qt installer tree
where the QBSP is shown and QBSP_VERSION defines the version for the
components. The QBSP is installed to path defined by QBSP_INSTALL_PATH.
The regular SDK creation can now reuse the same image package .7z, so
update upload script to use it instead of creating new package.
Task-number: QTBUG-57018
Change-Id: Id1e7cc4ab3998a7d450f23ed603b8e676b314d63
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/jethro:
update maintainer email info
Use correct license header
qt5: update submodules
otf-noto: update checksums
qt5: update submodules
Change-Id: Id586a8faa62b0eefaebfdb71b5acb2cd07c38bf2
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
* origin/fido:
update maintainer email info
Change-Id: I4d12581a82f1c9051f7140e6f5d3d54a8d2fa687
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ie0c2a12007fc5cb485d42b9797a576b8b03731ab
Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I46fbf67b54b193b3f033fc49836457d33eb3769c
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Iad62f9e644bb9c8bda1f00b34ea3a916976bd870
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |\|
| | |
| | |
| | |
| | |
| | |
| | | |
origin/fido:
otf-noto: update checksums
Change-Id: I3b43e347029eb4f86c303d0152a1bda1279c38fd
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: If50d02ace86e10a01f0283a53cb1fafedf667905
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I34ed1989626992c79eb04afbe44042938b5d611f
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[RC 2.5] 25.11.01 Vibrante 4.0 Linux Drive CX2 - PDK
Drop support for nvidia-logan
Change-Id: I9b2c55f213ff3eb01969a49ad64e596692fcee31
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I88d85c281bfc7895f976fbc7f65bd9e88eae7aa3
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I9b429b9328c99a63b703af2d48f545327b7af880
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It's only included in internal builds, since the repository is not
public.
qdbd not started by default, ADB is still the default. It can be started
with `systemctl start qdbd`. It can be started in future boots with
`systemctl enable qdbd`.
Task-number: QTBUG-56069
Change-Id: I71340cdb31de823e1375986d34f2f07e7be5971b
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
QtWayland depends on libwayland-egl which is provided by mesa
for renasas boards.
Fix Project ERROR: wayland-egl development package not found
Change-Id: I5c6671e4ee599a15182e96bf23cc71288b7f699f
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Iaf5ce492fd4cd3c4047b2810666d6d1cbcfc83d6
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
MACHINE_GSTREAMER_1_0_PLUGIN is defined in meta-fsl-arm for
all imx based machines.
Change-Id: Id9d23b4602d0cd7e153f9fe4993f2b4f23ac6304
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I02abc2e325f06a3926b5d9c3a8396ac54d2b5de5
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Iefd2a7fce7ae074dfa305da52e1efea1073331a9
Reviewed-by: Risto Avila <risto.avila@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ibc4514617ee07b7c86065c168fbbe087d0d8b280
Reviewed-by: Risto Avila <risto.avila@qt.io>
|