summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | qt5: add qttranslation packages to imageSamuli Piippo2015-11-252-1/+16
| | | | | | | | | | Change-Id: Ie8b2859c11ecaa1461385d2a23b75ac15d958955 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | automotive: create new automotive specific imageSamuli Piippo2015-11-255-3/+122
| | | | | | | | | | | | | | | | | | Reuse most parts from b2qt image, only difference is the demo addons which will be different for the automotive image. For now, add no demo app, so image boots to empty screen. Change-Id: I67bbe8724422c9ea86dae6e4d5f8f38d3d567ba1 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | qtbase: enable xbkcommon-evdevSamuli Piippo2015-11-251-0/+1
| | | | | | | | | | Change-Id: If59f0b5ba58aa9d25c4b397a374e7854457d5871 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | script: rework the upload scriptSamuli Piippo2015-11-201-20/+7
| | | | | | | | | | | | | | | | Rename qt5 binary images to .img and qt5 toolchains to b2qt-x86_64-qt5-toolchain-${MACHINE}.sh Change-Id: I8972a82dc1b57f83f2b50cf89fd0dbe9f8cf634f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | gcc-4.9: backport from gcc trunk r212178Samuli Piippo2015-11-202-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | qt5: update to latest revisions of all qt modulesSamuli Piippo2015-11-1923-0/+362
| | | | | | | | | | Change-Id: I88c3fbba80edab15aa407452b15cb6b971173a9c Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* | qt5: upgrade to Qt 5.6Samuli Piippo2015-11-194-4/+56
| | | | | | | | | | | | | | | | | | | | Move to latest revision of meta-qt5 that pulls in Qt 5.6. - Qt Quick Compiler needs follow 5.6 branch. - Disable compilation of qgltf host toool from Qt3D, that does not compile with GCC 4.9.1 Change-Id: Idf0437cff1debf6db558959b357dae3279466163 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* | Use Systemd as the init systemSamuli Piippo2015-11-1917-14/+146
| | | | | | | | | | | | | | | | | | 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>
* | Create and upload binary imagesSamuli Piippo2015-11-174-0/+21
| | | | | | | | | | | | | | Binary images created for imx6 and RPi devices, upload also for nuc. Change-Id: I4e7533965a6b04a5665ef237acf198b7c867d3f6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Merge "Merge remote-tracking branch 'origin/dizzy' into dev" into ↵Samuli Piippo2015-11-172-2/+90
|\ \ | | | | | | | | | refs/staging/dev
| * | Merge remote-tracking branch 'origin/dizzy' into devSamuli Piippo2015-11-122-2/+90
| |\| | | | | | | | | | | | | | | | | | | * origin/dizzy: tibidabo: fix u-boot build Change-Id: I5ad008ee575bf27c319c1888e8218b9a937dd4c3
| | * tibidabo: fix u-boot buildSamuli Piippo2015-11-062-2/+90
| | | | | | | | | | | | | | | | | | | | | Include u-boot.inc from oe/dora to build the old tibidabo u-boot correctly. Change-Id: I3140afcaab2de3c2add77918f2304209f457acf4 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | Added Realtek wlan modules for nuc deviceTeemu Holappa2015-11-174-0/+69
|/ / | | | | | | | | | | Change-Id: I9cc71e06e33dbacde1a6f567218ffb8f9092f2d8 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Enabled tty1 login for nuc as there is not serial port available.Teemu Holappa2015-11-111-0/+2
| | | | | | | | | | Change-Id: I5dd87f267667b9dbd5e1014238ae5fd332e54c5f Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Use connman for managing network connectionsSamuli Piippo2015-11-116-85/+2
| | | | | | | | | | | | | | | | 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>
* | Merge "Merge remote-tracking branch 'origin/dizzy' into dev" into ↵Samuli Piippo2015-11-0313-55/+27
|\ \ | | | | | | | | | refs/staging/dev
| * | Merge remote-tracking branch 'origin/dizzy' into devSamuli Piippo2015-11-0313-55/+27
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/dizzy: VKB: use correct SHA1 for v1.3.1 qt5: add qt addons dev packages to the toolchain qtquickcompiler: add dev packages to toolchain Go back to branch 5.5 in b2qt-demos build qt5: use jethro branch for meta-qt5 qt5: oe-device-extra.pri is now supported in upstream Change-Id: Ib369f45fe6644d4e44e24e7850c3dfe7431d31f4
| | * VKB: use correct SHA1 for v1.3.1Samuli Piippo2015-11-021-2/+2
| | | | | | | | | | | | | | | Change-Id: Iecd90495c6551bdedd7ea22697acbe166480dcb4 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| | * qt5: add qt addons dev packages to the toolchainSamuli Piippo2015-11-022-38/+7
| | | | | | | | | | | | | | | | | | | | | | | | packagegroup-b2qt-embedded-qt5-addons-toolchain-target was never included in the toolchain. Change-Id: I18b08c1ba1a1a663488fd2cde960d35c43dbb208 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| | * qtquickcompiler: add dev packages to toolchainSamuli Piippo2015-11-022-2/+4
| | | | | | | | | | | | | | | Change-Id: If6fa08858c0ab19e92c45623f7dcdcf3d8985c1a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| | * Go back to branch 5.5 in b2qt-demos buildLaszlo Agocs2015-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | There is no 5.5.1 branch for canvas3d and quick controls, not on code.qt.io at least. Change-Id: If8cf591a6b56909aef9829befe69df9b742041dd Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| | * qt5: use jethro branch for meta-qt5Samuli Piippo2015-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | meta-qt5 master branch is moving to Qt 5.6, so use jethro branch to stay with Qt 5.5. Change-Id: I71fcb18b15962a4d9da4a82899203ef4ab66cc03 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| | * qt5: oe-device-extra.pri is now supported in upstreamSamuli Piippo2015-10-268-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | Use of oe-device-extra.pri was merged upstream, so remove unneeded parts for our layer. Change-Id: I40ffeadc80780d49ba777e7cfd24fc2048d3a418 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | Remove qdoc patch not needed for anymore in dev/5.6Laszlo Agocs2015-11-032-31/+0
|/ / | | | | | | | | Change-Id: I5013bb78d9e0140b52b29d9789f97b0f0037eb48 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Added support for DC3217IYE (nuc) device.Teemu Holappa2015-11-0215-7/+119
| | | | | | | | | | | | | | 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>
* | scripts: upload qt5 image and toolchainSamuli Piippo2015-10-291-0/+8
| | | | | | | | | | Change-Id: Iaf134c0d4ef5d091a2c6f62904550f282a9a02b3 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Merge remote-tracking branch 'origin/dizzy' into devSamuli Piippo2015-10-209-17/+16
|\| | | | | | | | | | | | | | | | | | | * origin/dizzy: qt5: all repos moved from qt-gerrit to codereview qt5: sync installed qt modules in image and toolchain qt5: use the upstream meta-qt5 layer qt5: add qt5-module.bbclass Change-Id: I0d846be785acfd1e673eac8dbefe39ab2ef84cbb
| * qt5: all repos moved from qt-gerrit to codereviewSamuli Piippo2015-10-193-3/+3
| | | | | | | | | | Change-Id: I66b4d90990ad8be9a4dc9ce2b157c3325176adfa Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * qt5: sync installed qt modules in image and toolchainSamuli Piippo2015-10-192-1/+2
| | | | | | | | | | Change-Id: I379426397749e1c39e7d0631b361b96699bce95d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * qt5: use the upstream meta-qt5 layerSamuli Piippo2015-10-193-13/+10
| | | | | | | | | | | | | | | | all the necessary changes are merged to upstream meta-qt5 layer, so we can start using it. Change-Id: I1b0289a59dd734acd80ba61d946531024716f927 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * qt5: add qt5-module.bbclassSamuli Piippo2015-10-191-0/+1
| | | | | | | | | | | | | | | | Upstream does not yet have the qt5-module.bbclass, until the change gets merged, add our own bbclass. Change-Id: Iea906d38a23024467a769210667fc32f4375419f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Dracut: add missing dependencyGatis Paeglis2015-10-161-0/+2
| | | | | | | | | | | | | | | | | | | | 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>
* | colibri-vf: change default tune to armv7ahf-neonSamuli Piippo2015-10-151-0/+2
| | | | | | | | | | | | | | | | | | The DEFAULTTUNE got changed to armv7a-neon when the machine config was moved from meta-toradex to meta-fsl-arm-extra. Change it back to armv7ahf-neon in our configs. Change-Id: I6725fce0ab60334125905b6586c3e706688067cc Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | set proper S valueSamuli Piippo2015-10-143-0/+5
| | | | | | | | | | | | | | Remove warning: ('S') doesn't exist, please set 'S' to a proper value Change-Id: I1e771d31b4fa6ae50a0ff63b87241a8fe81e90c3 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | dracut: remove distro dependency to systemdSamuli Piippo2015-10-141-0/+1
| | | | | | | | | | | | Change-Id: I74e3e06b538b93ed72d4c42c52123ff9e8b4964a Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Update meta repos to latest versionsSamuli Piippo2015-10-147-9/+9
| | | | | | | | | | | | | | Use latest SHA1s for all meta repos and V2.5 branch for meta-toradex Change-Id: I7ff06d83f1f35437a6501eda38c99998a7a4534e Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Merge remote-tracking branch 'origin/dizzy' into devSamuli Piippo2015-10-1441-41/+339
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/dizzy: Patch and update ostree Build nativesdk-ostree gstreamer: fix audio volume plugin Revert "toradex: move to V2.4 branch" Add ostree, dracut and libgsystem recipes. otf-noto: update url and add correct license qt5: add workaround for gcc's internal compiler error Use 5.5.1 branch for meta-qt5 qt5: use the new base bbclass to get qt.conf generated qt5-addons: update source revisions b2qt-addons: update source revisions Fix font file access rights Change-Id: Iea75ad7f958e2ae72e6d40ff35dd8b669d4730ce
| * Patch and update ostreeGatis Paeglis2015-10-132-1/+67
| | | | | | | | | | | | | | | | | | 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>
| * Build nativesdk-ostreeGatis Paeglis2015-10-139-0/+12
| | | | | | | | | | | | | | | | | | | | 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>
| * gstreamer: fix audio volume pluginv5.5.1Samuli Piippo2015-09-294-0/+96
| | | | | | | | | | | | | | | | | | | | | | 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>
| * Revert "toradex: move to V2.4 branch"Samuli Piippo2015-09-288-33/+80
| | | | | | | | | | | | | | | | This reverts commit 299aa675369abe4f1eae062bd4f468a006449033. Colibri VF kernel breaks with adb, revert back to older release. Change-Id: I3c933eb55b0fb03c5837fdbb4678c0a7f3b13df8 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * Add ostree, dracut and libgsystem recipes.Gatis Paeglis2015-09-2512-0/+102
| | | | | | | | | | Change-Id: I8fc3b7ec5f2ebeb82e31638037a2dd2e449da48c Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
| * otf-noto: update url and add correct licenseSamuli Piippo2015-09-171-6/+5
| | | | | | | | | | | | | | | | 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>
| * qt5: add workaround for gcc's internal compiler errorSamuli Piippo2015-09-162-0/+30
| | | | | | | | | | | | | | | | | | Crosscompilation of qdoc causes gcc internal compiler error on some platforms. Removing the c++11 option from the compilation prevents this. Change-Id: I0ad5832859f8c79dba401ecc1d9026559a1ec324 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * Use 5.5.1 branch for meta-qt5Samuli Piippo2015-09-161-1/+1
| | | | | | | | | | | | | | | | 5.5.1 branch has been rebased against upstream/master and updated to use Qt 5.5.1 Change-Id: Ib575be637b44500848210d6ccb8c5456d1d5200e Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * qt5: use the new base bbclass to get qt.conf generatedSamuli Piippo2015-09-161-1/+1
| | | | | | | | | | | | | | | | populate_sdk_qt5 was split into two bbclasses and the qt.conf generation we need is in the new base class. Change-Id: I7fe2f3bdc0bf88e795add996f58b592ea12aa8a3 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * qt5-addons: update source revisionsSamuli Piippo2015-09-163-16/+9
| | | | | | | | | | | | | | | | Quick Compiler no longer needs license checker from qtsdk. qt5-module now includes more paths for VKB Change-Id: Ic1027b836157d7fb7fc6fdc90ece7a0354497230 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * b2qt-addons: update source revisionsSamuli Piippo2015-09-167-13/+13
| | | | | | | | | | Change-Id: I52a45f4bc3b366b61c488d36e98f4aae772d5ea9 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * Fix font file access rightsGatis Paeglis2015-09-163-4/+4
| | | | | | | | | | Change-Id: Icce6d75d639191793e11639195a5c9d2e2b05a4e Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | gstreamer: default to gstreamer 1.0Samuli Piippo2015-10-013-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>