summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dizzy' into devSamuli Piippo2015-08-2613-2/+369
|\ | | | | | | | | | | | | | | | | | | | | * origin/dizzy: Add atk and atk-dev packages ca-certificates: update to latest version Add touch_frame events to Weston 1.5.0 kontron: Add support for Kontron SMARC-sARX6i bootfs: make sure deploy dir exists before using it Change-Id: I5c58c6ad47c0689c15e71948a486530f5504b329
| * Add atk and atk-dev packagesSamuli Piippo2015-08-262-0/+2
| | | | | | | | | | | | | | Needed for QtWebEngine 5.6 Change-Id: I245238f9e2798e28cc87750c22c486cc6cc80aab Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * ca-certificates: update to latest versionSamuli Piippo2015-08-215-0/+226
| | | | | | | | | | | | | | | | | | 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>
| * Add touch_frame events to Weston 1.5.0Louai Al-Khanji2015-08-192-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * kontron: Add support for Kontron SMARC-sARX6iSamuli Piippo2015-08-193-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | Enable building b2qt image for Kontron SMARC-sARX6i. Depends on the patch set from Kontron on top of meta-fsl-arm-extra. Kontron does not provide recipe for their u-boot, which makes it impossible to boot into b2qt image without modifying some of the u-boot args currently in the device (that's how their images work as well). Change-Id: Id3e0ee506c192fd0b969d1541fca0e9e2ff3ac6b Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * bootfs: make sure deploy dir exists before using itSamuli Piippo2015-08-171-0/+1
| | | | | | | | | | Change-Id: I70c8b9d41c3c67b83cf2b4200803c9d71ce93d52 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | toradex: use source directory to build kernelSamuli Piippo2015-08-191-0/+2
| | | | | | | | | | | | | | | | Build system uses separate build directory for kernels now, but toradex kernel recipes only works when built from the source directory. Change-Id: I50fe338d21413bc57a4626f5d6bbecfe3138acca Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | am335x: use correct kernel version with matching SGXSamuli Piippo2015-08-191-2/+4
| | | | | | | | | | Change-Id: I17146c5467831dec7a9ce78910a622a42e592741 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | beaglebone: use source directory to build linux-mainline kernelSamuli Piippo2015-08-191-0/+1
| | | | | | | | | | | | | | | | | | Build system uses separate build directory for kernels now, but beaglebone's linux-mainline recipes only works when built from the source directory. Change-Id: If18b47a31daf2dc4e4e5c1aab84978113b535ec7 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | toradex: prioritize meta-toradexSamuli Piippo2015-08-191-1/+1
| | | | | | | | | | | | | | | | meta-fsl-arm-extra has colibri-vf machine config as well, but we still want to use the one from meta-toradex. Change-Id: I20ec41ae7b8d62a13ff59fe85da7be45d58c15c9 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | Set upload path to 5.6 releaseSamuli Piippo2015-08-191-1/+1
| | | | | | | | | | Change-Id: I59efd1d9e6912e43a343cd3e9d56f54166209fcc Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | toradex: exclude non-working bbappendsSamuli Piippo2015-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | exclude old imx6 gpu bbappend since bb files were renamed in fido. The actual changes in the bbabbend are not used in b2qt images. exclude gstreamer bbappends which cause "QA issue: Files/directories were installed but not shipped". Change-Id: Iececa6a9766aa5e0d88bf084630c2f583f31132e Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | tibidabo: fix PRIC usage in meta-tibidaboSamuli Piippo2015-08-192-0/+6
| | | | | | | | | | | | | | | | The bbappends in meta-tibidabo try to use PRIC, which cases error with fido. Prevent this by setting PRINC to -1 in main bb files. Change-Id: Icd307d671260c330b10988158fb157048b66561c Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | u-boot-fslc: upstream version has been updatedSamuli Piippo2015-08-192-50/+8
| | | | | | | | | | | | | | | | New u-boot version has better handling for video args, so our patch got simpler. Change-Id: I90958167d1ff10bca46123915491a5136dfa5fc9 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | imx: upstream kernel versions have been updatedSamuli Piippo2015-08-193-8/+0
| | | | | | | | | | | | | | | | linux-imx is now new enough, so it doesn't require perf patches. DL version of nitrogen6_max is not supported. Change-Id: Ic5d6fce0f1ed904aed3795d4f82abc5f71b16b30 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | gpu-viv-bin-mx6q: remove upstreamed changeSamuli Piippo2015-08-191-1/+0
| | | | | | | | | | Change-Id: Ie782495f23bd71320edcf35128801d176c71ad5b Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | Move manifests to use fido branch where availableSamuli Piippo2015-08-192-10/+10
| | | | | | | | | | | | | | SHA1 are updated to latest in fido branches at the time of commit. Change-Id: Ib7f81a65e30ccd07b123ffc44e0a8027ae24e99e Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* | Merge remote-tracking branch 'origin/dizzy' into devSamuli Piippo2015-08-14175-607/+5795
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/dizzy: (95 commits) Update VirtualBox kernel modules Check if VirtualBox kernel modules do exist toradex: move to V2.4 branch qt5: use 5.5 branch Change all tab characters to spaces boundary: include uvcvideo kernel module Add Emulator sdcardmountd Include tzdata and ntp tools to image qt5: add declarative tools and host libs to sdk Some projects were moved from internal gerrit to codereview Use correct versions for addons Use correct path for QT_SDK_PATH fonts: update checksums for otf-noto gstreamer: make gstreamer version a DISTRO_FEATURE b2qt-demos: add QtQuick Controls demos Increase CMA reserved size on nitrogen6x. qtquickcompiler: disable for BYOS Remove recipe for QtQuick Enteprise Controls Support BYOS for enterprise only addons b2qt-demos: include qtcanvas3d planets demo ... Conflicts: recipes/hunspell/hunspell_1.3.2.bb Change-Id: I13814d8501d266d5930c63e879c704001adb3b6c
| * Update VirtualBox kernel modulesRainer Keller2015-08-122-4/+4
| | | | | | | | | | | | | | Modules needed to be updated in order to build with newer kernels. Change-Id: I113b0831aebfeac3818837ed557ae5ae2bf072e1 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * Check if VirtualBox kernel modules do existRainer Keller2015-08-121-1/+3
| | | | | | | | | | | | | | | | | | 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>
| * toradex: move to V2.4 branchSamuli Piippo2015-08-128-80/+33
| | | | | | | | | | | | | | V2.4 is based on dizzy branch. Change-Id: Ibcc2501f1c53d2b24bbde417ecd17f5e31e9e8ed Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * qt5: use 5.5 branchSamuli Piippo2015-08-121-1/+1
| | | | | | | | | | | | | | The release 5.5.0 branches were removed, so need to use 5.5 instead. Change-Id: I4478c3e05d9d4937fafd3a3b75832608da5d4b40 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * Change all tab characters to spacesSamuli Piippo2015-08-1131-164/+164
| | | | | | | | | | | | | | Gerrit Sanity Bot does not like tabs, so remove them from recipes. Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * boundary: include uvcvideo kernel moduleSamuli Piippo2015-08-111-0/+4
| | | | | | | | | | | | | | | | Add support for webcams for Boundary Devices imx6 Change-Id: I8ea1b056c5eab7120c4269a98710de322fb304e0 Reviewed-by: Karim Pinter <karim.pinter@theqtcompany.com> Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * Add Emulator sdcardmountdRainer Keller2015-08-063-0/+92
| | | | | | | | | | Change-Id: Ib760d0c25c645b1c44216081c42714f8e9a8ca32 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * Include tzdata and ntp tools to imageSamuli Piippo2015-08-069-0/+19
| | | | | | | | | | | | | | | | Including cities from americas, asia and europe. Change-Id: I7cedb056d450d9aae36543fce5510822ab731694 Task-number: QTEE-921 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * qt5: add declarative tools and host libs to sdkSamuli Piippo2015-07-091-0/+2
| | | | | | | | | | | | | | libQt5QmlDevTools.a is required by QtQuickCompiler. Change-Id: Ic465855af3e4acfcdb8e6674a18fee17e42c6d5b Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
| * Some projects were moved from internal gerrit to codereviewSamuli Piippo2015-07-0610-10/+10
| | | | | | | | | | Change-Id: I4e5ae263930bdd22f1934eab1f98a718838f722e Reviewed-by: Louai Al-Khanji <louai.al-khanji@theqtcompany.com>
| * Use correct versions for addonsSamuli Piippo2015-07-023-7/+7
| | | | | | | | | | | | | | | | | | | | QtCharts and QtDataVisualization had an patch release with 5.5.0, which changed copyright headers. b2qt-utils updated to same sha1 as was used in b2qt-build-scripts. Change-Id: I51a6ac26e57e7fc71b0af7876a9d8005e4ce4b8d Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
| * Use correct path for QT_SDK_PATHSamuli Piippo2015-07-011-1/+1
| | | | | | | | | | | | | | For BYOS builds, we need to have to the root folder of SDK in local.conf Change-Id: I91497a0eb215e57d8db92f5f4390478d688fc95f Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
| * fonts: update checksums for otf-notoPasi Petäjäjärvi2015-06-251-3/+3
| | | | | | | | | | | | | | Google has updated the noto fonts to 1.004 Change-Id: I2c0c5a842cec9f99d030402ac3b67056c69a9680 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * gstreamer: make gstreamer version a DISTRO_FEATURESamuli Piippo2015-06-1914-36/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * b2qt-demos: add QtQuick Controls demosSamuli Piippo2015-06-191-2/+26
| | | | | | | | | | Change-Id: I2d8768fe42da8bbc5c6b730676b70f56232826ca Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
| * Increase CMA reserved size on nitrogen6x.Yoann Lopes2015-06-192-5/+7
| | | | | | | | | | | | | | | | | | | | | | Increased from 256MB (the default) to 384MB. Without this, HW-accelerated video decoding cannot work for high resolution videos. The same might have to be done on other iMX devices. Change-Id: I202ee246d59ded0343a93b6bdf221bd69fcd22c5 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
| * qtquickcompiler: disable for BYOSSamuli Piippo2015-06-172-14/+34
| | | | | | | | | | | | | | | | | | QtQuickCompiler sources are not distributed, so for BYOS builds we need to disable. For now, only print note that it's not supported. Next step is to try to use the precompiled version from SDK. Change-Id: I8185e66fd2bc6471218ee3ea8520fa40c2c08592 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Remove recipe for QtQuick Enteprise ControlsSamuli Piippo2015-06-171-65/+0
| | | | | | | | | | | | | | No longer needed as it was merged to QtQuick Controls Change-Id: Iee7f43f75aa5e202ec9842ed3a16cc49602e3d18 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Support BYOS for enterprise only addonsSamuli Piippo2015-06-1710-33/+48
| | | | | | | | | | | | | | | | | | When QT_SDK_PATH has been set, use sources for all enterprise addons from the SDK installation path. This allows customers to build enterprise only addos and b2qt addons without access to qt-gerrit. Change-Id: I66ad8a2ff81628333ba7dd6042659c3fa220be8c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * b2qt-demos: include qtcanvas3d planets demoSamuli Piippo2015-06-171-5/+19
| | | | | | | | | | Change-Id: I86701ec160bcb0f90bb9d7ed22ec683ed7e261aa Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * tibidabo: add needed imx6 BBMASKSamuli Piippo2015-06-171-0/+2
| | | | | | | | | | Change-Id: I7e7027e2d8aa301933dd4ef0e1a4ee3049b370e4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Remove webengine from lesser machinesSamuli Piippo2015-06-163-0/+6
| | | | | | | | | | | | | | QtWebEngine does not build on these machines at the moment. Change-Id: Ide7865df10e2af5218b703856ac2b67f0668c1c4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Update to using Qt 5.5Samuli Piippo2015-06-1615-15/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes required to support Qt 5.5. - eglfs hooks are now plugins - disable Qt .bbappends from meta-fsl-extra - include qt3d and qtcanvas3d to image - remove QtQuickEnterpriseControls - use Qt Quick Compiler 3.0 - update Qt VKB sha1 - use 5.5 branch from meta-qt5 (playground repo) Change-Id: I6fe830ee1edf6937c40ddedba06fdf1694f9dacc Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Handle missing meta-qt5 layerSamuli Piippo2015-06-152-1/+5
| | | | | | | | | | | | | | | | | | If meta-qt5 layer is not available, remove it from bblayer.conf as well. When using --device qt5, use the pinned revisions of other meta layer repos. Change-Id: I42f12d9725f3871a49b81b711b5f97037c4febd0 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Include Qt recipes only when meta-qt5 layer is usedSamuli Piippo2015-06-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | If the meta-qt5 layer is not included in the BBLAYERS, then do not include our additional qt recipes from recipes-qt. This way meta-b2qt can be used with meta-qt5 just to build the base images/toolchain. By default, all bblayers.conf templates include meta-qt5, so it needs to be remove first to use this feature. Change-Id: I73b8f0e65a6f4f950498097a4801ba5f5325cd7d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Change how meta-qt5 repo is used with init scriptSamuli Piippo2015-06-124-14/+19
| | | | | | | | | | | | | | | | | | | | | | The manifest.xml and manifest_dizzy.xml no longer checkouts the meta-qt5 repo, but the init script expects it to exists next to the meta-b2qt repo. This will then work with BYOS where both meta layer are available. For internal use, add manifest_qt5.xml, which checkouts the meta-qt5 repo from internal playground server. Change-Id: Id00f18de80ca11ee4813248bc2a84861df265b6f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * fonts: update checksums for otf-notoSamuli Piippo2015-06-121-2/+3
| | | | | | | | | | | | | | Google has updated the noto fonts to 1.003 Change-Id: I8eaa0e97c1606f104c09f67cb2b5da8f3ddfcb0d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * qt5: no need to specify qt versionSamuli Piippo2015-06-121-3/+0
| | | | | | | | | | | | | | the include file was removed from upstream meta-qt5 Change-Id: I81d3e70bff8550e186057ff473ff0fb394373128 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * Use automatic parallelism options in local.conf.Eirik Aavitsland2015-06-111-6/+2
| | | | | | | | | | | | | | | | Since all targets now use current poky version, we can get rid of the workaround for dora which needed hardcoded values. Change-Id: Ia720c1da3f75f66a78e3ea09bb86c1182b72fb6d Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * tibidabo: use latest version poky for tibidaboSamuli Piippo2015-06-1134-54/+1536
| | | | | | | | | | | | | | | | | | | | Instead of using old patched version of poky for the meta-tibidabo layer, use the same version of all the meta layer as for the other devices. This requires the old u-boot, kernel, gpu driver and imx-lib recipes to be copied from meta-fsl-arm. Change-Id: I2e804fbe895370c23f8ae89cff4fe283302dabe1 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * No renaming for nitrogen6x anymoreSamuli Piippo2015-06-091-5/+1
| | | | | | | | | | Change-Id: I55cad9b2a0a418bd034e2c56d575164a5ccf4922 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
| * adbd: add dependency to libcapSamuli Piippo2015-06-081-1/+1
| | | | | | | | | | Change-Id: Ia368861d27325da72eb5e9f02e831ba896eb59df Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>