| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: I691a718ec29ce29bdf56c0fb6e6bc2553c48312c
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
|
|
|
|
|
| |
Change-Id: I3f481b0a9d6c1c174075d651ec975bdf877cdf56
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
| |
Update submodules to 5.9.0 RC (snapshot 1)
Change-Id: I617e43540021005687a4335a4f3e861f65e06c17
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Devices without working RTC (or backup battery) forced system time
during the boot to the build time of systemd. This interfered with the
fsck ability to detect insane system times. As a result the boot time
filesystem check failed because last mount time was in the future.
Task-number: QTBUG-60587
Change-Id: I4c41a5183d56a6dd29707e5557781f722bd363c1
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Reviewed-by: Kari Hormi <kari.hormi@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
QT_QUICK_CONTROLS_STYLE env is used also with Qt QuickControls2,
while QCC1 has its own env.
Task-number: QTBUG-53074
Task-number: QTBUG-60957
Change-Id: I2bde6894e86116413258391b5789f07a02c0ccd1
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
machine-id is genered during the first boot, which means
that flashing same device again produces new serial, which
is not what really want. Use MAC address when available,
otherwise fallback to machine-id.
Change-Id: If95f88ac1c5e85b919b0a57479b6440bc9627594
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
Autoload required kernel module, and setup uboot to enable
it if found during boot.
Task-number: QTBUG-54817
Change-Id: Ie57c4212ba0bc927df7a51513d75afa2e9596715
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
|
|
|
|
|
|
|
|
| |
This caused the given ABI for C++ compiler to be invalid. This was
usually not harmful, because Qt Creator guessed correctly as a fallback.
Change-Id: Ieff4e69d6bd635bbabd0420cf57b61755be381c5
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
| |
Exclude renesas changes to host toolchain packagegroup that prevented
mingw32 toolchain build.
Change-Id: I922086c407e109f641bb2c9b351cdc50bc897b6b
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
| |
The binary-only gstreamer plugins for jetson tx1 are compiled against v8 API
of libjpeg and cause crash if used against the default v6 API.
Task-number: QTBUG-60860
Change-Id: I3be0a0389b31710bdf89b90a2a35028f0937164b
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
|
|
| |
Use meta-toradex-bsp-common and meta-toradex-nxp instead of only
meta-freescale-3rdparty. This provides latest kernel and uboot versions.
Update the u-boot updates scripts to the v2.7 used by toradex images.
Task-number: QTBUG-60802
Task-number: QTBUG-60055
Change-Id: I34f2637f6bc46c15d558eeafefc8a57e066bd2b9
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
| |
Header in gles-user-module depends on a header from mesa.
Change-Id: I051a59e5991682972162a91c8d8d39ef18e3be81
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
| |
Renesas machine configs expect SOC_FAMILY to be defined earlier
the our current conf/distro/include config files are done. Add
new config files that are included already in local.conf.
Change-Id: I13a51689c843680fe6611556fad6cc78d00b3628
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
|
|
|
|
| |
Change-Id: Ib779f3f9c27c5f26482a3c9c4a9af02dfb2e32b3
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
- Kernel needs some time before usb_gadget properly loaded and configured.
- use basic.target for qdbd, since not all devices have wired network.
- use /etc/machine-id for the serial, since not all devices have wired network.
Task-number: QTBUG-60774
Change-Id: I84edb1757868611d1562571656e41ea6dbe632f0
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
|
|
|
|
|
|
| |
Task-number: QTBUG-60734
Change-Id: I26bb6c198a0d77e1c58f7224617806d0749d6774
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|\
| |
| |
| |
| |
| |
| |
| | |
* origin/krogoth:
NUC: add support for multitouch displays
Change-Id: I39cecf0afbdf9f6d7a23353e6bb2a14aa28e79dc
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| | |
IMAGE_ROOTFS_EXTRA_SPACE is used in regular rootfs to leave
extra space, but that's not needed in the initramfs.
Change-Id: I327d86443143b834c0fe28e9ab7a3c3533573f3e
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* sdcardmount daemon segfaults on boot and is not supported anyway.
Remove it from emulator image to get rid of segfault message on
screen during boot.
Change-Id: Ibdaa9809105ec3097473d41ab34e866c9badb29a
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
NUC has no ready made serial console. Add one to ttyUSB, which is then
automatically usable when plugging in USB to serial adapter.
Change-Id: I8b2687f60077079a8fc52f238b9de7ba50a4d965
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| |
| |
| |
| |
| |
| |
| | |
rootfs creation failed if boot.img still existed from previous build.
Change-Id: Ib85cc7dbacbc0d0cc7d0700985ad9c52a6ade0df
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
The tegra u-boot expects sdcard to have a GPT partition table instead of MBR.
Task-number: QTBUG-60681
Change-Id: I67b5f4b3ed299ea3d275bbd442ae83aead095db3
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| |
| |
| |
| |
| |
| |
| | |
* Updates submodules to 5.9.0 Beta 4 (snapshot 1)
Change-Id: Idee75465fd2cdd84ccafd6d74e3cc182d6f4235b
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Closing Qt application caused video mode to change, which in turn
triggered NULL pointer deference bug in tegra kernel.
Task-number: QTBUG-60417
Change-Id: I0dffc3cd6773637742a1e54f6c495fdde0fbd895
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
|
|\ \
| | |
| | |
| | | |
refs/staging/morty
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* origin/dev:
Fix USB drivers on Apalis board
Add support for Renesas R-Car Gen3 boards
tegra: update to [4.1.4.0] Vibrante 4.1 Linux Drive CX2
Change-Id: I73542c81d5d2f3741fe90b94133aa5a5f55bb875
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Apalis kernel was missing one patch that fixes crc calculation of
exported symbols. That caused some exported symbols to have checksum
0x00000000 in Module.symvers and modules using those symbols refused
to load.
Task-number: QTBUG-60569
Change-Id: I798fc0af0138b0dffbff2850295f40f74e70a2c8
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Support for Salvator-X (H3/M3), H3 and M3 Starter Kits.
Requires driver package installed as instructed in meta-renesas and
correct SOC_FAMILY set in the local.conf
For Qt Company internal builds, required driver packages are in the
renesas-rcar-gen3 git repository.
Change-Id: I051591f98f773a1453f531ae1b49cb2f18ce93bd
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Task-number: QTAUTO-272
Change-Id: I63a564996a363cdd14f14f51a88364f9a9f99d73
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
|/ / /
| | |
| | |
| | |
| | | |
Change-Id: I79730eaa688dec0cfede85b999fa7580fcb53e15
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Switch from adb to qdb when using QtCreator with custom
toolchain.
Change-Id: Iaf026a5550bc41f87fc20d062012ed1652ee6f8e
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Updates since previous version:
Fix issue when no Bluetooth device is available
Change-Id: Ib671c425805c4a51c5aa63d9475f50b923355c84
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Update morty branch one commit up the branch, fixes a reported bug:
python-3.5-manifest: Add imp to importlib
(8ab3fa375891eba3dc102b6ee7fee3582070654b)
Task-number: QTBUG-60447
Change-Id: Ifd1771dc4df5d2e5c9fc4768aaaa40dca20ecd67
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ifa92ce8d86585f6e818e05be6fc9ebf3ace4703d
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since the repository is public, it can from now on be included in all
builds, not just internal.
Task-number: QTBUG-60435
Change-Id: I3a322ea6999f48271942d826fd1ff8c56ed67b4d
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Start qdbd by default instead of adbd. Changing to adbd can be done with
`systemctl enable --now adbd`.
qdbd needs Function FS, so update the comments related to those kernel
config changes.
Change-Id: I990a25f26141afe751555f5dc49f0304949dd9a6
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The script is called to reset the host-device network interface before
starting qdbd. qdbd will call it to configure the network when it is
told by the host what network to use.
Due to dependency to systemd-networkd in the script and the overall
system, working with SysV init is fiction, so remove that configuration.
Change-Id: I86f8348e57077c8718cedf68af82796adef65f07
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Support was lost when PACKACONFIGs were added in upstream qtbase recipe.
Task-number: QTBUG-60327
Change-Id: I2bee56e9331ab617b92bd6da946894fb3dcf3863
Reviewed-by: Karim Pinter <karim.pinter@qt.io>
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|\ \ \
| | | |
| | | |
| | | | |
refs/staging/morty
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | | |
* origin/morty:
neptune-ui: Update to the latest version
Change-Id: Ica8c5fdfe2303a82991ab98650d9009efee80fea
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ie71e9acea707fb2a6cd82493cf43e94689f98f5d
Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Instead of depending on 7z from host, build it natively where
needed.
Change-Id: Ic15f607d0eb10c6f0af01134be3236c577aeb2bb
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
.. and make sure that component name does not contain a dash,
since that's not supported by IFW.
Change-Id: Ie611b4557c18b22ff56b9f1407376e59d7c71b0d
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* origin/dev:
deviceutilities: update to newer version
qt5: update submodules
fsl: update freescale meta layers & related .bbappend entries
sdk: use python3 for toolchain
qtivi: update to version that compiles with Qt 5.9
warp7: add kernel configs to right file
Add support for i.MX7S WaRP
Update and re-enable QtQuickCompiler
use newer meta-qt5
Merge remote-tracking branch 'origin/krogoth' into dev
qt5: use newer meta-qt5
poky: update morty branch
neptune-ui: update revision
qtbase: disable eglfs device integration plugin usage in emulator
neptune-ui: depends on qttools-native
Multiscreen-demo: update revision
neptune-ui: rdepends on dbus-session
qt5: use newer meta-qt5
Revert "qtglesstream: update to newer version"
multiscreen-demo: update revision
qtivi: Update to the latest version
neptune-ui: Update to the latest version
neptune: update to latest version
toradex: add missing USB kernel config for colibri vf
Change-Id: I34414fac9a5eedeb028bcd06988ca23c2eea5549
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commits included since previous version:
Don't give connman user name as a network name
Fix bad annotations of D-Bus signal arguments
Remove duplicate D-Bus annotation
Add plugins.qmltypes files to the QML plugins
Use qml_plugin.prf for the QML plugins
Remove dead .pro file
Merge remote-tracking branch 'origin/5.8' into 5.9
Exclude all the other build targets than linux
Fix qmake warnings
Doc: Bump version to 5.8.0
Change-Id: I09a8eb3ba564862cbfcf70efca3eaacb43374446
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Update submodules to 5.9.0 Beta 3
Change-Id: I46e6aa3ad673fb5ac67bcea3e0d0c2ce39df79eb
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Update meta-freescale & meta-freescale-3rdparty layers to the latest
SHA1s in morty branches
* Update related meta-boot2qt/meta-fsl-extras .bbappend entries by
removing duplicate/obsolete entries
* Update CMA-reserved-size patch for nitrogen6x
* Remove Add-recovery-support patch
Change-Id: Ifa1063d7b8bb4f76eea0c9c735f483136d2cd8bb
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Python3 in now the defaut python version, include correct modules
to the toolchain.
Task-number: QTBUG-59974
Change-Id: I5b851bf7344c85469318a756b7e1a37afbb596ae
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I24ba7de59c466956987d0c81645976fc383b7ec2
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|