| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Use meta-qt5 layer from internal gerrit and update all layer
to latest HEAD.
Change-Id: Icae7b0f6c808b61c530af4d122e88fcec7b12561
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
QtSimulator is added as dependency to Qt modules that support it,
and some helper components are installed to emulator target.
Change-Id: I878ffcfc6a8d9a579cb4a5a4e823fa7f0fa5a3cd
Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
Image already has 6x_upgrade script that can update u-boot to the
device, but u-boot binary was missing.
Change-Id: I9d8d652951c243c1ca57591025ff99f657086b8b
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
| |
Dizzy branch does not have support for RPI2.
Change-Id: I900554d3c5510c3dd6cce6e5eb4f5aff85fa26da
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The linux-oe-g++ mkspec used by meta-qt5 depends on the user sourcing
the toolchain environment-setup script, which modifies the PATH and
sets a long range of environment variables. That is not a "best
practice" way of use Qt, and does not allow smooth integration of the
toolchain into Qt Creator.
Here, we instead create a static mkspec for the toolchain:
devices/linux-oe-generic-g++. The toolchain recipe will will the
qdevice.pri file with the required compiler flags etc. for the target.
Additionally, we introduce an extra .pri file for device-specific
settings, so they can be shared between the two mkspecs.
Change-Id: Ie5a019524ba6cdddffb71b0c7c28861ddba17fbd
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I140a5bd0b84f9faf00055ac64820c031c0ea28c0
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Emulator has special handling for OpenGL support: QtGlesStream provides
the runtime opengl support but since it depends on qtbase, we need to
use qtglesstream-dummy-client when building qt. Also since both recipes
provide same files, we must disable do_populate_sysroot from qtglesstream
so that libs from dummy-client remain there.
Change-Id: Ifde698e7d46863dbb82c6f3ad791412775e111ea
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
Some devices won't have qtwebengine, so make it a DISTRO_FEATURE
that can be removed in device configs.
Change-Id: I751b1cdcc1eea48effec3980ed2da4799f88af9e
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Build Qt Quick Compiler and use it for VKB and QtCharts.
Use BBCLASSEXTEND to build all 3 version (target, native
and nativesdk) of Qt Quick Compiler.
Change-Id: I611fe7762b8d9124b146b7fe976f09130d5912fa
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
| |
Use meta-qt5 layer to build Qt5, commercial addons and b2qt addons.
Create new image and toolchain recipes with Qt5 content, so that the
existing image and toolchain remain as-is without Qt5.
Currently support only for imx6 targets.
Change-Id: I398750dd1a62c6ff8ea216cfe364da273d8e9a77
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
QtEnterprise license can be used as a generic license for any recipe that
is available under Qt for Device Creation license
Change-Id: Iebab0b98badf00de388391d3e3558daec585cf07
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Include the open source meta-qt5 layer to all configs.
The revision in manifest.xml is the HEAD of master at
the time of commit.
Change-Id: I3b960750cf0bfcd19c200322d6c6605185a195e7
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
| |
Upstream meta-ti has removed these kernel version, so the bbappend
files need to go as well. Both am335x-evm and beagleboard are not
officially supported devices, so the kernel config changes needed
to the new kernel will be done only if requested.
Change-Id: Ic3d8e1cc7fcdf30875c3ed3667a09e96817e0e45
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
| |
Uses Colibri form factor instead of Apalis.
Change-Id: I7ba54323a82b151ce174f06477851523b283297b
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
| |
Chromium expects a signed type, and all other platforms also define
a signed type, like Display*, HDC, int, ANativeWindow*, void*.
This is a cherry-picked fix from qtglesstream to fix the QtWebEngine
build for colibri-vf.
Change-Id: I01d5a65b2e7512ebdc383501eacae1349a271039
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
config_script only worked with the freescale kernel recipes, so
moving to do_configure_prepend. Why must this be different for each
kernel recipe!
Change-Id: I21d2d6ca5912bb57c7cfdb08e5c084ec868336ba
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Install all wayland related packages from common packagegroups,
when wayland DISTRO_FEATURES is enabled.
Include DRM and GBM dev packages to toolchain, libraries are already
included in the image as dependency from weston.
Change-Id: I88f3ded7c2bb5ca85318a7945f4739b968b9d97b
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
| |
Better inlined with upstream code, no actual functionality changes.
Change-Id: I3f4e3170c925e498cfbd86c93d9265fa0bb8436f
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
| |
Moved from Gitorious to Github
Change-Id: Iaba3a7778cacf4cd14a3a9d1a07863b174f07142
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I5e3852df441196315c9f8ab209ffe21ca490c0ee
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Idc215ff8f351fc7f56af98c454d8fd8017270162
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
| |
Required tools for compiling webengine, which are often not installed.
Change-Id: I3e27fa7ac2cab2cce58d3b80f4db622bc21948d3
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Now uses Linux kernel 3.18
Automaically loads Toradex multi-touch screen driver
Fixes Serial Console and ADB
Change-Id: Idbccb170ddd78992f5b340a96fe5aae5628c6c82
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
| |
Machine configs that have kernel in BOOTFS, need to have dependency for it.
Change-Id: I6c4a62a1620d16177e2dd8ac82d1b3e6daf244e3
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
| |
Patch version keeps changing in upstream sources.
Change-Id: I0253d2991196a684c9799888995bfd00a910bc3e
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Iaead44d45172f49427c4d513e31f5fbb29287990
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
|
|
|
|
|
|
|
| |
Because htop is better than top.
Change-Id: I98843a7185a1579843e030259d6da697270b4888
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Build perf with DWARF unwinding support. Kernels older then 3.14
need to be patched to add ARM support. Kernels for tibidabo (3.0)
and imx53 (2.6) are too old and would require more patches to be
backported, so they are left without unwinding support.
RPi needed extra layer to modify the kernel recipe, and linux-imx
recipe was renamed so that it doesn't conflict with older tibidabo
kernel recipe.
Change-Id: Ic8331f8feeace67b32a5ce99ffd3fda517d595d1
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Include client libs for MySQL and PostgreSQL to images and development
files to SDK. Enables Qt plugins for mysql and psql to be built.
Task-number: QTEE-911
Change-Id: Ia47ccf6b74014e43a243619adb5fbba39ec23c4c
Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Upstream recipes have changed default kernel type to zImage,
but apalis u-boot scripts still want to use uImage.
Also include the new dtb to boot package.
Change-Id: I42e807359b725802a747cb69858b981b88432554
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
- manifest_dizzy.xml pulls in HEAD of all the repos
- manifest.xml pulls in fixed revision that are currently in staging
Change-Id: I3a5acbe91371b7e12c315d19ce2f0e2255c3a08c
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
| |
Change the upload location, eglibc was changed to glibc.
Change-Id: I080b2af14981d84cdd7f3d3765e56cf33a2d2695
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I37e305c5d592290d4dff8dd14e1bd224d72be621
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I9b53e51a6320c47d7491a87e8fa75ab756871cc8
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
4.x version of libgles-omap4 did not build correctly any more, since correct
compiler flags were not used. Need to use the CC instead of PLAT_CC which is
modified by the makefiles.
Change-Id: I23f4f757db392a65a6322be857bd47c06047f38b
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
| |
Upstream was changed and already includes the I2C initialization.
Change-Id: I3e57a248a49924eff086eea7694ccd5fa424f905
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Toradex doesn't have branch for dizzy, so more BBMASKs
are needed to have it working.
Change-Id: I49d4462f4f0cdb3857dea8aeddfb4e542bb59898
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I84aa29cc7790ae57b497a7a3aad261f9fa92a455
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
| |
Moving to dizzy (1.7)
Change-Id: I5edf8a1944cd57b2bf7ebc9520b940dca8a6e797
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Ib332c8e0019e7c34ca10aa4e09e4bfcc627ef4fe
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I520e834872d72e1e69519f86220b5400028d644e
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
| |
This is attempt to fix issue where, on some targets, bitbake fails with:
Cannot satisfy the following dependencies for packagegroup-b2qt-embedded-base:
* jpeg *
jpeg will still be included in the images due to other dependencies.
Change-Id: I3f6f388c10f196785eafe020d2d6256efb500643
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Session address is saved to /var/run/dbus/session_bus_address, which is read
in /etc/profile.d/dbus-session-address for interactive login and by adbd for
applications launched from QtCreator.
Change-Id: I8e1f43bdb2f7a7b0450dacf39890cf149459bbf4
Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
Latest kernel from dizzy branch, will be part of daisy at some point.
Fixes support for the Nit6X_800x480 display.
Change-Id: I1a886998b3e3f12750bfc93f2d06f33047aa850f
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Ic1570b47511596806adf5d3feab2e4d1dccbaefd
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
BUILDDIR is exported by the poky env script, which caused problems
on our env script when setting up second build dir.
Change-Id: Ieeecff6ebfc5ac185de98870dc8c4305c882684f
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
u-boot-script-toradex needs to be built before bootfs is built, so add
dependency to it.
Change-Id: Ife8b86e83b48a60922fa5138c8f452726bda8cc5
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I6cc4fbe6b2d7e8811c61083a262bd64381439855
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I5747291fd7954030e2f4aea5ee3b415b1f82673e
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
The environment setup script is helpful when compiling other
than Qt apps.
Task-number: QTEE-881
Change-Id: Iabfc5ef4b807ec19b13d575b4555b56024f57614
Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
|