aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * python3-pyqt5-sip: add 12.12.1Justin Bronder2023-06-121-0/+10
| | | | | | | | | | | | | | Runtime dependency of PyQt5. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * python3-pyqt-builder: add 1.15.0Justin Bronder2023-06-122-0/+59
| | | | | | | | | | | | | | This is required to build PyQt5 now. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtlocation: fix compilation with gcc13Denys Dmytriyenko2023-06-122-0/+53
| | | | | | | | | | | | | | Fix declaration errors with C standard integers. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
* | qt5: update submodulesMikko Gronoff2023-08-156-6/+6
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15.15 branch. Task-number: QTBUG-113945 Change-Id: Ic5013efb4caaec06091e23de87ab1437fb7c719d Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* | qt5: update submodulesMikko Gronoff2023-08-146-8/+8
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15.15 branch. Task-number: QTBUG-113945 Change-Id: If845da41c24892bf684ff1147463fa04bb4cc6d4 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-08-076-6/+6
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15.15 branch. Task-number: QTBUG-113945 Change-Id: Id6a84273b542f9287f7480b9f92512c5bf35c474 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | qt5: update submodulesMikko Gronoff2023-06-275-7/+7
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15.15 branch. Task-number: QTBUG-113945 Change-Id: I21dba52f09b7d3d34c21b05e66b8c1af7d83581e Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* | qt5: update submodulesSamuli Piippo2023-06-2144-47/+47
| | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Change-Id: Id5e440986c60baec2c61b7dc03c3c57c4d2798e8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | 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>
* | Bump version to 5.15.15Mikko Gronoff2023-06-021-1/+1
| | | | | | | | | | Change-Id: I97c1fad7c6018480cba6a22ca1583b63c1583634 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | Update The-Qt-Company-CommercialJani Heikkinen2023-05-291-89/+203
| | | | | | | | | | | | | | | | | | Update Appendix 9 Add missing Appendix 11 Task-number: QTBUG-113132 Change-Id: I5fd4e1b04459989d1bc50696683606f0b71c2b1e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesv5.15.14-ltsMikko Gronoff2023-05-1913-881/+14
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15.14 branch. Task-number: QTBUG-111835 Change-Id: I4281e1a1b919958caba117d818eb9eb68bfbb1b7 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 Gronoff2023-05-025-3/+30
|\| | | | | | | | | | | | | | | | | | | | | The qtbase patch was removed in a change in previous upstream merge commit. This merge brings it back with necessary SRC_URI updates. changelog: cf6ffcba qt3d,qtquick3d: Update assimp SRC_URI 7b83cadb qtbase: Fix build on 32bit arches with 64bit time_t 77b6060c qtsmarthome: update SRC_URI Change-Id: I0d9d5d61655b7699e96b2a0fc7554be8a49da1c7
| * qt3d,qtquick3d: Update assimp SRC_URIRyan Eatmon2023-04-282-2/+2
| | | | | | | | | | | | | | | | The previous branch has been removed from the specified repo. Updating to a code.qt.io repo and branch that still contains the requested SRCREV. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtbase: Fix build on 32bit arches with 64bit time_tKhem Raj2023-04-252-0/+27
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * qtsmarthome: update SRC_URIGianfranco Mariotti2023-04-251-1/+1
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2023-04-2750-138/+1017
|\| | | | | | | | | | | | | | | | | | | | | | | changelog: 962f45e2 qt3d: Add new Assimp submodule e55593fb qtwebengine, qtpdf: Fix build with gcc-13 9537acc9 qtwebengine, qtpdf: upgrade to latest 5.15.13 e551f7b3 qtwebkit: Fix build with gcc-13 3b21fad6 qtbase: fix Upstream-Status format abd817d7 qt5: upgrade to v5.15.9-lts-lgpl Change-Id: Ic8df3bb4b9c2816fd0a847516c986a6280c1bf31
| * qt3d: Add new Assimp submoduleBernhard Hartleb2023-04-131-0/+9
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine, qtpdf: Fix build with gcc-13Martin Jansa2023-04-123-4/+871
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebengine, qtpdf: upgrade to latest 5.15.13Martin Jansa2023-04-1234-136/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use latest revision from chromium 87-based repo instead of the revision from submodule, there are couple more security fixes: $ git log --oneline e48df7803c7c98b0b2471c94057d32e44a301ad5..origin/87-based fb66d7ca964 (origin/87-based) [Backport] CVE-2023-1530: Use after free in PDF (1/2) 7d80d640bf7 [Backport] CVE-2023-1531: Use after free in ANGLE 906ec4b3148 [Backport] Security bug 1418734 7acd92df98d [Backport] Security bug 1417585 d4dae0cad19 [Backport] Security bug 1337747 bfc3d37f279 [Backport] CVE-2023-1534: Out of bounds read in ANGLE 6514de99619 [Backport] CVE-2023-1529: Out of bounds memory access in WebHID 799ad56b699 [Backport] CVE-2023-1222: Heap buffer overflow in Web Audio API 9dd9b39ef9d [Backport] CVE-2023-1220: Heap buffer overflow in UMA ca58730e230 [Backport] CVE-2023-1219: Heap buffer overflow in Metrics (3/3) c1d9b7fd4fa [Backport] CVE-2023-1219: Heap buffer overflow in Metrics (2/3) 53d71ca32b1 [Backport] CVE-2023-1219: Heap buffer overflow in Metrics (1/3) bf140f0d01b [Backport] CVE-2023-1217: Stack buffer overflow in Crash reporting aec0b21eb33 [Backport] CVE-2023-1215: Type Confusion in CSS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebkit: Fix build with gcc-13Martin Jansa2023-04-1214-45/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * there are few newer commits since the SRCREV used in this recipe it might be useful if someone is still using this (I don't, so I'll just fix the build failure with gcc-13 and cleanup the .patch files): $ git log --oneline 10cd6a106..origin/5.212 ac8ebc6c3 (origin/5.212) Enable QML tests 5a99e5d4c Import QtWebKit commit 5d89eef9bc689abb59ef799b445c35b1e322b3f1 685ed792f Import QtWebKit commit 143b469188bde226d5e70cff5f01699b8a29d865 8967b4f87 Import QtWebKit commit 6faf5d547055321f0d518fe83766499cac5d8664 08eaf858c Import QtWebKit commit cf37bc44f798d3c5a26d17086ada92688b9bfe6d 412e257d0 Workaround for Windows Store python3.exe e16357a52 Import QtWebKit commit f966d667c14ddcfe983f4a31fc80a1edbb6ada10 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtbase: fix Upstream-Status formatMartin Jansa2023-04-121-1/+1
| | | | | | | | | | | | | | | | | | WARNING: qtbase-5.15.9+gitAUTOINC+42e4ae042a-r0 do_patch: QA Issue: Malformed Upstream-Status in patch /OE/build/oe-core/meta-qt5/recipes-qt/qt5/qtbase/0016-tst_qpainter-FE_-macros-are-not-defined-for-every-pl.patch Please correct according to https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations:_Upstream-Status : Upstream-Status: submitted [https://codereview.qt-project.org/c/qt/qtbase/+/289447] [patch-status-noncore] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qt5: upgrade to v5.15.9-lts-lgplBernhard Hartleb2023-04-1141-84/+45
| | | | | | | | | | | | | | | | | | Update all available SRCREVs and remove obsolete patches https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.8/release-note.md https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.9/release-note.md Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | qt5: update submodulesMikko Gronoff2023-04-2411-11/+11
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-111835 Change-Id: I45115ceb476135e631c11a8b81f6e2c7ad44a6f1 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* | Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2023-04-195-16/+21
|\| | | | | | | | | | | | | | | | | changelog: 41fefb7c gdb: remove bbappend 480716e4 qt5-git: do not override CVE products ee5f9fc0 qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ Change-Id: I596227e66d52c566e1ad0a84d445ac4db0ed2070
| * gdb: remove bbappendMartin Jansa2023-04-031-2/+0
| | | | | | | | | | | | | | | | * not worth breaking yocto-check-layer because of this * https://github.com/meta-qt5/meta-qt5/issues/511 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qt5-git: do not override CVE productsAndrej Valek2023-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | Some components use also base name in NVD CVE database product: | sqlite> select * from products where product like 'qtbase'; | CVE-2019-18281|qt|qtbase|5.11.0|>=|5.11.3|<= | CVE-2019-18281|qt|qtbase|5.12.0|>=|5.12.5|< | sqlite> select * from products where product like 'qtsvg'; | CVE-2021-45930|qt|qtsvg|5.0.0|>=|5.15.2|<= | CVE-2021-45930|qt|qtsvg|6.0.0|>=|6.2.1|<=
| * qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++Khem Raj2023-04-033-13/+20
| | | | | | | | | | | | | | | | | | | | When using runtime-llvm it links with libc++ for host pieces as well e.g. gn, therefore its going to use the c++ runtime thats built with libcxx-native/compiler-rt-native and it does provide static C++ runtime It builds for rv64 now, therefore enable it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | qt5: update submodulesMikko Gronoff2023-04-128-8/+8
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-111835 Change-Id: I61850ccb485edef4308cf2cd8dbc5ffb4d26fc81 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Janne Juntunen <janne.juntunen@qt.io>
* | qt5: update submodulesMikko Gronoff2023-03-248-8/+8
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-111835 Change-Id: Iad9e341f21942c1ba8b58046ea9873a3b8b8ba75 Reviewed-by: Samuli Piippo <samuli.piippo@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>
* | Merge remote-tracking branch 'upstream/master' into lts-5.15Mikko Gronoff2023-03-2261-17/+157
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 190e326f qtbase: Readd missing objcopy in linux-oe mkspecs a7b4c5a5 qtvirtualkeyboard: Fix build when std=c++17 2c7ddcef .patch: Add missing Upstream-Status and Signed-off-by 819bf30f qttools,tufao: fix Upstream-Status formatting Conflicts: recipes-qt/qt5/qt5-creator/0002-clangformat-Fix-build-with-LLVM-13.patch recipes-qt/qt5/qt5-creator/0003-clangformat-Fix-build-with-LLVM-13.patch recipes-qt/qt5/qtbase/0008-Replace-pthread_yield-with-sched_yield.patch recipes-qt/qt5/qtwebengine/0002-qmake.conf-lower-MODULE_VERSION-to-5.15.X.patch Change-Id: Id07a1351cac96b0e3a868e6b12042c7668a14b69
| * qtbase: Readd missing objcopy in linux-oe mkspecsStefan Sonski2023-02-152-12/+15
| | | | | | | | | | Signed-off-by: Stefan Sonski <s.sonski@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtvirtualkeyboard: Fix build when std=c++17Khem Raj2023-02-112-0/+68
| | | | | | | | | | | | | | | | clang-16 will be defaulting to c++17 across C++ runtime as well, which means auto_ptr is reported as error, make provisions to replace it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * .patch: Add missing Upstream-Status and Signed-off-byMartin Jansa2023-02-1157-0/+73
| | | | | | | | | | | | | | | | | | | | | | * a lot of Pending, but don't follow this example for other layers in this case I didn't want to spend more time on the patches because whole meta-qt5 is dead-end and not worth spending more of my free time. If you're interested in Qt switch to meta-qt6 which is still receiving updates. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qttools,tufao: fix Upstream-Status formattingMartin Jansa2023-02-113-3/+3
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | qt5: update submodulesMikko Gronoff2023-03-1744-45/+45
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-111835 Change-Id: Id312164511080e55438b47fb4599de81b301e516 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesv5.15.13-ltsMikko Gronoff2023-03-023-5/+5
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15.13 branch. Task-number: QTBUG-109768 Change-Id: I83c9c8c139ecc3e93b4d2e04a99910a93ba53a02 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-02-2415-20/+20
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15.13 branch. Task-number: QTBUG-109768 Change-Id: I2e761ae24dcf789bd69412eaaf317e78411cf365 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@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>
* | qt5: update submodulesMikko Gronoff2023-01-3110-72/+11
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-109768 Change-Id: I6c3cb20d7478fac248f5a89c4aafe0309227f9d9 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-01-237-7/+7
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-109768 Change-Id: I4c6e15b4ecf3002c1115bbd21e1c2b4cc60ca537 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-01-176-6/+6
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-109768 Change-Id: I62d7896b865c815c113ef0ffc3e810dbe8ffc640 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qtpdf: sync with latest qtwebengine revisionMikko Gronoff2023-01-121-1/+1
| | | | | | | | | | | | | | | | Use the same source for qtpdf & qtwebengine. Amends submodule update commit a02581b881e2bc7026eba1db8a66dcfce1012ce2. Change-Id: Id66001fba041106058a80bb26bd04a7acb2b2d0d Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2023-01-1121-141/+179
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * qtwebkit: Add packageconfig to build toolsKhem Raj2023-01-071-0/+1
| | | | | | | | | | | | | | Keep it disabled by default Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtwebkit: Fix build with ruby 3.2+Khem Raj2023-01-074-69/+50
| | | | | | | | | | | | | | Ruby 3.2 removes Object#=~ completely Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtpdf,qtwebengine: Fix build with 64bit time_tKhem Raj2023-01-073-0/+39
| | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtbase: Fix build with 64bit time_t on glibcKhem Raj2023-01-072-0/+38
| | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * layer.conf: update LAYERSERIES_COMPAT for mickledoreMartin Jansa2023-01-031-1/+1
| | | | | | | | | | | | | | * oe-core switched to mickedore in: https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>