summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change git protocol from ssh to httpv5.6.1Teemu Holappa2016-06-283-4/+4
| | | | | | Task-number: QTBUG-54280 Change-Id: I6a538230b68cb9bea8a89c17282eb25cd779a77d Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
* Update qtdeclarative moduleTeemu Holappa2016-06-211-1/+1
| | | | | | | Task-number: QTBUG-53761 Change-Id: Ia5c983c36d3e55cd3d8dcee0d1903e241c066d9d Reviewed-by: Risto Avila <risto.avila@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update boot2qt-demos versionTeemu Holappa2016-06-141-1/+1
| | | | | | | Fixes compile error due qtwebbrowser repo name change. Change-Id: I712a8e260212f4e159d9acc80c9f95848c4e7f31 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
* meta layer was renamed to meta-boot2qtSamuli Piippo2016-06-0814-35/+35
| | | | | Change-Id: I1b96be87215a6ddf720c83693df1f3bcc2a99b66 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* b2qt addons: update repository urlsSamuli Piippo2016-06-082-3/+3
| | | | | | | | Repositories were opened and no longer need to use the sdk-sources Change-Id: I9131594cd8d9fc7af0bed1220b6c4b826e3c660c Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use git.qt.io as the new playground repo serverSamuli Piippo2016-06-082-2/+2
| | | | | Change-Id: I644a749b97343f32d2aea403ac075247ac3e1931 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qtconnectivity: remove incorrect PACKAGECONFIG to enable bluez supportSamuli Piippo2016-06-061-2/+0
| | | | | | | | | The PACKAGECONFIG option for bluez support was changed from bluez4 to bluez and it's now used by default in meta-qt5. Change-Id: Ia5582fc45acedd7d9be48ce49d26624ee624427b Task-number: QTBUG-53855 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update submodules and meta-qt5Samuli Piippo2016-06-0632-32/+37
| | | | | | | | Disable SHA checking for Qt modules, so we can use sha1s from the release branch without breaking build after release. Change-Id: I97b4d29fdbaceea9529fa2550564951f2186435f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* otf-noto: update url and license file nameKwangsub Kim2016-06-021-4/+4
| | | | | | | | | | Google changed the URL for the font package again. And the license file name was also changed. Change-Id: I9976eda9a93c7815fc1e7b72f8df45bc7304d7cc Reviewed-by: Kwangsub Kim <kwangsub.kim@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtmultimedia: make sure audio plugins are builtSamuli Piippo2016-06-021-1/+3
| | | | | | | | | | The qtmultimedia recipe uses ??= to set the default PACKAGECONFIG, which cannot be appended. Make sure audio plugins are build for the selected backend. Task-number: QTBUG-53806 Change-Id: Ib1df1aecd22dc7ce349762c93d0a879b797665c1 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update submodules and meta-qt5Samuli Piippo2016-05-1722-21/+35
| | | | | | | | meta-qt5 now depends on remove-libtool that is available only in oe/jetro, so backport it our layer. Change-Id: I5989ddb25ddecb6c749292d4e3fec63d0f61368f Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* automotive: update src uris after repos were openedSamuli Piippo2016-05-043-8/+8
| | | | | | | Repos are now opened so there is no need to use sdk-sources anymore. Change-Id: Ibad7b3b7f9004b51e119dc1c6897410656f40742 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* colibri-vf: change partition alignment to 1MSamuli Piippo2016-04-221-0/+1
| | | | | | | | | Toradex eboot, used in some of the toradex modules, does not work with FAT partition that starts from the default 4M alignment. This prevents flashing u-boot from our image. Change-Id: Ice28be02090305d0c02206296c23a0c2fe54641c Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
* Make ABI selection more robust in configure-qtcreator.shSamuli Piippo2016-04-212-2/+43
| | | | | | | | | | Map current TARGET_ARCH to the ABI used by qtcreator. Currently mapping was done by kernel-arch.bbclass and it worked by accident, but it's now broken in jethro. Change-Id: I15c5b60a1bc1dd560685fedac9b61048a1e89266 Reviewed-by: Risto Avila <risto.avila@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Move usage of internal mirrors into a bbclassSamuli Piippo2016-04-182-15/+48
| | | | | | | | Use bbclass to test if the internal sstate and download mirror server is available before enabling them. Change-Id: Ie927bdfca486232e3d3a55009139a9c27ff98aad Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use --internal arg to fetch playground reposSamuli Piippo2016-04-183-10/+16
| | | | | | | | | Add separate --internal argument to get all internal repos from playground, regardless what --device is used. Change-Id: If0411f877d1c7c21fcc7a4ac7f03adec3dabd5f6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Louai Al-Khanji <louai.al-khanji@theqtcompany.com>
* qtquickcompiler: update revision to work with Qt 5.6.1Samuli Piippo2016-04-131-1/+1
| | | | | Change-Id: I701d0db952d7e3c18758670f1b960e4f7ee703ef Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* qt5: update submodulesSamuli Piippo2016-04-1327-34/+28
| | | | | | | Needs latest version of meta-qt5 Change-Id: If2002e4dbc8159d144fdd32bdbaf7ea1a4625889 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* gcc: patch already applied on oe layerSamuli Piippo2016-04-122-65/+0
| | | | | Change-Id: I8230869a08fcb902c55b5dfd22e1221c918ce895 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update revisions for poky and openembeddedSamuli Piippo2016-04-121-2/+2
| | | | | | | Pull in latest security fixes Change-Id: I5e95c0b1cc14d537ce228b4e475208916d0b1b63 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Fix meta-environment to work without changes in local.confDominik Holland2016-04-111-0/+2
| | | | | Change-Id: Ic75875b23d9fb5c200f884bff0942ae49d41e3f9 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Disabled SSTATE_MIRRORS and PRE_MIRRORS.Teemu Holappa2016-04-081-14/+14
| | | | | | | Removed Digia's internal servers from the default configuration. Change-Id: I18b3a87de50afe0f5a405b29ec3e327450b7c2a8 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* setup-environment: prevent basename argument being parsed as option.Jake Petroules2016-04-081-1/+1
| | | | | | | | | | This fixes an issue where this script fails with the default Dash shell on Ubuntu (where "$0" is "-bash" and it is parsed as an option). Change-Id: I6fec2a7b4e8eee68b5f11101783d7dff7d07f712 Reviewed-by: Donald Carr <donald.carr@theqtcompany.com> Reviewed-by: Risto Avila <risto.avila@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Do not pull internal repos when initializing for all devicesSamuli Piippo2016-04-083-26/+28
| | | | | | | | | | | When initializing build environment with '--device all', some internal repos are fetch that are not available for customers. Now those repos are fetched only when initializing with '--device internal' Change-Id: I12981449d4ca9c2d3529ed81649b3cc0a1bfed02 Task-number: QTBUG-52002 Reviewed-by: Tuomas Heimonen <tuomas.heimonen@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: 5.6.0 branches were removed, using 5.6 insteadSamuli Piippo2016-03-2325-25/+0
| | | | | Change-Id: Ia0fd4493c4b87aa3bc48633ceca81fbc2f46ad7a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: remove duplicate --sysroot from sdk mkspecSamuli Piippo2016-03-171-3/+3
| | | | | | | | No need to add --sysroot to QMAKE flags in qdevice.pri, since qconfig.pri does it already. Change-Id: I8a90249e466f8385fb121d69721e118a32b80999 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* colibri-imx6: don't pull in old gstreamerSamuli Piippo2016-03-161-1/+0
| | | | | | | gst-fsl-plugin pulls in gstremer 0.10, even when 1.0 was selected. Change-Id: I60f8e6bef8fd1abe1913f4019b847757718fbded Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Specify source revision separatelyLouai Al-Khanji2016-03-161-1/+3
| | | | | | | By doing so we ensure bitbake can mirror the source locally. Handy on airplanes. Change-Id: Iaaf96617a4cc0c445444dbdb8d3e562cc9cd1741 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Disable ethernet over usb on SMARC-sAMX6iSamuli Piippo2016-03-161-0/+4
| | | | | | | | Otherwise the device isn't auto detected by adb on windows. Task-number: QTBUG-51877 Change-Id: Ia52d4dd8e6cc10aec82b0ea6d50f3b00f412d7d5 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* qt5: update submodulesv5.6.0Samuli Piippo2016-03-149-9/+9
| | | | | Change-Id: Ia2b7f41e028ac751aebb89ba11dd250c4dcaba80 Reviewed-by: Tuomas Heimonen <tuomas.heimonen@theqtcompany.com>
* b2qt-demos: update revisionSamuli Piippo2016-03-141-1/+1
| | | | | | | | - disable planets demo from emulator - Language fixes for the demo descriptions Change-Id: I02bf8566482d61992decf9fb725ab1da0fdb943d Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* b2qt-appcontroller: update revisionSamuli Piippo2016-03-111-1/+1
| | | | | | | | Fix restart feature Change-Id: I857c30031cda1c4bc2ab864c54e733219a6982ee Task-number: QTEE-1085 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* qt5: move mingw32 specific parts from meta-qt5Samuli Piippo2016-03-096-1/+201
| | | | | Change-Id: Id380844d530ef599f78591a282474aa66d3dec69 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* qt5: Use latest version of meta-qt5Samuli Piippo2016-03-0929-5/+26
| | | | | Change-Id: Ib7a45a830d744cc07520548e30b6c0793a738f5e Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* b2qt-demos: update to new revisionSamuli Piippo2016-03-091-3/+3
| | | | | | | | | | QtWebBrowser now builds application as well as qml plugin, but for qtlauncher we only need the plugin. Also all the needed files from tqtc-qtwebrowser are in the plugin, we can remove the directory. Task-number: QTEE-1083 Change-Id: Ia135490a4d95ef3428fb54b84ce5c77588e344ef Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* ostree: Mount boot partition from user spaceGatis Paeglis2016-03-081-65/+43
| | | | | | | | | | | | | | | | | | In the current approach we assumed that boot/ - is on a separate boot partition - boot partition is right before rootfs partition - rootfs parition is provided as a *device node* - has "ext2" filesystem (mount shell cmd tries to auto detect FS type, mount system call does not.) The new approch does not assume any of the above, and moves this logic from early user space (initramfs) to user space. Initramfs by design should be used only to prepare the rootfs, other tasks should be done later. Change-Id: Idc429c8061c1fd486658e4b4d170ee487682cc91 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* ostree: Do not use grub2-mkconfig.Gatis Paeglis2016-03-082-0/+61
| | | | | | | | | | | | | | | | | | | | | | For more details see: https://bugzilla.gnome.org/show_bug.cgi?id=762220 To summarize: 1) The current approach is less flexible than using a custom 'ostree-grub-generator' script. Each device can adjust this script for its needs, instead of hardcoding some values in ostree-bootloader-grub2.c. 2) Too much overhead on embedded to generate grub.cfg via /etc/grub.d/ configuration files. It is still possible to do so, even with this patch applied. 3) The grub2-mkconfig code path has other issues: https://bugzilla.gnome.org/show_bug.cgi?id=761180 Change-Id: I077838fdf16fbbb42f98df6fa6720bfbaf7c6f8b Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* RPi2: add support for touch displaySamuli Piippo2016-03-085-1/+65
| | | | | | | | | The RPi touch display need the rpi-tf5604 devicetree to enable touch. Add it to the kernel build and enabled it in the config.txt. Update meta-raspberrypi to latest revision for the PiTFT support. Change-Id: Ibc5ba51c844bc17b541d8021a755f141a5ff2a0c Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
* Disable ethernet over usb on beaglebone.David Schulz2016-03-081-0/+3
| | | | | | | Otherwise the device isn't auto detected by adb on windows. Change-Id: I147689233562c16b23353c67cf8646c14e5da378 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* qtwayland: update SRCREVSamuli Piippo2016-03-071-1/+1
| | | | | | | Contains fix for client crash on imx6 devices Change-Id: Ic6139426958ac0ab8710bab4e785d91fe80b0b4c Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* Move default sstate-cache dir from build dirSamuli Piippo2016-03-021-1/+1
| | | | | | | | | Instead of using the build directory for the local sstate-cache, move it one folder up, so it can be shared with directories for other machines. Change-Id: Ia755c28783e47692f4c0e1700880aaac97fe76de Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use distro specific sstate cacheSamuli Piippo2016-03-021-1/+1
| | | | | Change-Id: Ife5236e848e788a30a1942663bfefdf6301d6f37 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qtquickcompiler: add support for BYOS buildsSamuli Piippo2016-03-022-9/+74
| | | | | | | | | Qt Quick Compiler sources codes are not released for customers, so they cannot build it for themselves. Instead copy qtquickcompiler binary from the SDK where we have both linux and mingw binaries available. Change-Id: I697885365d98df394164a15e2517c7c473ac91e5 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qtcharts: update revisionSamuli Piippo2016-03-011-2/+1
| | | | | | Change-Id: Id19131d026ac2d033867dde5469ea4cb4670a97e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* qt5: update submodulesSamuli Piippo2016-03-019-9/+9
| | | | | Change-Id: I98842aca6fc7e058260fc855ef09efbe004eafef Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* democompositor: use correct path the SDK sourcesSamuli Piippo2016-03-011-1/+1
| | | | | Change-Id: I212659a96a773a0b90a9ce4db13c52c745928137 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* b2qt-demos: update SRCREVSamuli Piippo2016-03-011-1/+1
| | | | | Change-Id: I96709a9a8dd182e9baecacc7f743b64059e7dac0 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Add git SHA1 to b2qt addon package versionsSamuli Piippo2016-03-018-1/+8
| | | | | | | | Easy to identify which version of component is installed on the device. Change-Id: Ib1c6471d383c2d2e8939c2d467aa8924d1a5bd18 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* b2qt-utils: update SRCREVGatis Paeglis2016-02-291-1/+1
| | | | | | | It includes patches that fix Wifi on nitrogen boards. Change-Id: I8ca2d430b59038d45dfaff2cb8f3ee24d4e64e71 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* tibidabo: use correct gpu driver versionSamuli Piippo2016-02-293-0/+50
| | | | | | | Upstream recipe was renamed, but tibidabo still uses the old version. Change-Id: Ia5c97cb480c4f08c017046729dfa3e37e31be52a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>