summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* dbus: rename bbappend to work with tibidaboSamuli Piippo2015-02-041-0/+0
| | | | | Change-Id: Ib332c8e0019e7c34ca10aa4e09e4bfcc627ef4fe Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* scripts: add option to upload all buildsSamuli Piippo2015-02-041-1/+17
| | | | | Change-Id: I520e834872d72e1e69519f86220b5400028d644e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Don't explicitly install jpeg to imageSamuli Piippo2015-02-041-1/+0
| | | | | | | | | | | 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>
* Start dbus session bus at bootSamuli Piippo2015-01-295-0/+160
| | | | | | | | | 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>
* nitrogen6x: update kernel revisionSamuli Piippo2015-01-291-0/+4
| | | | | | | | 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>
* With '--device all' use all meta layersSamuli Piippo2015-01-291-0/+3
| | | | | Change-Id: Ic1570b47511596806adf5d3feab2e4d1dccbaefd Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* change BUILDDIR var since it's used by pokySamuli Piippo2015-01-151-6/+7
| | | | | | | | 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>
* apalis: add dependency to u-boot-scriptSamuli Piippo2015-01-131-1/+1
| | | | | | | | 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>
* Add LinuxMint-17.1 to sanity tested distrosSamuli Piippo2015-01-091-0/+1
| | | | | Change-Id: I6cc4fbe6b2d7e8811c61083a262bd64381439855 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Include OpenCV in i.MX6 images and toolchainsLaszlo Agocs2015-01-082-0/+8
| | | | | Change-Id: I5747291fd7954030e2f4aea5ee3b415b1f82673e Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Don't remove things from environment setup scriptSamuli Piippo2015-01-081-19/+0
| | | | | | | | | 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>
* adbd: upgrade to android-5.0.1_r1Samuli Piippo2015-01-083-101/+185
| | | | | | | | | Move to latest version of adbd. Enable adb listen to both usb and network sockets. Task-number: QTEE-875 Change-Id: I6439356dc036ed372c17a71168809cf639a326a3 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* gstreamer: include jpegenc gst pluginSamuli Piippo2015-01-081-0/+1
| | | | | | | Needed for camera support. Change-Id: I6aceb232d7f4a260081e5a44a69271f535d2aec2 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* No need for preferred version for gpu-viv-bin-mx6qSamuli Piippo2015-01-082-6/+0
| | | | | Change-Id: I59141996d03c8600b2a4d131a987e618e5ff7f37 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Use tmpfs for /var/run in toradex devicesv4.0.0Samuli Piippo2014-12-052-0/+38
| | | | | | | | | | | | | Default fstab for toradex devices was not using tmpfs for /var/run, so some daemons did to handle hard reset nicely. Networking and udev were failing at least. Using 'b2qt' folder name for the fstab file, so that bitbake uses that instead of the files from meta-toradex. Task-number: QTEE-857 Change-Id: Id93b127b2b7c02bec11818c4c1b7357bfe65ecbf Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* gpu-viv-bin-mx6q: dependency was removed upstreamSamuli Piippo2014-12-031-1/+0
| | | | | Change-Id: Ib005dd0fde3b2b4d5bfb8fbea4b8234f8ef2f78e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* BUILDDIR is also used by oe-initSamuli Piippo2014-12-031-1/+0
| | | | | | | | Must not unset BUILDDIR as it is exported by oe-init scripts, and used by Toaster and Qemu at least. Change-Id: I5b004190ad49d7846e2ae7fa3e262ea6d6354ea1 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Add xkbcommon dev files to toolchainLaszlo Agocs2014-12-022-0/+2
| | | | | | | | | | | Keyboard input is not functional without the key mapping services provided by libxkbcommon. Needed when building the Wayland platform plugin. When not present, all keyboard mapping is disabled and the result is not compatible with Weston. Task-number: QTEE-832 Change-Id: Iaad556e09a6fa35eafaab2e089d6def374903047 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Fix list-devices command for b2qt-init-build-envSamuli Piippo2014-12-011-1/+1
| | | | | | | Did not work when running from SDK installation. Change-Id: I96ace01b0424304e33894364b1f263e511a2bab8 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* u-boot-toradex-fsl: correctly append patch for apalis imx6Samuli Piippo2014-11-271-1/+1
| | | | | Change-Id: Ibdca2cab6e86d416fd871517f252ab8dfa4f1cde Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Init script support for imx6dlsabresdSamuli Piippo2014-11-262-2/+2
| | | | | Change-Id: I2994541fb6e9489dfbbd7e5662f133d8037e5146 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Kernel and GPU updates for am335x-evmSamuli Piippo2014-11-261-6/+2
| | | | | | | Previous kernel no longer compiled. Change-Id: If8000dc0e4c9e3674399381a327774767fb7d48d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Helper script to build all device imagesSamuli Piippo2014-11-261-0/+35
| | | | | | | | | build-all.sh can be used to build image and toolchain for all device which have build environment already setup. Have to use bash, since the oe-init-build-env does not support dash. Change-Id: I95778919015b40444f229d471791b5637de7d0d3 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Include all python modules to sdkSamuli Piippo2014-11-251-7/+2
| | | | | | | | | | If the toolchain is added to PATH, the python needs to have enough modules to able to build QtWebEngine. Task-number: QTEE-824 Change-Id: I2c9f977118f70928735eb7663d272364c5fa6754 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into devSamuli Piippo2014-11-2583-81/+131
|\
| * Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2014-11-2483-81/+131
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/stable: toolchain: include base-files Update meta-fsl-arm-extra to fix u-boot-boundary fetch failure Install fonts with help of Yocto recipes bbb: remove preferred version for SGX Update Qt logo Remove u-boot-fw-utils Change copyright notice Conflicts: b2qt-init-build-env conf/distro/include/beaglebone.conf recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb Change-Id: I5b22412d0530e70057f705da34247803498ddde3
| | * toolchain: include base-filesSamuli Piippo2014-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fix problem with dependency to base-files package in toolchain Change-Id: I96a5f76bba9372a3d8856baebbd29d73aae5a0b1 Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| | * Update meta-fsl-arm-extra to fix u-boot-boundary fetch failureQtEE_v3.2.0Samuli Piippo2014-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Need to update newer sha1 for meta-fsl-arm-extra, since the upstream repo for u-boot-boundary got broken. Task-number: QTEE-793 Change-Id: I77e0e24dfaacd7741e5d856b7214d4fa1112de42 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
| | * Install fonts with help of Yocto recipesGatis Paeglis2014-10-073-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install fonts with help of Yocto recipes instead of installing fonts from many "random" shell scripts and b2qt-launcher repository. Change-Id: I906d022cfab1dfabeca1a8cd0b4c39cc8a886842 Task-number: QTEE-757 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| | * bbb: remove preferred version for SGXSamuli Piippo2014-10-071-3/+0
| | | | | | | | | | | | | | | | | | | | | Using the latest available by default. Change-Id: If7d2c23dce7a68e002566f726961420aee05974f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| | * Update Qt logoSamuli Piippo2014-10-071-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | New Qt logo for the splash screen. Task-number: QTEE-777 Change-Id: I71c0432fc62ba75becb73568de6049b00919e52f Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
| | * Remove u-boot-fw-utilsSamuli Piippo2014-10-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not needed by updater framework and this was causing problems for other devices than nitrogen6x. cherry-picked from dev Change-Id: I6278bd23943f1cf8add62b980cd703b5c64ba5bf Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
| | * Change copyright noticeRainer Keller2014-10-0656-57/+57
| | | | | | | | | | | | | | | | | | | | | URL points to qt.io Change-Id: I921e1f1ff506bff840cd13ed4bac21238347d98f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* | | Default image type is tar.gzSamuli Piippo2014-11-241-1/+1
| | | | | | | | | | | | | | | Change-Id: I31aa3ef4f738b579b615022d3194dfe496fe213c Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* | | Script to upload machine images and toolchainsSamuli Piippo2014-11-241-0/+52
|/ / | | | | | | | | | | | | | | | | | | upload.sh can be used to upload machine images and toolchain to ci-files02-hki, which is used by the b2qt build scripts. It also does some necessary renaming and the special handing for Freescale SABRE board boot package. Change-Id: I73a0873669a5e5a7929ec27cb929e29616def8cf Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* | Minor cleanup for device confsSamuli Piippo2014-11-2411-28/+2
| | | | | | | | | | | | | | Every device does not need to define IMAGE_FSTYPES and ADB_PRODUCTID. Change-Id: I05d255727a6fb533850069dc7513c06d06a995b4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | Support both Quad and Dual SABRE boardsSamuli Piippo2014-11-242-0/+32
| | | | | | | | | | | | | | | | | | | | Include needed files (kernel dtbs, firmware) to support the Dual and Duallite version of Freescale SABRE SD boards using the same rootfs. The boards are using different u-boot binaries, but that needs to be sorted outside of yocto. Change-Id: I6223b611cb9d8c4f5c7cd02da66902782a1e2ed2 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | More wildcards for bbappendsSamuli Piippo2014-11-243-26/+0
| | | | | | | | | | | | | | These wildcard changes would be needed when moving to dizzy. Change-Id: Ic9aa4fe48d8b23a894eb3abcf416e1a2895f3327 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | Add Support for Colibri-VF devicesAndy Nichols2014-11-204-3/+47
| | | | | | | | | | Change-Id: Ie4fdf57b986eb24cb16dfb9f347ae02e7648bf86 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Common dummy OpenGL implementationSamuli Piippo2014-11-2015-22/+6654
| | | | | | | | | | | | | | | | Use common sources and headers to provide both dummy OpenGL libs and QtGlesStream lib. Change-Id: Ia71c3ffd7b1f45bf5eea5ac78027c8439855aac5 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | Use QtGlesStream instead of MesaSamuli Piippo2014-11-182-4/+58
| | | | | | | | | | | | | | | | | | | | Build QtGlesStream dummy client and use the EGL headers from there, instead of Mesa. The actual QtGlesStream module still needs to build elsewhere. Task-number: QTEE-557 Change-Id: I2d50522b920fb49eaf5086b105fc2e6e37eef686 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* | Build fix for tibidaboaavit2014-11-181-1/+1
| | | | | | | | | | | | | | The broadcom recipe does not exist there. Change-Id: Iad3aeda85f3e0b7ccda39841ac2f92d597d3bc45 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>