summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* democompositor: include in the image only when wayland is enabledSamuli Piippo2016-02-261-1/+1
| | | | | Change-Id: I889324732ee4fa7629ebd0aa0add76e961fc7ec4 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Tibidabo: enable systemd dependencies in kernelGatis Paeglis2016-02-261-9/+29
| | | | | Change-Id: I604a67e73543ff1852156bf190cd4d245fe81f90 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* qtbase: add runtime dependency to xkeyboard-configSamuli Piippo2016-02-251-0/+1
| | | | | | | | | When qtbase is configured with xkbcommon-evdev (usually without X), make sure xkeyboard-config is installed to provide keymap database. Task-nunmber: QTEE-1073 Change-Id: Ie3e402435d35b82de3755f491d88a3834af8f026 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* b2qt-demos: update revisionSamuli Piippo2016-02-251-1/+1
| | | | | Change-Id: Ie6d13786dbe1c9d28559accfb4d47138d3c444f4 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* toradex: enable u-boot updateSamuli Piippo2016-02-2510-43/+109
| | | | | | | | | | | Add all necessary files to enable u-boot update on all toradex devices. Update patch to the new u-boot that colibri vf is using and enable sd boot for colibri imx6. Task-number: QTEE-1070 Task-number: QTEE-978 Change-Id: I6ff362028cfb80cd34bbe5362bb6976d0084e008 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* BBB: enable CONFIG_FHANDLESamuli Piippo2016-02-241-0/+4
| | | | | | | | CONFIG_FHANDLE is required for systemd to start getty on a serial device (ttyO0). Change-Id: I8ae771fb2e95efa1c74073895d27c06672c8a5ef Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* kontron: update to Yocto BSP for SMARC-sAMX6i R02.00Samuli Piippo2016-02-248-5/+138
| | | | | Change-Id: If0f8dc2c786bc63fba69531fa009efd8ae8111b7 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* b2qt-addons: update revisionsSamuli Piippo2016-02-232-2/+2
| | | | | Change-Id: I3ae7e49e04519db55545f62ef94c4ca734051479 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update to latest revision of meta-qt5Samuli Piippo2016-02-235-33/+1
| | | | | | | | meta-qt5 was updated and several patches were merged, remove unneeded changes from bbappends. Change-Id: Ia98eb0160d04eb469f8bc87394caa3da65c2f41a Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* Replace symlinks in copied folders.David Schulz2016-02-231-3/+5
| | | | | Change-Id: Idb8548b8f375e56b03b87de000269dd9fd43cb55 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* NUC: Use custom image layoutGatis Paeglis2016-02-238-1/+354
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a new image class 'image_dd', by default it has an empty boot partition. image_dd_efi extends this class to support Intel NUC board. The layout of a generated image is a prerequisite for OSTree integarion. Image generated by 'hddimg' produces rootfs.img (ext3 filesystem file) and then "live" boots it from initramfs by mounting rootfs.img via loop device. For OTA integration we need to access contents of rootfs.img already from boot loader. The custom 'image_nuc_efi' layout allow for fully atomic updates on EFI based system, by keeping GRUB-EFI binary on a dedicated EFI system partition (ESP). OSTree currently is not fully atomic on EFI systems, but with this setup we use GRUB-BIOS code path in OSTree, which is atomic. After EFI firmware has loaded the GRUB-EFI binary, everything else is done on rootfs parition. One limitation from the above scenario is that you would need to update /EFI/BOOT/bootx64.efi (GRUB-EFI) binary manually. Not sure how common it is to update a boot loader binary on a deployed system, but its not impossible. Change-Id: Ibf2840aecd548000372131c4ded5cffa11ff1b0f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* manifest: use correct url and branchSamuli Piippo2016-02-231-2/+2
| | | | | Change-Id: Iba974e227bab090b64cb7001c1a2411714d5cfd8 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update submodulesSamuli Piippo2016-02-233-3/+3
| | | | | Change-Id: I8b4fa11e660315780e7b8820a917867979f280c4 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Format os-release file as specified in standardGatis Paeglis2016-02-231-0/+39
| | | | | | | | | | | | | | | os-release spec: https://www.freedesktop.org/software/systemd/man/os-release.html "Variable assignment values must be enclosed in double or single quotes if they include spaces, semicolons or other special characters outside of A–Z, a–z, 0–9." Some tools might fail to read the file properly. Dracut for example prints warnings when parsing os-release file. Change-Id: I678a59aa8f33aa0c0398afb8ac87384f7ed52bc8 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Dracut: use more recent versionGatis Paeglis2016-02-231-0/+4
| | | | | | | | | | | | | | | | | | The current version in certain situations fails with the following error message: [3.129861] systemd[1]: Cannot add dependency job for unit systemd-journald-audit.socket, ignoring: Unit systemd-journald-audit.socket failed to load: No such file or directory. It was fixed in Dracut by: 3e7a05f - systemd: add systemd-journald-audit.socket Version 44 contains this fix. Change-Id: Ia0233ab01929a6a7360af6c595f3e93181af85f5 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Update qt5 addons revisionsSamuli Piippo2016-02-195-8/+27
| | | | | Change-Id: Ib85b2d7f2b50441cd48d10796acceb731a816b8e Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Replace all symlinks in the target sysroot for mingw hosts.David Schulz2016-02-191-8/+18
| | | | | Change-Id: I0a7b95ac2940e4a29112e70c7b29870eb6a6be39 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* qt5: update submodulesSamuli Piippo2016-02-197-7/+7
| | | | | Change-Id: I9bc368a5ef18e748391f91f578df903b7dbf6521 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* emulator: update revisionSamuli Piippo2016-02-193-6/+6
| | | | | Change-Id: I9e93b3308adabc5ff58b8dbd2ba77007d30cf498 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* add wayland demo compositorSamuli Piippo2016-02-182-0/+44
| | | | | Change-Id: I720676f6edb1789f4d073a58539e2fe929582f0e Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: change Qt include pathSamuli Piippo2016-02-1812-12/+62
| | | | | | | | | | | When Qt include path is set to /usr/include, host_build will incorrectly include other system headers from the sysroot. To correct this, move Qt include path to /usr/include/qt5, by overriding qmake5_paths.bbclass in our layer. The bblayer order needs to be changed for the correct bbclass to be used. Change-Id: Ie01371662ea0f4718275708a88fb5d301c62fdf7 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* VKB: update to latest revisionSamuli Piippo2016-02-181-1/+1
| | | | | Change-Id: Ic83dd8022c6f37065bad87c1d6e749c1806c680c Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* sabre: Use hdmi as primary display only if connectedSamuli Piippo2016-02-182-0/+38
| | | | | | | | | Test if HDMI display is connected before setting it as primary display. Otherwise set lvds as primary display. Test can be overridden by setting video_interfaces env. Change-Id: If52b3cd57fc2645296ae8595ce02ae608359f24a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* sabre: enable CONFIG_FHANDLESamuli Piippo2016-02-181-0/+1
| | | | | | | | CONFIG_FHANDLE is required for systemd to start getty on a serial device (ttymxc0). Change-Id: I16ac356631f5315e814dd32f4d5492e1f944aa5d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* imx6: use correct v4l2 driver for imx6 camerasSamuli Piippo2016-02-181-1/+1
| | | | | Change-Id: I88496177794536c642bd443d31815c373537d889 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* add script to update qt5 submodule sha1sSamuli Piippo2016-02-171-0/+49
| | | | | | | | | The script can be used to easily update SHA1s to all qt5 submodule recipes. It takes SHA1s from a checked out qt5 super repo (without updating it). Change-Id: I15771e4da5f5728db6bb2cd87fdb6fdd3bf5da7a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: update submodulesSamuli Piippo2016-02-165-6/+6
| | | | | Change-Id: Id33d4653bf001ced5759f24666fb5ff30c40abe0 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* wayland: update preferred version for automotive distroSamuli Piippo2016-02-151-2/+2
| | | | | Change-Id: Ib91cfdce1913f507ae31954527351d7c8c5574dd Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Add iproute2 to imageSamuli Piippo2016-02-151-0/+1
| | | | | | | Busybox provided ip does not work when trying to bring up can interface. Change-Id: Ied78c0036843993264bebae728763864dd83efd7 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>