- Dec 14, 2015
-
-
Teemu Holappa authored
The configuration has dependency to the interal repositories (meta-tegra and jetson-tk1-pro). Change-Id: I5e13377cf8cfbe4fad3f19215a292b49195f1546 Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
Gatis Paeglis authored
This is more convenient than having to implement two code paths to do the same thing - one for systemd based images and one for systemd-less images. This is also more efficient, the earlier implementation in initramfs scripts relied on udev which affects boot time. Change-Id: I0fee1072ed34f13d5dffb846322ddd7cef5542fe Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
- Dec 09, 2015
-
-
Samuli Piippo authored
Task-number: QTEE-1027 Change-Id: I290777bdaa0f42280681a77423e3430b00746bce Reviewed-by:
Gatis Paeglis <gatis.paeglis@theqtcompany.com>
-
Samuli Piippo authored
Windows adb cannot handle devices which have longer serial, so limit it to 32 characters. Remove the -linux- part of the hostname to make it a bit shorter. Change-Id: I3f6f811a9ecd8a273576fdef268d5a343edc531e Reviewed-by:
Rainer Keller <rainer.keller@theqtcompany.com>
-
- Dec 08, 2015
-
-
Gatis Paeglis authored
This is required for ostree boot compatible initramfs image generation on systemd enabled images. Also there is no harm to deploy this module-setup.sh script on a systemd-less images. We overwrite it when deploying our custom dracut module in this case. Change-Id: I8142cfa36db663782ac0399c30bc08cf5bdcd8b2 Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
- Dec 07, 2015
-
-
Samuli Piippo authored
Change-Id: I8b6015c3017ece38a296288f804deffff4fd2e6f Reviewed-by:
Rainer Keller <rainer.keller@theqtcompany.com>
-
- Dec 01, 2015
-
-
Gatis Paeglis authored
Change-Id: I2cbfe533a8ce58d337f77f013b0da47a6a91681e Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
- Nov 20, 2015
-
-
Samuli Piippo authored
When compiling meta-toolchain-qt5 on cortexa8, the compiler throws an internal compiler error: ... qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)': qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal compiler error: in add_stores, at var-tracking.c:6000 ... Tracking this down led to https://bugs.linaro.org/show_bug.cgi?id=534 It seems the bug is well know and fixed upstream. So backporting from trunk seems to be the right solution. This fixes the compiler problem on cortexa8 and does not seem to be very invasive. The original commit can be found at: git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212178 138bc75d-0d04-0410-961f-82ee72b054a4 Cherry-picked from jehtro and adjusted to work from b2qt layer. Change-Id: Id176840d37f2fe4b1f4b41b6c67ce110732b7645 Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com>
-
- Nov 19, 2015
-
-
Samuli Piippo authored
Remove sysvinit from distro features and add Systemd as the default init system. Add necessary service files to all recipes that need them. Change-Id: I9cd4c0239fe16f35145bd3bed08e27196f30ee82 Reviewed-by:
Gatis Paeglis <gatis.paeglis@theqtcompany.com> Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com>
-
- Nov 18, 2015
-
-
Gatis Paeglis authored
- This allows updating files on the boot partition. - Merges ostree's uEnv.txt with system's uEnv.txt - Adds support for convenience symlinks in top level of the /boot directory. This does not affect the atomic property of an update. Change-Id: Ie654e22d6e26aaa0c1395d226ed967765b0c764b Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
- Nov 17, 2015
-
-
Gatis Paeglis authored
This is required for gpg signing support. Change-Id: Ia1396825453e2038c5d19a4767cadd6f93e1fa28 Reviewed-by:
Gatis Paeglis <gatis.paeglis@theqtcompany.com>
-
Gatis Paeglis authored
This reverts commit a5323e1f. Running GNUPG (OSTree dependency) from toolchain is not supported. Change-Id: I00c5ddedfd06a5c56e64c0b3d45007b740f41a80 Reviewed-by:
Gatis Paeglis <gatis.paeglis@theqtcompany.com>
-
- Nov 13, 2015
-
-
Rainer Keller authored
This reverts commit f309d05b. Change-Id: Ia25e629247c6863d2ce48e1b8a80029d13248ded Reviewed-by:
Gatis Paeglis <gatis.paeglis@theqtcompany.com>
-
- Nov 11, 2015
-
-
Samuli Piippo authored
Connman replaces busybox-ifplugd for handling wired connections. Wpa-supplicant is still needed for wifi connections in B2Qt Wifi Module. Change-Id: I0ddaee26f19915b35fb057cfac5553786f3ef5df Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com>
-
- Nov 02, 2015
-
-
Teemu Holappa authored
Removed imx6 specific wayland configurations from packagegroup-b2qt-embedded-toolchain-target.bb to imx6.inc. Change-Id: I2b700b21bbf23fbaf59dcb8558b0b96b11bb81ec Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
- Oct 16, 2015
-
-
Gatis Paeglis authored
Running ./dracut --host-only fails because findmnt and setsid commands are missing from the sysroot. https://bugzilla.yoctoproject.org/show_bug.cgi?id=8522 Change-Id: I08785d521eca1508af20b83babfde106c0924a1d Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
- Oct 14, 2015
-
-
Samuli Piippo authored
Remove warning: ('S') doesn't exist, please set 'S' to a proper value Change-Id: I1e771d31b4fa6ae50a0ff63b87241a8fe81e90c3 Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com>
-
Samuli Piippo authored
Change-Id: I74e3e06b538b93ed72d4c42c52123ff9e8b4964a Reviewed-by:
Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com>
-
- Oct 13, 2015
-
-
Gatis Paeglis authored
Update ostree version and apply a patch that is waiting to be merged in the upstream project. OTA scripts need these changes to function properly. Change-Id: Ia4cbde1e3c55ee1bb1a27492c8325d2fdab5deb8 Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
Gatis Paeglis authored
The 'ostree' binary is not available as an installable package on Ubuntu. Instead of requiring users to build it from the source code, lets add a native ostree binary to the toolchain. Change-Id: I50031e0fc72bc0585785634a329d1557876a020b Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
- Oct 01, 2015
-
-
Samuli Piippo authored
Fix QA error with gstreamer plugins: ERROR: QA Issue: gstreamer1.0-plugins-ugly: Files/directories were installed but not shipped Emulator does not actually provide opengl, so remove it from DISTRO_FEATURES. gstreamer1.0-plugins-bad build would otherwise fail. Change-Id: I88e157f29ab1a29055fcbd4d2cd7850ca43efead Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by:
Laszlo Agocs <laszlo.agocs@theqtcompany.com>
-
- Sep 29, 2015
-
-
Samuli Piippo authored
Setting volume is broken on ARM when compiled with GCC 4.9, where anything but max volume (1.0) turns into mute. Patches taken from https://community.freescale.com/thread/350584 Change-Id: I43fe71fdb62bdeed066ec468ffe70f39e950843e Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com> Reviewed-by:
Karim Pinter <karim.pinter@theqtcompany.com>
-
- Sep 25, 2015
-
-
Gatis Paeglis authored
Change-Id: I8fc3b7ec5f2ebeb82e31638037a2dd2e449da48c Reviewed-by:
Andy Nichols <andy.nichols@theqtcompany.com>
-
- Sep 17, 2015
-
-
Samuli Piippo authored
Google changed the download URL for the package. The package now includes license file, use it instead of generic Apache. Change-Id: Ib66c19281d30e12246503d5ea4d6e176d73286ca Reviewed-by:
Teemu Holappa <teemu.holappa@theqtcompany.com>
-
- Sep 16, 2015
-
-
Gatis Paeglis authored
Change-Id: Icce6d75d639191793e11639195a5c9d2e2b05a4e Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
- Sep 10, 2015
-
-
Samuli Piippo authored
Add support to run c_rehash using SYSROOT environment variable, so that it can create hashes for the certificates during rootfs build phase of image creation. Change-Id: Ib60d4f9c217334ab7abba98dc07efd2ef8d1c7a5 Task-number: QTEE-971 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- Sep 08, 2015
-
-
Samuli Piippo authored
QtWebEngine 5.6 has dependency to libevent. Change-Id: Id63d2fd0cf8e6baccb872277185fd2ac39a34c99 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- Aug 26, 2015
-
-
Samuli Piippo authored
Needed for QtWebEngine 5.6 Change-Id: I245238f9e2798e28cc87750c22c486cc6cc80aab Reviewed-by:
aavit <eirik.aavitsland@theqtcompany.com>
-
- Aug 21, 2015
-
-
Samuli Piippo authored
Use recipes from poky/master to get latest versions for ca-certificates. Old certificates were causing problems with webengine. The patch removing usage of c_rehash was not included, as we don't use it. Change-Id: I099bed36de9cfa3f78d8e8ca0b6e1f7c30c6c16e Reviewed-by:
aavit <eirik.aavitsland@theqtcompany.com>
-
- Aug 19, 2015
-
-
Louai Al-Khanji authored
Otherwise no Qt applications react on touch. This issue was eventually resolved upstream by dropping the built-in evdev backend and relying on libinput exclusively, where it is fixed. The libinput backend is required since Weston 1.7. In 1.6 the libinput backend was made the default, but the old backend was still there. Thus this fix also applies to Weston 1.6. Task-number: QTEE-831 Change-Id: Ib089136723b7b1dc6f760b5eedb12d7b8a50abbc Reviewed-by:
Laszlo Agocs <laszlo.agocs@theqtcompany.com>
-
- Aug 12, 2015
-
-
Rainer Keller authored
Modules needed to be updated in order to build with newer kernels. Change-Id: I113b0831aebfeac3818837ed557ae5ae2bf072e1 Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
Rainer Keller authored
The Makefile is broken. It will report success even if the modules could not be compiled due to gcc errors. Yocto will then continue with the modules missing from the package. Change-Id: I0efcdc736c158cb857549eb64ebd6bc86a26b7e6 Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-
- Aug 11, 2015
-
-
Samuli Piippo authored
Gerrit Sanity Bot does not like tabs, so remove them from recipes. Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2 Reviewed-by:
aavit <eirik.aavitsland@theqtcompany.com>
-
- Aug 06, 2015
-
-
Samuli Piippo authored
Including cities from americas, asia and europe. Change-Id: I7cedb056d450d9aae36543fce5510822ab731694 Task-number: QTEE-921 Reviewed-by:
aavit <eirik.aavitsland@theqtcompany.com>
-
- Jun 25, 2015
-
-
Pasi Petäjäjärvi authored
Google has updated the noto fonts to 1.004 Change-Id: I2c0c5a842cec9f99d030402ac3b67056c69a9680 Reviewed-by:
Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
-
- Jun 19, 2015
-
-
Samuli Piippo authored
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>
-
- Jun 12, 2015
-
-
Samuli Piippo authored
Google has updated the noto fonts to 1.003 Change-Id: I8eaa0e97c1606f104c09f67cb2b5da8f3ddfcb0d Reviewed-by:
Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
-
- Jun 08, 2015
-
-
Samuli Piippo authored
Change-Id: Ia368861d27325da72eb5e9f02e831ba896eb59df Reviewed-by:
Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
-
Samuli Piippo authored
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>
-
- May 29, 2015
-
-
Eirik Aavitsland authored
Change-Id: I23f95aa33fffbd4692644bf0d16ab7b0a9b3db9d Reviewed-by:
Samuli Piippo <samuli.piippo@theqtcompany.com>
-