| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: I7446944c7fdd1fc9bd4f01daef6723a6b5690c63
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
Include required kernel modules into initramfs and load them
before trying to find the rootfs, if it happends to be in the
internal SD cardreader.
Task-number: QTBUG-61043
Change-Id: Iafc760e3a872566a819903c4776168a73577bb59
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
Use recipes from pyro branch to update mesa to 17.0.2, which
has support for the Intel NUCs with Kaby Lake.
Task-number: QTAUTO-798
Change-Id: Ia2402c9acc57f1286b85d4e8eb53b17de7222d01
Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com>
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
This is a workaround for a bug, where fonts are not drawn when
hw mouse cursor is used together with Qt Quick Controls 2
Task-number: QTBUG-60957
Task-number: QTBUG-61191
Change-Id: Ia7fc6731eff88f1490c788faa87be3b775ffad6a
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
| |
Build kernel module used for multitouch displays such as GeChic
Task-number: QTAUTO-415
Change-Id: Icfbedf16db26bf9bd99b5b55e3074e33c9a1e4d7
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mesa is the default libgbm provider, but does not yet have virtual/libgbm
in the PROVIDES list. This makes it difficult the change the dependency
to another recipes that provide only libgbm. Add virtual/libgbm to mesa
and TI's libgbm recipe, and change the dependency in qtbase.
Add gbm to qtbase PACKAGECONFIG on intel devices.
Task-number: QTBUG-57896
Change-Id: I491df7057e52f9e74dd87abf65e542eab2cd3f9e
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
| |
Change-Id: Ic31ed346d6520b3bd6fc7a58e15a41e4496385c7
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Prepending to IMAGE_CMD_ext3 in order to push files into the rootfs is
flaky for a couple of reasons. First, it is conceptually inconsistent
with the rest of the build system - files that go into the rootfs should
really by installed by packages through the regular mechanisms. Second,
and what prompted this patch, with several concurrent image generation
tasks this is just unsafe. I regularly experienced .tgz image generation
failures, as tar complained that the files changed from under it.
Since this is related to the grub-efi packaging on this particular device,
just package the microcode into the required initramfs in that recipe.
Change-Id: I4e037ddbb017d1764852310b0b77900cde260dd6
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
|
|
|
|
|
|
|
| |
License changed to GPLv3 + Commercial
Change-Id: I267c97216e717ed29071df064337e1bcf83de973
Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
|
|
meta-intel no longer has specific BSPs for each machine, but they
share a common BSP based on the architecture.
Change-Id: Ibbb7b8b2153103367168ea37d904ce23bc245108
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|