Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug-AGL: SPEC-903
Change-Id: I4593873cc9cb0ad32ef4f377125901eee08daf04
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Origin: https://codereview.qt-project.org/#/c/176211/
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Used for audio/video decode via qtmultimedia.
Change-Id: I184fcc4fa090fe8df4d5b02500d04ca0980958e6
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
|
|
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>
|
|
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>
|