aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2024-03-211-1/+1
| | | | | | | | | | | | | | * Scarthcap update required for CI (also for meta-python2 in module_config.yaml) * qtbase CVE fix patches ingored as they're already merged. changelog: b8e1ae8c layer.conf: Update for the scarthgap release series 65a8be4d qtbase: Pick CVE-2023-51714 fix Conflicts: recipes-qt/qt5/qtbase_git.bb Change-Id: I872cad921a554f5398fb3bd4ffe58a4be81eaf62
* Merge remote-tracking branch 'upstream/master' into lts-5.15Mikko Gronoff2024-02-051-1/+0
| | | | | | | | | | | | | | | Also qtwebkit recipe removal reverted as merged change "1ff6fdcf qmake5: Move to EXPORT_FUNCTIONS" fixes build issues. changelog: 1ff6fdcf qmake5: Move to EXPORT_FUNCTIONS 526b61e1 qt5: upgrade to v5.15.12-lts-lgpl f23f1cd3 Revert "qt5: upgrade to v5.15.11-lts-lgpl" 7c4327ac qt5: upgrade to v5.15.11-lts-lgpl 25d86278 conf/layer.conf: Add meta-oe to LAYERDEPENDS 12f1cd76 qtbase: Patch to support xkbcommon 1.6.0 ee5e66ef examples: Update qt5-opengles2-test to most recent commit Change-Id: Ib02a73225f4689cb18c61712a0d3411c5ab7e70c
* coin: remove webkit recipe from buildMikko Gronoff2024-01-231-0/+1
| | | | | | | | | Fails with "Error: could not load cache". Remove from build until fix available upstream. Change-Id: Ie3754549d28f4cf1a85fa6f9593f50d1b78ba021 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* coin: add nanbield to meta-python2 supported layersMikko Gronoff2023-11-131-1/+1
| | | | | | | | | | Fails otherwise against master with: "ERROR: Layer meta-python2 is not compatible with the core layer which only supports these series: nanbield (layer is compatible with kirkstone mickledore langdale" Change-Id: Ieba132e4e84842be13b892b4fd7b18ace7f7974a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* coin: use INIT_MANAGER to select systemdMikko Gronoff2023-08-221-5/+1
| | | | | | | | | Yocto has INIT_MANAGER variable that can be used to select the init manager. Use it instead of doing all to separate changes ourselves. Change-Id: I475c5b0cc4e4b31f30103a9abd7d14357c4be583 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* coin: add workaround for QA warning on qemuMikko Gronoff2023-08-221-0/+3
| | | | | | | | QEMU has QA warning on runtime dependencies which breaks our CI build since they are treated as errors. Change-Id: I6278e21f69f17ae2520611c51f067cb938be3252 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2023-08-221-5/+3
| | | | | | | | | | | | | | | | | | | | | | | Notes: * Incoming qtbase backport already available since 5.15.13 * Chromium fix applied also to qtpdf recipe * Update CI build so that instead of building all recipes in the layer, only build relevant qt modules reducing CI failures coming from not maintained or not building recipes existing in the layer Changelog: 4c389047 qtwebengine: fix build with binutils-2.41 c83b6529 qtbase: Backport patch for CVE-2023-24607. a46344fd qttools: fix -staticdev package without opengl ... d86e2e82 python3-pyqt5: add 5.15.9 b1fd5592 python3-pyqt5-sip: add 12.12.1 3b2823b6 python3-pyqt-builder: add 1.15.0 fe4ed264 qtlocation: fix compilation with gcc13 Conflicts: recipes-qt/qt5/qtwebengine_git.bb Change-Id: I0a33b51b4f0871e015c679d19b53cc362535e6bc
* coin: disable goldSamuli Piippo2023-06-211-1/+1
| | | | | | | | Don't use ld-is-gold distro feature, it has issues with components unrelated to Qt. Change-Id: I5c4de9ffab5604c2dfbbe0f85580854f06b1cfa9 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Coin: fetch repo from githubSamuli Piippo2023-03-241-0/+1
| | | | | | | | | | | Git clones from google fail frequently with: >> fatal: early EOF >> error: index-pack died Switch to using github mirror for the git-repo repository. (cherry picked from meta-qt6 commit 61f984c49d495a00e944ccc437447782afeb8ec0) Change-Id: I4b6c2d0d8b58dadcf581787b9063bba53f274611 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* CI: update yocto targetsMikko Gronoff2023-02-231-23/+10
| | | | | | | | | | | | | | | | | | | | | After updating CI with Ubuntu 20.04 -> 22.04, the host python version is now 3.10 which is broken in gatesgarth branch: "File "/home/qt/work/build/poky/bitbake/lib/bb/persist_data.py", line 22, in <module> from collections import Mapping ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py)" Also, CI build against master branch has been on hiatus for a while due meta-python2 lacking layer support for langdale onwards. Update CI targets by adding LAYERSERIES_COMPAT override for meta-python2 layer to support newer yocto branches, drop the old EOL yocto branches (gatesgarth, hardknott, honister) and replace with more recent kirkstone & langdale. Re-enable master branch. Change-Id: Ia72fb6c45b7a4f489b0e4d5f3512e8a357231d2b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ari Parkkila <ari.parkkila@qt.io> Reviewed-by: Janne Juntunen <janne.juntunen@qt.io>
* Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2023-01-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | * Removed pyqtchart receipe from build as updated dependency (sip3 -> sip) is not present in meta-openembedded dunfell branch. * Removed Creator patch for API change that got fixed in updated creator revision. changelog: 1d1b19ff qtwebkit: Add packageconfig to build tools 88c8564e qtwebkit: Fix build with ruby 3.2+ b119822b qtpdf,qtwebengine: Fix build with 64bit time_t f1ac1203 qtbase: Fix build with 64bit time_t on glibc 8159b71f layer.conf: update LAYERSERIES_COMPAT for mickledore c22b8fac qt5-creator: bump SRCREV to fix compatibility with newer qt c555401f qtbase: add -DUSE_X11 Flag 2df0f760 qt5: upgrade to v5.15.7-lts-lgpl 1a917695 packagegroup-qt5-toolchain-target: Add qtquickcontrols2-qmlplugins RRECOMMENDS:${PN} 8363b198 qtbase-native: Reduce TMPDIR QA false positives for rcc generated files Task-number: QTBUG-109765 Change-Id: I97f2ef1f1d572768eacfd75e483ef341342c54bd
* coin: temporarily disable master branch buildMikko Gronoff2022-10-141-1/+1
| | | | | | | | | | | Yocto master branch has updated from kirkstone to langdale. meta-python2 layer does not support it yet, hence temporarily disable build against yocto master to keep meta-qt5 builds going. To be reverted when support available. Change-Id: If49d3ac68a5c169b2813b6fcb673d3aed69b8e96 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* coin: remove python recipes from exclude listMikko Gronoff2022-05-181-2/+0
| | | | | | | | | Once failing and temporarily excluded pyqt5 recipe was properly fixed ages ago. Remove working python recipes exclusion. Change-Id: Iaad9ca0506eb1417f592891ed3c747a70874d920 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* coin: start using ci manifestMikko Gronoff2022-05-171-16/+19
| | | | | | | | | As in meta-qt6, use manifests for ci targets to enable easy revision control over all yocto branches Change-Id: I71e396d5b369882e11a76fc7d9f609f27086866e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2022-05-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New QtPdf recipe adjusted to use same revision as lts-5.15 branch qtwebengine * New python3-ptest-qt recipe excluded * QtWebengine from upstream is newer than stated v5.15.8, almost 5.15.9 version, hence directly synced patches from upstream. Still needed 0012-chromium-Add-missing-include-for-C-strncpy.patch to build * Unneeded recipe specific QT_MODULE_BRANCH adjustments & module version alteration patches removed changelog: 5b71df60 qt5-creator: add pkgconfig to inherit 851a0ad5 maliit-framework-qt5, maliit-plugins-qt5: Disable tests for gcc too 98086b54 ogl-runtime: Check for ppc64 before ppc 4837db1d qtwebengine: Add libxkbfile only when x11 is in distro features 74c27fa5 qt5: upgrade to v5.15.3-lts-lgpl 32e6203c qtwebkit: Fix build when x11 is not in distro features 121c1bfd qtpdf: Fix build with clang on aarch64 06647dd2 qtpdf: Fix build with clang 6f82e21d qtwebengine: Add missing libxkbfile dependency 347fcfb1 qtwebengine: fix build with newer icu+libxml cc3d1c0c meta: update license names 5d4b73ad python3-pytest-qt: add 4.0.2 5fc0c4dc layers: Bump to use kirkstone d38470c2 qtwebengine: upgrade to v5.15.8 and use the same SRCREVs as qtpdf 642c0e2e qtpdf: fix BSD license like in qtwebengine a1232fbe qtpdf: remove duplicated patches 73326c90 qtpdf: add as dedicated recipe f23d41fe recipes-qt: update ambiguous "BSD" license with "BSD-3-Clause" ce5b4c9a qtbase: Fix ptest compilation with clang b34ac6ed qt5: set ALLOW_EMPTY for mkspecs subpackage Change-Id: Iafdfc96fa010231ece0b0b5dd286f7cd440aaa8d
* coin: Adapt to renamed variables in poky (kirkstone)Mikko Gronoff2022-03-013-14/+23
| | | | | | | | | | Adapt to having renamed variables in poky master/kirkstone by removing usage of BB_ENV_EXTRAWHITE & PNBLACKLIST, moving relevant configs to separate test-ci.inc for ease of use in the future. Change-Id: I71753af2092d9a345418928d511f006132d594b0 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* coin: add yocto master branch targetJani Suonpera2022-02-012-5/+18
| | | | | | | Task-number: QTBUG-99162 Change-Id: Ia297a036d8912f4d8be8022be5a00d9ba0bb66ec Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Use correct domain for yocto-cacheSamuli Piippo2021-11-241-1/+1
| | | | | Change-Id: I0d8ec4d55c1063ab64b7d9f6fb07a4c3fb2669b3 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* coin: use openembedded from the upstream sourceSamuli Piippo2021-11-041-1/+1
| | | | | | | | | Github won't be supporting git protocol anymore, switch to using layer from openembedded.org. Task-number: QTBUG-97939 Change-Id: Ie830ec8ddbda9002a31392926d209321a1f773c8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* coin: add yocto branches Hardknott and Honister to Coin integrationJani Suonpera2021-10-122-23/+37
| | | | | | | | - Configure build targets Hardknott and Honister. Task-number: QTBUG-96439 Change-Id: I97dd2ac622adbf9cde051ffab3d40c279472eca0 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update Coin configurationJani Suonpera2021-09-213-54/+80
| | | | | | | | | | | | | Increase timeout because full build might take more than 8h. Increase cores from 8 to 16 Add SDK_XZ_COMPRESSION_LEVEL = "-1" for decrease memory usage. Replace build machines Ubuntu 18.04 with Ubuntu 20.4. Add target qemuarm. Task-number: QTBUG-91354 Change-Id: I47a41acf21fcb9c58ca2ce5137e4cf1f1a807243 Reviewed-by: Jani Suonpera <jani.suonpera@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'qt/upstream/master' into 5.15Jani Suonpera2020-12-041-2/+2
| | | | | Task-number: QTBUG-88755 Change-Id: I7adf9d6bb5fb8a2b0893d1c4b142db73996f20b9
* coin: move test configs to separate fileSamuli Piippo2020-11-202-88/+84
| | | | | | | | Separate test-configs.inc allows easy local build setup to match the CI build configuration. Change-Id: I64930c88ea1cba3f9f039881dc0ba947feeb9a34 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Merge remote-tracking branch 'qt/upstream/master' into 5.15Mikko Gronoff2020-07-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The updated pyqt5 recipe removed from build as it had incorrect checksum & SRC_URI seems to be inaccessible (it is a snapshot build that seems to get overwritten by the next build, meaning the package version defined in pyqt5 recipe title is accessible only a short while). Vulkan PACKAGECONFIG already included in our layer, removed the duplicate entry. * upstream/master: 1650757f python3-pyqt5: Update to 5.15 version e8a44772 ogl-runtime: update to v2.7.0 098b9aca qt5-creator_git: add x11 and opengl to REQUIRED_DISTRO_FEATURES fbbd24d9 qtwayland: conditional to support PACKAGECONFIG wayland-egl 62bb2ca6 qtbase: Add vulkan to PACKAGECONFIGs b4340317 qt5: upgrade to 5.15.0 Conflicts: recipes-qt/qt5/nativesdk-qtbase_git.bb recipes-qt/qt5/qt3d_git.bb recipes-qt/qt5/qt5-git.inc recipes-qt/qt5/qtbase-native_git.bb recipes-qt/qt5/qtbase/0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch recipes-qt/qt5/qtbase/0017-input-Make-use-of-timeval-portable-for-64bit-time_t.patch recipes-qt/qt5/qtbase_git.bb recipes-qt/qt5/qtcharts_git.bb recipes-qt/qt5/qtcoap_git.bb recipes-qt/qt5/qtconnectivity_git.bb recipes-qt/qt5/qtdatavis3d_git.bb recipes-qt/qt5/qtdeclarative/0002-Use-python3-explicitly.patch recipes-qt/qt5/qtdeclarative_git.bb recipes-qt/qt5/qtgamepad_git.bb recipes-qt/qt5/qtgraphicaleffects_git.bb recipes-qt/qt5/qtimageformats_git.bb recipes-qt/qt5/qtknx_git.bb recipes-qt/qt5/qtlocation_git.bb recipes-qt/qt5/qtlottie_git.bb recipes-qt/qt5/qtmqtt_git.bb recipes-qt/qt5/qtmultimedia_git.bb recipes-qt/qt5/qtnetworkauth_git.bb recipes-qt/qt5/qtopcua_git.bb recipes-qt/qt5/qtpurchasing_git.bb recipes-qt/qt5/qtquick3d_git.bb recipes-qt/qt5/qtquickcontrols2_git.bb recipes-qt/qt5/qtquickcontrols_git.bb recipes-qt/qt5/qtquicktimeline_git.bb recipes-qt/qt5/qtremoteobjects_git.bb recipes-qt/qt5/qtscript_git.bb recipes-qt/qt5/qtscxml_git.bb recipes-qt/qt5/qtsensors_git.bb recipes-qt/qt5/qtserialbus_git.bb recipes-qt/qt5/qtserialport_git.bb recipes-qt/qt5/qtsvg_git.bb recipes-qt/qt5/qttools_git.bb recipes-qt/qt5/qttranslations_git.bb recipes-qt/qt5/qtvirtualkeyboard_git.bb recipes-qt/qt5/qtwayland_git.bb recipes-qt/qt5/qtwebchannel_git.bb recipes-qt/qt5/qtwebengine/0004-mkspecs-Allow-builds-with-libc-glibc.patch recipes-qt/qt5/qtwebengine_git.bb recipes-qt/qt5/qtwebglplugin_git.bb recipes-qt/qt5/qtwebsockets_git.bb recipes-qt/qt5/qtwebview_git.bb recipes-qt/qt5/qtx11extras_git.bb recipes-qt/qt5/qtxmlpatterns_git.bb Change-Id: I35e5db6b4f122290c2ff0c011d68636edde8e861
* coin: update yocto to 3.1.1 (dunfell)Mikko Gronoff2020-07-081-5/+5
| | | | | | | | | | - update poky to 3.1.1 tag in dunfell branch - update meta-openembedded & meta-python2 to latest commits in their corresponding dunfell branches - remove unneeded USE_RUBY variable from .yaml Change-Id: Ibc2f595f75659901f473089251de96c13d599097 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* coin: remove webkit excludeMikko Gronoff2020-04-161-1/+0
| | | | | | | webkit was updated and builds now Change-Id: I6939f3a53fdb7c59ad282c70e29a422aab991978 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'qt/upstream/master' into 5.15Mikko Gronoff2020-04-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Diff in SRCREVs are due checkout from commit vs. checkout from corresponding tag in modules. The content is the same. * metatypes inclusion was a bit different in upstream, synced with upstream * update module_config.yaml * upstream/master: 02930760 qtmultimedia: create /usr/lib/plugins/videoeglvideonode referenced by Qt5MultimediaConfig.cmake b8bcf8cb qt5: upgrade to 5.15 beta3 eac416fe qtdeclarative: bump SRCREV 6558d2b5 nativesdk-qtbase: fix unpackaged files 6b2323f3 qtwebengine: update patches for beta2 20ae10f0 qt5: upgrade to 5.15 beta2 a01de873 qtwebengine: fix QT_MODULE_BRANCH_CHROMIUM b88c292a qtquick3d: Fix branch for fetching assimp submodule df67d5a7 qt3d: update patch to apply a38953a6 qt5: upgrade to latest revisions in 5.15 branch 9a645b02 qtwebengine: update patches for latest 5.15 revision 6cce9817 qtwebengine: update patches for 5.15 50e35581 qtbase: update patches for latest 5.15 revision 9f024a55 qtdeclarative: add dependency on qtdeclarative-native 76125ba8 qt5.inc: package metatypes files f3379951 qtbase: drop xkb, xcb-xinput PACKAGECONFIGs 44405373 qt5: upgrade to latest revisions in 5.15 branch 5e189731 layer: Mark dunfell as the only compatible release 3e759d82 qtwebengine: Fix build with ninja >= 1.10.0 f712bf9f python-pyqt5: remove PyQt_qreal_double from DISABLED_FEATURES 79b0f3a6 python-pyqtchart: remove PyQt_qreal_double from DISABLED_FEATURES 34ae49f8 qtmultimedia: Enable gstreamer support 108b5664 gstreamer1.0-plugins-good: Turn on qt5 packageconfig 4b6ce100 qt5-creator: Inherit mime-xdg 89de99e7 python-{pyqt5,pyqtchart}: fold .inc file into .bb 5d790449 python-pyqt5: drop python 2 recipe b2a958a4 python-pyqt5: disable whole PyQt_OpenGL and QtWidgets, QtQuickWidgets, QtQuick modules without opengl in DISTRO_FEATURES Conflicts: conf/layer.conf recipes-qt/qt5/nativesdk-qtbase_git.bb recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch recipes-qt/qt5/qt3d_git.bb recipes-qt/qt5/qt5-git.inc recipes-qt/qt5/qtbase-native_git.bb recipes-qt/qt5/qtbase_git.bb recipes-qt/qt5/qtdeclarative_git.bb recipes-qt/qt5/qtlocation_git.bb recipes-qt/qt5/qtmultimedia_git.bb recipes-qt/qt5/qtquick3d_git.bb recipes-qt/qt5/qtremoteobjects_git.bb recipes-qt/qt5/qtserialport_git.bb recipes-qt/qt5/qttools_git.bb recipes-qt/qt5/qtvirtualkeyboard_git.bb recipes-qt/qt5/qtwebengine/chromium/0014-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch recipes-qt/qt5/qtwebengine/chromium/0017-chromium-musl-linux-glibc-make-the-distinction.patch recipes-qt/qt5/qtwebengine/chromium/0018-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch recipes-qt/qt5/qtwebengine_git.bb recipes-qt/qt5/qtwebview_git.bb Change-Id: I61a651fd16d475ac0d8bbe119a3e3a8038692726
* Merge remote-tracking branch 'qt/5.14' into 5.15Mikko Gronoff2020-04-141-2/+2
|\ | | | | | | | | | | | | | | | | | | b2c812bf coin: update poky to 3.1_M3 from master 1aa8366b (tag: v5.14.2) qtbase: update module 6d8b91fe qt5: update submodules cbf2529a qt5: update submodules ef88f723 qt5: update submodules Change-Id: I5923d74d8a0481ebcae11a06cb507ead9e73f87a
| * coin: update poky to 3.1_M3 from master5.14Mikko Gronoff2020-04-111-2/+2
| | | | | | | | | | | | | | - Also update to latest revision in meta-oe (master) Change-Id: I59c4f48d4e3e8066dfff42dffdbe199678079ccf Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'qt/5.14' into 5.15Mikko Gronoff2020-03-101-0/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qt/5.14: de2ecaa1 coin: update module_config.yaml with meta-python2 support f9a58d62 Merge remote-tracking branch 'qt/upstream/master' into 5.14 2da972e5 qt5: update submodules 9be6548e qt5: update submodules b5e4f925 qtquicktimeline: add recipe abb42351 (qt/upstream/master) qtwebview: Skip if meta-python is not present caf09cd5 Add PyQtChart. f18d5948 qtbase: fix build with platform where FE macro are not defined c8cd55b0 qtwebkit: build with python3 0bbd0ebe qtwebengine: Link libatomic on x86/32bit 23914740 Revert "qtwebkit: remove" 8cadcbcb qt5: upgrade to 5.14.1 f13a3cec packagegroup-qt5-toolchain-target: Use TUNE_PKGARCH instead of MACHINE_ARCH a35403dc qtwebkit: remove a797f85c python-pyqt5, qtwebengine, qtwebkit, qt-kiosk-browser: skip without meta-python2 b1f4f1fd Revert "recipes: Use python3 during build" 47fb26de recipes: Use python3 during build 4060f68d qt-kiosk-browser: Only support arm/x86 fd376e15 qtwebengine: Fix missing headers found in build with clang 7f324f11 gstreamer1.0-plugins-good: Adjust bbappend for meson migration in core 1365691f qttools: remove ptest installation 254576f9 qt-kiosk-browser: Add recipe 47399df9 nativesdk-packagegroup: fix cmake builds using sdk Conflicts: recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb recipes-qt/qt5/nativesdk-qtbase_git.bb recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch recipes-qt/qt5/qt3d_git.bb recipes-qt/qt5/qtbase-native_git.bb recipes-qt/qt5/qtbase_git.bb recipes-qt/qt5/qtcharts_git.bb recipes-qt/qt5/qtcoap_git.bb recipes-qt/qt5/qtconnectivity_git.bb recipes-qt/qt5/qtdeclarative_git.bb recipes-qt/qt5/qtimageformats_git.bb recipes-qt/qt5/qtknx_git.bb recipes-qt/qt5/qtlocation_git.bb recipes-qt/qt5/qtmultimedia_git.bb recipes-qt/qt5/qtquick3d_git.bb recipes-qt/qt5/qtquickcontrols2_git.bb recipes-qt/qt5/qtremoteobjects_git.bb recipes-qt/qt5/qtscript_git.bb recipes-qt/qt5/qtserialbus_git.bb recipes-qt/qt5/qtsvg_git.bb recipes-qt/qt5/qttools_git.bb recipes-qt/qt5/qtwebengine_git.bb recipes-qt/qt5/qtwebsockets_git.bb recipes-qt/qt5/qtwebview_git.bb Change-Id: I41b3b999dc1278342e33dda3b66af1990e8da090
| * coin: update module_config.yaml with meta-python2 supportMikko Gronoff2020-03-031-0/+6
| | | | | | | | | | | | | | Add meta-python2 layer now needed for building several modules Change-Id: I683897a1f727298bdec84b35e8bd8f1be10f8615 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesMikko Gronoff2020-02-041-0/+3
|/ | | | | | | | | | | | * Update to latest content in Qt 5.15 branch * Exclude qtwebkit recipe from CI & toolchain as it does not build with latest 5.15 content * Remove qtwebkit dependency in qtcreator recipe, it is not needed anymore Task-number: QTBUG-80823 Change-Id: I4e98c56749f5f5cd24efbd1e021b39e3947954a5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* coin: update poky to 3.1_M1 from masterSamuli Piippo2020-01-131-2/+3
| | | | | Change-Id: I2c4d5ce647db56ffbdee816910654609a742254a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* coin: update poky and openembedded revisionsSamuli Piippo2019-08-151-2/+2
| | | | | | | Use 2.8_M2 for poky and latest from master for openembedded. Change-Id: I1ea4b17859fdb9c03d493a7e02632cd8d36684c5 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Add CI build instructionsSamuli Piippo2019-08-121-0/+180
Instructions for Coin integration builds are defined in a yaml file. Use fixed sha1s for poky and openembedded meta layers and build all recipes located in meta-qt5 layer. Include world_fixes used by the upstream yocto projects. Task-number: QTPM-1138 Change-Id: I88a8c2551fd3016fa5a7409142d77d876e936656 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>