summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | ogl-runtime: update to 2.5Samuli Piippo2019-10-283-106/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia0e41696bceb06b76aaac21cca5930b2ff03b9ae Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * | | qt5: update submodulesMikko Gronoff2019-11-039-9/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.14.0 branch. Task-number: QTBUG-77876 Change-Id: Iffd2947fa21d29c83c61b7a35aa12b425d035534
| * | | qt5: update submodulesMikko Gronoff2019-11-0126-37/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.14.0 branch. ptest block removed from qttools_git.bb as qttools commit ec310d3d4e573aaed1e273f1e247f1bdc0c64d5c disabled qtdiag tests. Task-number: QTBUG-77876 Change-Id: Ica6ed568063056b81b8453592a91a88cd6093d51 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | | Update CI build to use Yocto 3.0 zeus releaseSamuli Piippo2019-11-041-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: Id13553a7fd68094bd4db8b566fdc55adac0de1a7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | | Add zeus to layer COMPATSamuli Piippo2019-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I90d2311eccfbc59d6bb92bde517acd4bb414700e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | | qt5: update to Qt 5.15Samuli Piippo2019-11-0438-45/+42
|/ / / | | | | | | | | | | | | | | | | | | Latest revision from 5.15 branches. Change-Id: Ie293c8af27caecb3cea06ef5993a00742423d679 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | Merge remote-tracking branch 'qtyocto/5.13' into 5.14Mikko Gronoff2019-10-286-34/+77
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qtyocto/5.13: 0be6a24 qt5: update submodules bf92306 Merge remote-tracking branch 'qtyocto/upstream/master' into 5.13 6442c54 qt3d-runtime: update to ogl-runtime v2.4 7bb213b qtvirtualkeyboard: update supported layouts eb63611 qt5-creator: Fix clangformat with clang 9.x 12ea469 qttools: Add CONFIG+=config_clang_done when not building with clang dc502d5 qtwebengine: Fix compile failure with 5.2+ kernel headers 8799d3b qtserialbus: Fix build with 5.2+ kernel headers e8aa2dd qtwebengine: Add pulseaudio support 4d8f350 qtwebengine: Rename jasoncpp to jsoncpp 725c87d qtwayland: do not reference private modules in cmake Qt5WaylandClient a41cd9e qtwayland: remove workaround for missing private headers (QTBUG-71340) Change-Id: Iac0ec8c35f65aa27a1bf0c6b5928d26f13bc0733
| * | qt5: update submodulesMikko Gronoff2019-10-2240-41/+41
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.13.2 branch. Task-number: QTBUG-78897 Change-Id: Ib95b6d901569c2a5ae64b66926fa27d79251c18a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | Merge remote-tracking branch 'qtyocto/upstream/master' into 5.13Mikko Gronoff2019-10-116-34/+77
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: 6442c54 qt3d-runtime: update to ogl-runtime v2.4 7bb213b qtvirtualkeyboard: update supported layouts eb63611 qt5-creator: Fix clangformat with clang 9.x 12ea469 qttools: Add CONFIG+=config_clang_done when not building with clang dc502d5 qtwebengine: Fix compile failure with 5.2+ kernel headers 8799d3b qtserialbus: Fix build with 5.2+ kernel headers e8aa2dd qtwebengine: Add pulseaudio support 4d8f350 qtwebengine: Rename jasoncpp to jsoncpp 725c87d qtwayland: do not reference private modules in cmake Qt5WaylandClient a41cd9e qtwayland: remove workaround for missing private headers (QTBUG-71340) Conflicts: recipes-qt/qt5/qtserialbus_git.bb Change-Id: I8f5248fb6f320555a231f59cddeb4c18ff810259
| | * qt3d-runtime: update to ogl-runtime v2.4Mikko Gronoff2019-09-235-16/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt 3D Studio Runtime 2.x switches/upgrades to OpenGL Runtime with version update 2.3 -> 2.4. * Contains new 3rdparty submodule EASTL (Electronic Arts Standard Template Library), recipe adjusted accordingly. * format-security, examples & musl libc build issues fixed Signed-off-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * qtvirtualkeyboard: update supported layoutsSamuli Piippo2019-09-231-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update PACKAGECONFIGs with all the supported keyboard layouts. Change-Id: I943629b33f6132a68f49f83bcf02e6d822ddb34f Reviewed-by: Kwangsub Kim <kwangsub.kim@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Signed-off-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * qt5-creator: Fix clangformat with clang 9.xKhem Raj2019-09-062-0/+37
| | | | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| | * qttools: Add CONFIG+=config_clang_done when not building with clangKhem Raj2019-09-031-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that dev packages from clang are not looked into during configure Define YOCTO_ALTERNATE_EXE_PATH pointing into target sysroot so that llvm-config can find the target libclang instead of native one Fixes linking ../../bin/qdoc TMPDIR/work/cortexa7t2hf-neon-vfpv4-yoe-linux-gnueabi/qttools/5.13.0+gitAUTOINC+cc9250477e-r0/recipe-sysroot-native/usr/lib/libclang.so: file not recognized: file format not recognized clang-9: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [Makefile:212: ../../bin/qdoc] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
| | * qtwebengine: Fix compile failure with 5.2+ kernel headersKhem Raj2019-09-032-0/+30
| | | | | | | | | | | | | | | | | | | | | Fixes error: 'SIOCGSTAMP' was not declared in this scope Signed-off-by: Khem Raj <raj.khem@gmail.com>
| | * qtserialbus: Fix build with 5.2+ kernel headersKhem Raj2019-09-032-0/+35
| | | | | | | | | | | | | | | | | | Backport relevant patch from upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
| | * qtwebengine: Add pulseaudio supportMichael Davis2019-08-221-1/+4
| | | | | | | | | | | | | | | | | | Add pulseaudio support if it is a distro feature Signed-off-by: Michael Davis <michael.davis@essvote.com>
| | * qtwebengine: Rename jasoncpp to jsoncppMichael Davis2019-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | jasoncpp is not the name of the package included in meta-oe. The correct naming is jsoncpp. Signed-off-by: Michael Davis <michael.davis@essvote.com>
| | * qtwayland: do not reference private modules in cmake Qt5WaylandClientAndreas Müller2019-08-222-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The files referenced are not installed causing trouble in projects using Qt5WaylandClientConfig.cmake: | CMake Error at /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-mortsgna-linux-gnueabi/liri-shell/0.9.0+gitAUTOINC+42bd7f4610-r0/recipe-sysroot/usr/lib/cmake/Qt5WaylandClient/Qt5WaylandClientConfig.cmake:110 (find_package): | Could not find a package configuration file provided by | "Qt5LinuxAccessibilitySupport" (requested version 5.13.0) with any of the | following names: | | Qt5LinuxAccessibilitySupportConfig.cmake | qt5linuxaccessibilitysupport-config.cmake Fixes: QTBUG-76042 [1] Upstream-Status: Applied [2] [1] https://bugreports.qt.io/browse/QTBUG-76042 [2] https://code.qt.io/cgit/qt/qtwayland.git/commit/?id=f4636b934f90b2a07b09f1925a86440cf1944d08 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| | * qtwayland: remove workaround for missing private headers (QTBUG-71340)Andreas Müller2019-08-221-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * reading [1] again caused hope bug is fixed * tested with buildhistory: no change at installed files detected * recipies affected (lirios/meta-qt5-extra) are building fine (with the patch following) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | | qt5: update submodulesv5.14.0-beta2Mikko Gronoff2019-10-2229-62/+46
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.14 branch. Task-number: QTBUG-77876 Change-Id: I2b539ee3c0687bf9bc16787878ad0e8e09e8b4d7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Merge remote-tracking branch 'qtyocto/5.13' into 5.14Mikko Gronoff2019-10-112-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qtyocto/5.13: 79a0e93 qt5: update submodules 9c73608 Use pcre packages by default ff4e4b2 qtbase-native: disable vulkan support 6699712 qtbase: update module 6ee7a2f qtbase: update module 7f3bdff qtbase: update module 7ce1036 qt5: update submodules Change-Id: I5c2dc4e13d6f2fcdcaa114c03267f8fdde6905ab
| * | qt5: update submodulesMikko Gronoff2019-10-1041-46/+46
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.13.2 branch. Task-number: QTBUG-78897 Change-Id: Ie7738c94e4f01bb2f2550affd5abe987c5959563 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * | Use pcre packages by defaultAlexandru Croitor2019-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This forces using the yocto provided package instead of the one in qtbase/src/3rdparty. Task-number: QTBUG-74133 Change-Id: I0491a829efbe6f91f0da47f42b9913a1e757220e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qtbase-native: disable vulkan supportSamuli Piippo2019-09-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Vulkan may get enabled if the host has vulkan headers available, which will cause a build break. Change-Id: Ia41519c9e29235e96cd07de604212e43b8d052f2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * | qtbase: update modulev5.13.1Mikko Gronoff2019-09-023-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest revision in Qt 5.13.1 branch. Task-number: QTBUG-76756 Change-Id: If0da7bb7ceb8b568f489ae588f950157e4b451ec Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qtbase: update moduleMikko Gronoff2019-08-303-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest revision in Qt 5.13.1 branch. Task-number: QTBUG-76756 Change-Id: Idcd9100e6998746d9505ed40cc54e96ecb28ba52 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qtbase: update moduleMikko Gronoff2019-08-233-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest revision in Qt 5.13.1 branch. Task-number: QTBUG-76756 Change-Id: I75afbd09a0581995b765dc531e8519b8e59a67ea Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * | qt5: update submodulesMikko Gronoff2019-08-197-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest content on Qt 5.13.1 branch Task-number: QTBUG-76756 Change-Id: I914897bcc7ba5cb94d300eb77b55d2bd3529cf83 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | | qt5: update submodulesv5.14.0-beta1Mikko Gronoff2019-10-0727-33/+34
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.14 branch. Task-number: QTBUG-77876 Change-Id: I06f789e0503baf0b89d63b76af0f45ea60af412b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: update submodulesMikko Gronoff2019-09-3019-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.14 branch. Task-number: QTBUG-77876 Change-Id: I4ac4af192210075f619cffe563ae40c9830c0acc Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qtlocation: use geoclue 2Samuli Piippo2019-09-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | QtLocation now has plugin for geoclue 2, remove old comment and change geoclue to be runtime dependency. Change-Id: Ie56ed30beb361db2b155f08ec97cabf8551e9a6f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | ogl-runtime: update to v2.5.0-beta1Mikko Gronoff2019-09-242-52/+1
| | | | | | | | | | | | | | | Change-Id: I76cfb6cab1d0b997b05967398e0863bad08a4e0e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: update submodulesv5.14.0-alphaMikko Gronoff2019-09-243-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.14 branch. Task-number: QTBUG-77876 Change-Id: I6538dfae82bf361f4aa0326f8864571b6b2a8de3 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | | qt5: update submodulesMikko Gronoff2019-09-2336-49/+49
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.14.0 branch. Task-number: QTBUG-77876 Change-Id: I9e654236787fe17974d90d3dc60a1c551287d77d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: update submodulesMikko Gronoff2019-09-1938-162/+75
| | | | | | | | | | | | | | | | | | | | | | | | Update to latest content in Qt 5.14.0 branch. Task-number: QTBUG-77876 Change-Id: I3ab35758a7e84bd15d50bcf794a9a3fd1fdaea3e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qtquick3d: add recipeMikko Gronoff2019-09-021-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally include *.mesh to fix QA Issue: qtquick3d: Files/directories were installed but not shipped in any package: /usr/lib/qml/QtQuick3D/Helpers/meshes /usr/lib/qml/QtQuick3D/Helpers/meshes/axisGrid.mesh Task-number: QTBUG-77870 Change-Id: Ied7f23c467a81c24a6629774bcb3a7ab541fbbc3 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: update submodulesMikko Gronoff2019-08-3025-42/+22
| | | | | | | | | | | | | | | | | | | | | | | | * Update Qt 5.14.0 content & switch branch dev -> 5.14 * qtenginio module removed Change-Id: I8f61a532db31ba6a09cdba5f5e47665bce81d718 Reviewed-by: Kari Hormi <kari.hormi@qt.io>
* | | qtscxml: fix test buildSamuli Piippo2019-08-202-1/+41
| | | | | | | | | | | | | | | Change-Id: Ie11c9d34f7e84e1a17d3a72507e9a3c37ddf664f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | maliit-framework-qt5: fix test installationsSamuli Piippo2019-08-202-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | The install rules have been broken, but so far qmake has been ignoring the errors. Change-Id: Ib913d1bb0b04f7e4125f508d430dddf65f4f2afd Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | Merge remote-tracking branch 'origin/5.13' into devSamuli Piippo2019-08-1646-425/+539
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.13: (22 commits) qt5-creator: fix bad merge qtbase: use offscreen platform plugin for tools coin: update poky and openembedded revisions qtwebengine: allow build for musl libc qt5: update submodules qt5: update to Qt 5.12.5 Add CI build instructions qt5-creator: fix build with musl ogl-runtime: fix build on musl libc qtdeclarative: Use qmlcachegen provided by OE instead of system one. qtbase-native: Always use qt provided doubleconversion library. qttools: Enable clang support when using clang qt5-creator: update to v4.9.2 maliit-framework-qt5: Fix build when ptest is enabled qtwebengine: Fix build on aarch64 qtwebengine: refresh the patches to apply qtremoteobjects: Use OE_PATH_EXTERNAL_HOST_BINS to enable cmake to find repc qt5: Upgrade to Qt 5.13.0 Allow enabling gui for native and nativesdk qt5everywheredemo: update HOMEPAGE ... Change-Id: I59c8da38833c99e3f8f24f09d04a48c9df79bbf5
| * | qt5-creator: fix bad mergeSamuli Piippo2019-08-161-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | Take the correct version of the patch that was left out in the latest merge. Change-Id: I780a57f149d90de2b56a4d1366ce71d26da7f484 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * | qtbase: use offscreen platform plugin for toolsSamuli Piippo2019-08-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Use offscreen platform plugin when running tools in native and nativesdk. It provides font support without additional settings. Change-Id: I47baf480d1db35f7695795babdc909c6360ae049 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>
| * | qtwebengine: allow build for musl libcSamuli Piippo2019-08-152-0/+24
| | | | | | | | | | | | | | | Change-Id: I5a772ff58ba1f1315a6b3b7b42b5a43db8f9d8bd Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Samuli Piippo2019-08-154-0/+208
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.12: qt5: update to Qt 5.12.5 Add CI build instructions qt5-creator: fix build with musl ogl-runtime: fix build on musl libc Change-Id: Ia5d0e73a06489bebf70897805bb0aa314ba5a663
| | * | qt5: update to Qt 5.12.5Samuli Piippo2019-08-1337-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7fcb677b9b9fcb28f2ba7977a4060036cc7a8c98 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * | Add CI build instructionsSamuli Piippo2019-08-122-0/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | qt5-creator: fix build with muslSamuli Piippo2019-08-091-3/+17
| | | | | | | | | | | | | | | | | | | | Change-Id: I4a5f92a94f2df289c9584d7be51caf67c3b3f5e3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * | ogl-runtime: fix build on musl libcSamuli Piippo2019-08-092-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use bits/local_lim.h only with glibc as it's not available on musl libc. Change-Id: I07fc3ac9681ecd9b39f39a4c517355016aaf8dd6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * | | Merge remote-tracking branch 'origin/upstream/master' into 5.13Samuli Piippo2019-08-1540-240/+304
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/upstream/master: qtdeclarative: Use qmlcachegen provided by OE instead of system one. qtbase-native: Always use qt provided doubleconversion library. qttools: Enable clang support when using clang qt5-creator: update to v4.9.2 maliit-framework-qt5: Fix build when ptest is enabled qtwebengine: Fix build on aarch64 qtwebengine: refresh the patches to apply qtremoteobjects: Use OE_PATH_EXTERNAL_HOST_BINS to enable cmake to find repc qt5: Upgrade to Qt 5.13.0 Allow enabling gui for native and nativesdk qt5everywheredemo: update HOMEPAGE qtconnectivity,qtsystems: Account for bluez4 from oe-core gdb_%.bbappend: Avoid PAK archive (application/x-pak) Change-Id: I24e0b7b95920df3722f84a1f3a2e74546dc74810