summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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>
* | Add generic QtEnterprise licenseSamuli Piippo2015-05-122-0/+708
| | | | | | | | | | | | | | | | 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>
* | Use meta-qt5 layerSamuli Piippo2015-05-1210-0/+26
| | | | | | | | | | | | | | | | | | 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>
* | Remove old kernel recipes for am335x-evm and beagleboardSamuli Piippo2015-05-122-82/+0
| | | | | | | | | | | | | | | | | | | | 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>
* | Add support for Toradex Colibri iMX6Andy Nichols2015-05-125-2/+87
| | | | | | | | | | | | | | Uses Colibri form factor instead of Apalis. Change-Id: I7ba54323a82b151ce174f06477851523b283297b Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | colibri-vf: Fix EGLNative* typedefs to have a signed typeAndras Becsi2015-05-071-3/+3
| | | | | | | | | | | | | | | | | | | | 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>
* | colibri-vf: Fix added kernel modulesAndy Nichols2015-04-231-3/+3
| | | | | | | | | | | | | | | | | | 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>
* | Move wayland related packages to packagegroupsSamuli Piippo2015-04-206-22/+3
| | | | | | | | | | | | | | | | | | | | | | 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>
* | Cleanup meta and packagegroup recipesSamuli Piippo2015-04-203-10/+11
| | | | | | | | | | | | | | Better inlined with upstream code, no actual functionality changes. Change-Id: I3f4e3170c925e498cfbd86c93d9265fa0bb8436f Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | Change mirror of hunspell dictionariesAndy Nichols2015-04-101-1/+1
| | | | | | | | | | | | | | Moved from Gitorious to Github Change-Id: Iaba3a7778cacf4cd14a3a9d1a07863b174f07142 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | sabre: follow upstream kernel revisionSamuli Piippo2015-04-011-4/+0
| | | | | | | | | | Change-Id: I5e3852df441196315c9f8ab209ffe21ca490c0ee Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | Use dizzy branch from meta-raspberrypiSamuli Piippo2015-04-011-1/+1
| | | | | | | | | | Change-Id: Idc215ff8f351fc7f56af98c454d8fd8017270162 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | Add gperf and bison to SDK host toolsSamuli Piippo2015-04-012-0/+25
| | | | | | | | | | | | | | Required tools for compiling webengine, which are often not installed. Change-Id: I3e27fa7ac2cab2cce58d3b80f4db622bc21948d3 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | Update Colibri-VF recpies to use dizzyAndy Nichols2015-03-313-3/+60
| | | | | | | | | | | | | | | | | | 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>
* | bootfs: add dependency to kernel deploymentSamuli Piippo2015-03-263-3/+3
| | | | | | | | | | | | | | Machine configs that have kernel in BOOTFS, need to have dependency for it. Change-Id: I6c4a62a1620d16177e2dd8ac82d1b3e6daf244e3 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | RPi: add wildcard to kernel recipeSamuli Piippo2015-03-111-0/+0
| | | | | | | | | | | | | | Patch version keeps changing in upstream sources. Change-Id: I0253d2991196a684c9799888995bfd00a910bc3e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | Add Support for Raspberry Pi 2Andy Nichols2015-03-063-2/+49
| | | | | | | | | | Change-Id: Iaead44d45172f49427c4d513e31f5fbb29287990 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* | Add htop utility to b2qt distroAndy Nichols2015-03-051-0/+1
| | | | | | | | | | | | | | Because htop is better than top. Change-Id: I98843a7185a1579843e030259d6da697270b4888 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* | Performance analysis tools for LinuxSamuli Piippo2015-02-2614-0/+845
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Support MySQL and PostgreSQLSamuli Piippo2015-02-192-0/+4
| | | | | | | | | | | | | | | | | | 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>
* | apalis: use uImage for kernel typeSamuli Piippo2015-02-191-0/+3
| | | | | | | | | | | | | | | | | | 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>
* | update repo manifestsSamuli Piippo2015-02-192-14/+14
| | | | | | | | | | | | | | | | - 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>
* | scripts: changes on upload scriptSamuli Piippo2015-02-191-6/+6
| | | | | | | | | | | | | | Change the upload location, eglibc was changed to glibc. Change-Id: I080b2af14981d84cdd7f3d3765e56cf33a2d2695 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | wayland: updated patch to support nativesdkSamuli Piippo2015-02-192-20/+18
| | | | | | | | | | Change-Id: I37e305c5d592290d4dff8dd14e1bd224d72be621 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | apalis-imx6: update u-boot patch to match upstream changesSamuli Piippo2015-02-191-9/+13
| | | | | | | | | | Change-Id: I9b53e51a6320c47d7491a87e8fa75ab756871cc8 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | BBB: fix libgles-omap3 buildSamuli Piippo2015-02-191-1/+8
| | | | | | | | | | | | | | | | | | 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>
* | sabre: update u-boot patchSamuli Piippo2015-02-191-76/+11
| | | | | | | | | | | | | | Upstream was changed and already includes the I2C initialization. Change-Id: I3e57a248a49924eff086eea7694ccd5fa424f905 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | toredex: add more BBMASKs to support dizzySamuli Piippo2015-02-191-1/+1
| | | | | | | | | | | | | | | | | | 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>
* | Syntax for kernel module autoloading was changedSamuli Piippo2015-02-192-3/+3
| | | | | | | | | | Change-Id: I84aa29cc7790ae57b497a7a3aad261f9fa92a455 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* | Update distro versionSamuli Piippo2015-02-191-1/+1
|/ | | | | | | Moving to dizzy (1.7) Change-Id: I5edf8a1944cd57b2bf7ebc9520b940dca8a6e797 Reviewed-by: Andy Nichols <andy.nichols@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>