summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * qt5: use 5.5 branchSamuli Piippo2015-08-121-1/+1
| | | | | | | | | | | | | | The release 5.5.0 branches were removed, so need to use 5.5 instead. Change-Id: I4478c3e05d9d4937fafd3a3b75832608da5d4b40 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * Change all tab characters to spacesSamuli Piippo2015-08-1131-164/+164
| | | | | | | | | | | | | | Gerrit Sanity Bot does not like tabs, so remove them from recipes. Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * boundary: include uvcvideo kernel moduleSamuli Piippo2015-08-111-0/+4
| | | | | | | | | | | | | | | | Add support for webcams for Boundary Devices imx6 Change-Id: I8ea1b056c5eab7120c4269a98710de322fb304e0 Reviewed-by: Karim Pinter <karim.pinter@theqtcompany.com> Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * Add Emulator sdcardmountdRainer Keller2015-08-063-0/+92
| | | | | | | | | | Change-Id: Ib760d0c25c645b1c44216081c42714f8e9a8ca32 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * Include tzdata and ntp tools to imageSamuli Piippo2015-08-069-0/+19
| | | | | | | | | | | | | | | | Including cities from americas, asia and europe. Change-Id: I7cedb056d450d9aae36543fce5510822ab731694 Task-number: QTEE-921 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * qt5: add declarative tools and host libs to sdkSamuli Piippo2015-07-091-0/+2
| | | | | | | | | | | | | | libQt5QmlDevTools.a is required by QtQuickCompiler. Change-Id: Ic465855af3e4acfcdb8e6674a18fee17e42c6d5b Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * Some projects were moved from internal gerrit to codereviewSamuli Piippo2015-07-0610-10/+10
| | | | | | | | | | Change-Id: I4e5ae263930bdd22f1934eab1f98a718838f722e Reviewed-by: Louai Al-Khanji <louai.al-khanji@theqtcompany.com>
| * Use correct versions for addonsSamuli Piippo2015-07-023-7/+7
| | | | | | | | | | | | | | | | | | | | QtCharts and QtDataVisualization had an patch release with 5.5.0, which changed copyright headers. b2qt-utils updated to same sha1 as was used in b2qt-build-scripts. Change-Id: I51a6ac26e57e7fc71b0af7876a9d8005e4ce4b8d Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
| * Use correct path for QT_SDK_PATHSamuli Piippo2015-07-011-1/+1
| | | | | | | | | | | | | | For BYOS builds, we need to have to the root folder of SDK in local.conf Change-Id: I91497a0eb215e57d8db92f5f4390478d688fc95f Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
| * fonts: update checksums for otf-notoPasi Petäjäjärvi2015-06-251-3/+3
| | | | | | | | | | | | | | Google has updated the noto fonts to 1.004 Change-Id: I2c0c5a842cec9f99d030402ac3b67056c69a9680 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * gstreamer: make gstreamer version a DISTRO_FEATURESamuli Piippo2015-06-1914-36/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | GStreamer version can now be changed using a DISTRO_FEATURE: 'gstreamer010' for GStreamer 0.10 and 'gstreamer' for GStreamer 1.0 This can also be used to remove all gstreamer packages from image and toolchain. Default version is still the old 0.10 Change-Id: I54b19962ccd0dfd2f71bb44e231bf5af43ccfab9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * b2qt-demos: add QtQuick Controls demosSamuli Piippo2015-06-191-2/+26
| | | | | | | | | | Change-Id: I2d8768fe42da8bbc5c6b730676b70f56232826ca Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
| * Increase CMA reserved size on nitrogen6x.Yoann Lopes2015-06-192-5/+7
| | | | | | | | | | | | | | | | | | | | | | Increased from 256MB (the default) to 384MB. Without this, HW-accelerated video decoding cannot work for high resolution videos. The same might have to be done on other iMX devices. Change-Id: I202ee246d59ded0343a93b6bdf221bd69fcd22c5 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
| * qtquickcompiler: disable for BYOSSamuli Piippo2015-06-172-14/+34
| | | | | | | | | | | | | | | | | | QtQuickCompiler sources are not distributed, so for BYOS builds we need to disable. For now, only print note that it's not supported. Next step is to try to use the precompiled version from SDK. Change-Id: I8185e66fd2bc6471218ee3ea8520fa40c2c08592 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Remove recipe for QtQuick Enteprise ControlsSamuli Piippo2015-06-171-65/+0
| | | | | | | | | | | | | | No longer needed as it was merged to QtQuick Controls Change-Id: Iee7f43f75aa5e202ec9842ed3a16cc49602e3d18 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Support BYOS for enterprise only addonsSamuli Piippo2015-06-1710-33/+48
| | | | | | | | | | | | | | | | | | When QT_SDK_PATH has been set, use sources for all enterprise addons from the SDK installation path. This allows customers to build enterprise only addos and b2qt addons without access to qt-gerrit. Change-Id: I66ad8a2ff81628333ba7dd6042659c3fa220be8c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * b2qt-demos: include qtcanvas3d planets demoSamuli Piippo2015-06-171-5/+19
| | | | | | | | | | Change-Id: I86701ec160bcb0f90bb9d7ed22ec683ed7e261aa Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * tibidabo: add needed imx6 BBMASKSamuli Piippo2015-06-171-0/+2
| | | | | | | | | | Change-Id: I7e7027e2d8aa301933dd4ef0e1a4ee3049b370e4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Remove webengine from lesser machinesSamuli Piippo2015-06-163-0/+6
| | | | | | | | | | | | | | QtWebEngine does not build on these machines at the moment. Change-Id: Ide7865df10e2af5218b703856ac2b67f0668c1c4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Update to using Qt 5.5Samuli Piippo2015-06-1615-15/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes required to support Qt 5.5. - eglfs hooks are now plugins - disable Qt .bbappends from meta-fsl-extra - include qt3d and qtcanvas3d to image - remove QtQuickEnterpriseControls - use Qt Quick Compiler 3.0 - update Qt VKB sha1 - use 5.5 branch from meta-qt5 (playground repo) Change-Id: I6fe830ee1edf6937c40ddedba06fdf1694f9dacc Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Handle missing meta-qt5 layerSamuli Piippo2015-06-152-1/+5
| | | | | | | | | | | | | | | | | | If meta-qt5 layer is not available, remove it from bblayer.conf as well. When using --device qt5, use the pinned revisions of other meta layer repos. Change-Id: I42f12d9725f3871a49b81b711b5f97037c4febd0 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Include Qt recipes only when meta-qt5 layer is usedSamuli Piippo2015-06-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | If the meta-qt5 layer is not included in the BBLAYERS, then do not include our additional qt recipes from recipes-qt. This way meta-b2qt can be used with meta-qt5 just to build the base images/toolchain. By default, all bblayers.conf templates include meta-qt5, so it needs to be remove first to use this feature. Change-Id: I73b8f0e65a6f4f950498097a4801ba5f5325cd7d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Change how meta-qt5 repo is used with init scriptSamuli Piippo2015-06-124-14/+19
| | | | | | | | | | | | | | | | | | | | | | The manifest.xml and manifest_dizzy.xml no longer checkouts the meta-qt5 repo, but the init script expects it to exists next to the meta-b2qt repo. This will then work with BYOS where both meta layer are available. For internal use, add manifest_qt5.xml, which checkouts the meta-qt5 repo from internal playground server. Change-Id: Id00f18de80ca11ee4813248bc2a84861df265b6f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * fonts: update checksums for otf-notoSamuli Piippo2015-06-121-2/+3
| | | | | | | | | | | | | | Google has updated the noto fonts to 1.003 Change-Id: I8eaa0e97c1606f104c09f67cb2b5da8f3ddfcb0d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * qt5: no need to specify qt versionSamuli Piippo2015-06-121-3/+0
| | | | | | | | | | | | | | the include file was removed from upstream meta-qt5 Change-Id: I81d3e70bff8550e186057ff473ff0fb394373128 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Use automatic parallelism options in local.conf.Eirik Aavitsland2015-06-111-6/+2
| | | | | | | | | | | | | | | | Since all targets now use current poky version, we can get rid of the workaround for dora which needed hardcoded values. Change-Id: Ia720c1da3f75f66a78e3ea09bb86c1182b72fb6d Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * tibidabo: use latest version poky for tibidaboSamuli Piippo2015-06-1134-54/+1536
| | | | | | | | | | | | | | | | | | | | Instead of using old patched version of poky for the meta-tibidabo layer, use the same version of all the meta layer as for the other devices. This requires the old u-boot, kernel, gpu driver and imx-lib recipes to be copied from meta-fsl-arm. Change-Id: I2e804fbe895370c23f8ae89cff4fe283302dabe1 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * No renaming for nitrogen6x anymoreSamuli Piippo2015-06-091-5/+1
| | | | | | | | | | Change-Id: I55cad9b2a0a418bd034e2c56d575164a5ccf4922 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * adbd: add dependency to libcapSamuli Piippo2015-06-081-1/+1
| | | | | | | | | | Change-Id: Ia368861d27325da72eb5e9f02e831ba896eb59df Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Merge remote-tracking branch 'origin/stable' into dizzySamuli Piippo2015-06-0813-12/+134
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/stable: Update checksum for Noto fonts release 1.002 toradex: add support for u-boot update on colibri vf Update Colibri-VF recpies to use latest meta-toradex (V2.3) Fix Linux Kernel 3.18 build with Colibri-VF scripts: use correct upload path toradex: update toradex meta layer Change mirror of hunspell dictionaries Install CJK fonts on eLinux image Conflicts: conf/distro/include/colibri-vf.conf meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch recipes/packagegroup/packagegroup-b2qt-embedded-base.bb scripts/manifest.xml scripts/upload.sh Change-Id: I38f7fc045264d13e3a1c6c4afd4e7355ac8f56c9
| | * Update checksum for Noto fonts release 1.002daisyEirik Aavitsland2015-05-291-2/+2
| | | | | | | | | | | | | | | Change-Id: I23f95aa33fffbd4692644bf0d16ab7b0a9b3db9d Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| | * toradex: add support for u-boot update on colibri vfSamuli Piippo2015-05-2810-12/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include flash scripts to boot partition, which can update u-boot to NAND. Remove kernel and dtb files from boot partition, as they are read from second partition. u-boot env changed to boot from MMC by default and kernel messages removed from tty1. apalis flash scripts updated to latest version from toradex and to use both flash_mmc and flash_blk. Change-Id: I1a58badafa01e2023b9ae058b833eb108c097594 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| | * Update Colibri-VF recpies to use latest meta-toradex (V2.3)Andy Nichols2015-05-263-4/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now uses Linux kernel 3.18 Automaically loads Toradex multi-touch screen driver Fixes Serial Console and ADB Cherry-picked from dizzy (d9a08a8a, 85f2d862) Change-Id: Ie468b441be899b1f07cb998477a36a38cfe5e494 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| | * Fix Linux Kernel 3.18 build with Colibri-VFAndy Nichols2015-05-262-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Linux Kernel blacklists GCC 4.8.0 - 4.8.2 because of a bug. The GCC 4.8.2 provided by Poky has already been patched for this bug so it is safe to renabled building with GCC 4.8. GCC Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854 Change-Id: If3ea442b1dfbef8991c39f8d1326643cf418b1ec Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| | * scripts: use correct upload pathSamuli Piippo2015-05-121-1/+1
| | | | | | | | | | | | | | | Change-Id: I82461ec39e48777a3d1917a477be40fa30b2be8c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| | * toradex: update toradex meta layerSamuli Piippo2015-05-123-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | Apalis iMX6 V1.1 needs updated kernel and u-boot, so update the meta-toradex layer to latest (Colibri_T20_LinuxImageV2.3_20150320). Change-Id: Ibfb8c48ecfe1e89c937d02da3012cd66791329b5 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
| | * Change mirror of hunspell dictionariesAndy Nichols2015-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Moved from Gitorious to Github Cherry-picked from dizzy Change-Id: Ifb48c3ba178174a0b1628974efe800e6361a9776 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| | * Install CJK fonts on eLinux imageGatis Paeglis2015-04-212-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed so we can enable Chinese, Korean and Japanese input method support in VKB. Task-number: QTEE-765 Change-Id: I86db44cc4ebfbaf9e72854a9a4ffa0708193c442 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * | Get rid of some of the host tools in toolchainSamuli Piippo2015-06-082-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkg-config got installed to toolchain, which made qtwebengine build fail, as it tries to use it for host libs. perl and bison are not working correctly from toolchain, they have problems with sdk relocation. Change-Id: I7755f4599ad7c87b60d5bfc66e0a2cf13fec9330 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * | fix typo in manifestSamuli Piippo2015-06-051-1/+1
| | | | | | | | | | | | | | | Change-Id: I327aed22b2b60389d6d1cc6433aad2d133027cc6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * | Update default manifestSamuli Piippo2015-06-041-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Add QtSimulator supportSamuli Piippo2015-06-038-0/+223
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | nitrogen6x: add u-boot to imageSamuli Piippo2015-06-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | RPi2: use fido branch to get raspberrypi2 supportSamuli Piippo2015-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | Dizzy branch does not have support for RPI2. Change-Id: I900554d3c5510c3dd6cce6e5eb4f5aff85fa26da Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * | Toolchain: add static device mkspec, suitable for Qt CreatorEirik Aavitsland2015-05-2813-122/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 qt-gerrit addresses to correct ci.local domainSamuli Piippo2015-05-2710-10/+10
| | | | | | | | | | | | | | | Change-Id: I140a5bd0b84f9faf00055ac64820c031c0ea28c0 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * | emulator: Qt5 support for emulatorSamuli Piippo2015-05-279-15/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | qt5: make qtwebengine a distro featureSamuli Piippo2015-05-208-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Enable Qt Quick CompilerSamuli Piippo2015-05-127-4/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Build Qt5 and all addonsSamuli Piippo2015-05-1235-4/+1065
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>