Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
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>
|
|
- 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>
|
|
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>
|
|
Change-Id: I8fd46c251ed84f77c608a01bdd2418c9bf95b4cb
Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Used for audio/video decode via qtmultimedia.
Change-Id: I184fcc4fa090fe8df4d5b02500d04ca0980958e6
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
|
|
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>
|
|
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>
|
|
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>
|