summaryrefslogtreecommitdiffstats
path: root/recipes-qt
AgeCommit message (Collapse)AuthorFilesLines
2018-01-23qtbase: Remove -no-use-gold-linker optionChanghyeok Bae1-3/+0
Bug-AGL: SPEC-1181 Change-Id: I104b459c6ad0fb904dfeca0b7a8c1fdc73da1794 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-01-03Add QtAGLExtrasTadao Tanikawa1-0/+5
Qt AGLExtras module provides a set of easy to create AGL Qt application. It uses the AGL HMI and application framework, therefore the application can be easily integrated to AGL HomeScreen/WindowManager on AGL Demo Platform. Bug-AGL: SPEC-1229 Change-Id: If4b2d3087f46cef7ce61487f6f8a6acd4bbf4d98 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-12-19Remove qtwebkit from packagegroup-qt5-toolchain-targetStephane Desneux1-0/+8
When building agl-demo-platform-crosssdk, qtwebkit is pulled and built due to packagegroup-qt5-toolchain-target. This commit breaks the dependency between packagegroup-qt5-toolchain-target and qtwebkit. Bug-AGL: SPEC-1159 Change-Id: I6e6d705c1407faa3f8ab8fe0d5e1fc39f0b15a6f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-10-11Add missing qtcharts Qt5 module in AGL demoMark Farrugia1-0/+1
This is needed for building applications which utilize the Qt5Charts module. Bug-AGL: SPEC-929 Change-Id: Ife36723900f1e8a846424f3bf4f06cccd3f1bc1b Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
2017-10-11Don't use libegl on nogfx target boardRomain Forlot2-2/+3
Bug-AGL: SPEC-903 Change-Id: I4593873cc9cb0ad32ef4f377125901eee08daf04 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-09-15Revert "Fix rpm metadata issue between cmake and nativesdk-qtbase"Jan-Simon Moeller1-4/+0
This reverts commit ecc327fed8f801f0d579bdd4e1d9ab9023a8eb49. New fix upcoming in meta-agl/meta-agl-distro . Change-Id: Iba253672933dea2ce7f2e20fc5be5e6efc7946cd Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-14Fix rpm metadata issue between cmake and nativesdk-qtbaseJan-Simon Möller1-0/+4
file /opt/poky-agl/4.90.0+snapshot/sysroots/x86_64-aglsdk-linux/environment-setup.d conflicts between attempted installs of nativesdk-cmake-3.7.2-r0.x86_64_nativesdk and nativesdk-qtbase-tools-5.8.0+git0+49dc9aa409-r0.x86_64_nativesdk Reference: https://stackoverflow.com/questions/45716949/during-sdk-build-environment-setup-d-conflicts-between-attempted-installs Bug-AGL: SPEC-888 Change-Id: Iba6dd819cec44da26744a35eee31da968c9eb6ce Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-06Upgrade to pyroChanghyeok Bae1-0/+3
wayland-ivi-extension: Arrange recipe - Remove unecessary variable in PACKAGECONFIG - Arrange test-path.patch to upgrade wayland-ivi-extension qtbase: Fix build error due to binutils 2.28 bug - gold linker from binutils 2.28 may produce duplicate library symbols, which makes shared libraries created with it not usable with conventional ld linker. - See https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183069&action=diff weston: Change recipe version libdbus-c++: Remove recipe and add bbappend file - meta-openembedded (pyro) already has same version. - Remove PNBLACKLIST[libdbus-c++] to use this component. packagegroups / agl-demo.inc : - move inclusion of qtwebkit out of agl-demo.inc into packagegroup-agl-demo - this fixes an inclusion bug Bug-AGL: SPEC-646 Change-Id: Ia71d5f4dc881f0d8f8f24a5574c9efc0f2da6245 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2017-07-26qtbase-native: backport qdbuscpp2xml segfault fixMartin Kelly1-0/+3
Backport this patch: https://github.com/meta-qt5/meta-qt5/commit/bf7cdd963008f2d61bc4c324fff2bfafe511fb5f Which causes the build to fail on recent Qt versions (e.g. the version present in Debian Stretch, but not that in Debian Jessie). BUG-AGL: SPEC-783 Change-Id: I6395408635684920d3dcfefb71fc51c35a5a8e3f Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-07-07Remove old radio pluginsScott Murray2-68/+0
The radio functionality is now contained in the binding, remove the unused QtMultimedia plugins. Change-Id: I262f63af646b92a6f04ecf238274b5137e9fbf41 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-05-29Unpin after Daring Dab RC1Jan-Simon Moeller1-1/+0
Revert "Add a bbappend with pinnning for all packages with AUTOREV" This reverts commit 87ec15b961e9502b7741d51503d5c77563b1c45a. Change-Id: I35c74ad137217a9e8833baab8de9964de63ac61c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-05-25Add a bbappend with pinnning for all packages with AUTOREVdab_3.99.1dab/3.99.13.99.1Jan-Simon Möller1-0/+1
This pins all packages using AUTOREV to DISTRO_BRANCH_VERSION_TAG Change-Id: Id8aa34a9115cd6659ce1c154d78197229d3c036f Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-05-16qt: enable upgrade to 5.8Martin Kelly7-141/+0
Drop patches and bbappends that no longer apply. I audited these to verify that they already exist upstream, and I believe we are OK. Change-Id: I83f8334539d5542c7632b45e230d53915fdf18bf Depends-On: I024b757d16e5891382f4286dadee3315163a79d5 Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-03-19remove PR from recipesRonan Le Martret1-2/+0
Yocto uses meanwhile 'prserv' to generate the value for PR. Change-Id: Idb705d1b320a8d13d79910bac1768e26d15e199d Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-03-10Enable SQLITE database engine for the Qt5Matt Ranostay1-0/+1
Several applications have a use for the SQLITE database backend, and should be enabled for all platforms. Change-Id: I1eb0218e2f8656faed29691d5cfab4b5f5018509 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-01-04Revert "Change QWindow::visible when surface visibility in ivi shell changes"Tadao Tanikawa2-47/+0
This reverts commit d0f95885030e5f425c0423a7a29414a204aaa341. This is root cause of issue that screen doesn't change from blank screen after booting. ivi-surface's visibility must not link to QWindow's visibility because changing it's visibility to 0 means destroying wayland surface (--> eglsurface --> ivi-surface) immmediatly. On the other hand, ivi-surface is created with visibility == 0. Therefore, creating ivi-surface triggers self destruction of ivi-surface itself immediately. And to make matters worse, Qt5.7's hiding(visibility == 0) window method, wl.attach(nil, 0, 0) was wrong, it cause unpredictable operation of weston (In our case, it drops some events between WindowManager and Weston). For linking ivi-surface's visibility and visibility in QML, we should consider another method. At least, commit d0f958's approach is incorrect in Qt5.7 so far. Change-Id: Ibe90f9dae634aa5cdb3c166caf4db02dfd71965b Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-28qtmultimedia-rtlfm-radio-plugin: update license informationScott Murray1-2/+3
Update LICENSE and LIC_FILES_CHKSUM for recent addition of GPLv2+ code. Change-Id: Ic8cec17f60688ba664e026b37d5370c5ed6178c2 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2016-12-27Fix blank screen after booting on some platformTadao Tanikawa2-0/+32
wl.surface.attach (nil, 0, 0) might cause serious probrem on some platform (it depends on compositor implementation). In the case of ces2017 demo, output alwasy become blank when launch HomeScreen and WindowManager. This bug and patch is reported in https://bugreports.qt.io/browse/QTBUG-47902 Change-Id: Ibc7b20431e7aff6316090d729365b82cdfac6733 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-24qtmultimedia-rtlfm-radio-plugin: update build dependenciesTasuku Suzuki1-2/+1
Change-Id: Ia6f0f297a358280f01033483d61dbfd9f402dd0e Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-23qtmultimedia-rtlfm-radio-plugin: Append SRCPV to PVScott Murray1-0/+2
Set PV to include SRCPV to make ${AUTOREV} work correctly, and set the base version number to 0.1. Change-Id: Ic9f694012cb3cd052fd25ccc9c82407f6ffd9d9d Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2016-12-16Adding backport of another patch from Qt5 to show cover artTasuku Suzuki2-0/+26
To show cover art in qtmultimedia, the backport patch (listed below) is needed https://codereview.qt-project.org/179866 Change-Id: Ied5b8442f6a6a495832b4ade00020e05610e2846 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-14add qtvirtualkeyboard to the imageTasuku Suzuki1-0/+1
Change-Id: I6f72f50d152902430b84a6e1a582ccab98e95b11 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-14remove qtquick1 and qtwebkitTasuku Suzuki2-13/+0
Change-Id: Ie33b59a564411655fcf41f0482be5135e6f1dff2 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-13Adding backport patches of Qt5 to show cover artTadao Tanikawa4-0/+193
To show cover art in qtmultimedia, the backport patches(listed below) are needed. https://codereview.qt-project.org/179542 https://codereview.qt-project.org/165950 https://codereview.qt-project.org/165951 Change-Id: I638d824a3c8c4c632c4347538653830921c5e956 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-11Add qtmultimedia radio plugin to demo imagesScott Murray1-0/+19
Add qtmultimedia-rtlfm-radio-plugin recipe and add it as a dependency of the CES 2017 demo so it will go into the demo images. It is required for the Radio application. Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I764c561a8a7c864ac98240bb2f54995d29ce0934
2016-12-08packagegroup-qt5-toolchain-target: add qtquickcontrols* packages for SDKStephane Desneux1-0/+10
qtquickcontrols development packages are not installed in the SDK. Those packages are needed to build some demos in AGL/DemoApps/CES2017 Bug-AGL: SPEC-355 Change-Id: Ie6d28003d850064c4815d5cff0681b8cd4fb3c21 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-11-30Change QWindow::visible when surface visibility in ivi shell changesBocklage, Jens2-0/+47
Origin: https://codereview.qt-project.org/#/c/176211/ Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-10-28Preparation of upgrading to Qt5.7Tadao Tanikawa2-7/+1
Qt5.7 no longer provides any fonts. As a result of this change, fontconfig and some ttf fonts are to be installed for AGL DEMO Apps. Change-Id: I2cee35ccd909d08b47d4f2c6d68414f01fa82853 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-09-15Fix configuration of building Qt5Tadao Tanikawa1-3/+4
This patch set configuration of Qt5 as follows: - To set 'wayland-egl' as default of platform plugins - To remove eglfs because AGL don't use it Change-Id: Ia1084173a65870c254ed1a7e3584ad0a8a1524f9 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-09-01Changes for building meta-agl-demo with YP 2.1.1 'krogoth'Jan-Simon Möller3-7/+13
Update meta-agl-demo for YP 2.1 'krogoth' Notable changes: - update qtbase wrt packageconfig flags - qtwayland needs the patches checked/ported - remove qtwayland examples from packagegroup-agl-appfw-native TODO: - Check graphic driver stack (mesa, wayland, weston, qtbase, qtwayland et al.) - Check wrt SPEC-237 - port patches for qtwayland - check where qtwayland-examples is gone and either remove or re-add Change-Id: Ib14f1230d0fdc84f82af3e875460c0269faec652 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-06-14Fix qml-radio-plugin compilation with security flagsManuel Bachmann1-0/+10
Since we added compilation security flags (https://gerrit. automotivelinux.org/gerrit/#/c/5631/), qml-radio-plugin breaks because it relies on libtool, which assumes we want to create an executable due to the flags (-pie) being passed. The bug has been reported upstream: https://lists.gnu.org/archive/html/bug-libtool/2016-05/ msg00004.html but let us work around it since it is a demo target, and an upstream fix will take time to implement and test. Change-Id: I7018df928eb23bc2e8b6afb1aafea46958fd523e Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2016-05-29Refactoring code for installation qml libsPhong Tran1-3/+3
- Use ${libdir} instead of hardcoding /usr/lib - Change to use install command for copy files Change-Id: I4506f69c97ad223b94561fd10b97e5a406c4c4d9 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
2015-12-21Disable AM/FM QML Radio PluginManuel Bachmann1-1/+0
Temporarily, due to the following issue : http://lists. linuxfoundation.org/pipermail/automotive-discussions /2015-December/001402.html . Will be re-enabled when it can play nice with MediaPlayer. Change-Id:I1c7d9e86dfc53da3659a941f4ed09f2d5e68b006 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-12-21Add qml-execscript-plugin to packagegroup-agl-appfw-native-qt5Nobuhiko Tanibata1-0/+1
Change-Id: I8fd46c251ed84f77c608a01bdd2418c9bf95b4cb Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
2015-12-17Workaround for QDbus caching introspects.Risto Avila2-0/+34
This just quickly removes the cached object to force introspect. Final solution will upstreamed in the future. Change-Id: I156a1a97a0c4d1f17eed1d164e18ee8f73dec074 Signed-off-by: Risto Avila <risto.avila@theqtcompany.com>
2015-12-15qml-execscript-pluginuser1-0/+25
This plugin support execution of script from QML. This is used for execution of LayerManagerControl to display Car Navigation on top of QML. This is temporary solution. Change-Id: I5825868d65e5712a4a76b3a09c231a20f2fdad66 Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
2015-12-08Update AM/FM radio QML plugin to version 0.2Manuel Bachmann1-6/+12
This commit upgrades qml-radio-plugin to version 0.2, which : - implements PulseAudio support (will work automatically if we enable it inside AGL) ; - fixes QML properties and types as requested in [*] ; - fixes sound stuttering issues. It also puts the non-mandatory QML sample in a separate "examples" package, thus avoiding building qtquickcontrols if we do not need it. [*] : http://lists.linuxfoundation.org/pipermail/ automotive-discussions/2015-December/001244.html Change-Id: I2b173d8bb1c4055b2c7ac0c4691d802c2eb5f61f Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-12-02Provide AM/FM radio QML plugin 0.1Manuel Bachmann2-0/+32
qml-radio-plugin is a standalone QML plugin building on top of Qt5/QML and RTL-SDR (RTL2832U chipsets ; it is planned to also support different hardware). It provides a simple API able to detect, initialize and playback radio from QML applications. It also ships with an example. (Qt itself already provides a Radio class in QtMultimedia, but it has little to no implementations, and is far too much demanding for a start. Let us do this first) Change-Id: Ic6d2417247f7227ccb84d4e1d9f8b1c58319390f Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-11-12Enable gstreamer backend for qtmultimediaDamian Hobson-Garcia1-0/+1
Used for audio/video decode via qtmultimedia. Change-Id: I184fcc4fa090fe8df4d5b02500d04ca0980958e6 Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
2015-11-12Removed QtWebkit (To reduce build time for development CES2016-demo)Tadao Tnikawa1-2/+3
Because we currently don't use QtWebkit for DEMO apps, QtWebkit has been removed from packages to be installed into agl-demo-platform to reduce build time. Change-Id: I874fe1b9fae24965343ea8bf4e4bffcc807dabc9 Signed-off-by: Tadao Tnikawa <tanikawa.tadao@jp.panasonic.com>
2015-11-11Update Qt5 to latest stable release (5.5.1)Tadao Tanikawa6-9/+777
This patch is for updating Qt5 to latest version (5.5.1). NOTES: To build Qt5.5.1, it is necessary to checkout master branch of meta-qt5 before bitbake until AGL/AGL-repo update to ready for Qt5.5.1. LIMITATIONS: - xdg-shell doesn't work because of protocol version mismatch between server(weston) and client(Qt5 Apps). Change-Id: If0f959dcb394da331692ec866f388cc5e7dc2baa Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
2015-09-24Qt5 now avairable in agl-demo-platfrom.Jan-Simon Möller17-0/+3207
v3: (Jan-Simon Möller) - Added meta-ruby to bblayers template file v2: (Jan-Simon Möller) - Added meta-qt5 to bblayers template file - Removed unused patches (rpm specfile) v1: Support Qt5 for AGL Demo applications as UI Framework Qt5 now avairable in agl-demo-platfrom. This is a initial commit to support Qt5 for GUI Framework of AGL Distro. For now, these components are included into agl-demo-platform as default, Additional meta data for Qt5 (recipes-qt/qt5/*) is from: URL: git://git.projects.genivi.org/meta-genivi-demo commit: dc64c97667bac6046c878c689af579089f30641e To build and install Qt5 examples, need to setup local.conf properly, see README.md for more detail. Change-Id: I6c298d4f650a5ac8ee8f12acd1ee28df15e7dfad Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-08-22The starting point of layers for AGL Demo PlatformTadao Tanikawa1-0/+0
The `meta-agl-demo` is the Yocto layer for AGL Demo Platform of Automotive Grade Linux. This is starting point. Almost all packagegroups which should be defined in this layer are still empty (placeholder), so that curretly bitbake target `agl-demo-platform` is completely equal to `agl-image-ivi` in `meta-agl`. Change-Id: I6ce2c046cc8ce2dc5af2a8afe66e1f577dd884eb Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>