Age | Commit message (Collapse) | Author | Files | Lines |
|
* libqtappfw: mediaplayer: send empty artist + album data if none
Bug-AGL: SPEC-2180
Change-Id: Ic6698c38b904dedcfbbd427450acc9bf468a632c
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
The libavirt library is added to the SDK, and is no longer
required as a submodule for 4A modules.
Change-Id: I0e7568b3f0e297b3ba132d09c5daeacedd6dc049
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
|
|
Included changes:
* d01f3c6 Improve safety of link to event loop
Bug-AGL: SPEC-2130
Change-Id: I9c34f8e00f5e1b556f6d65cd9c408c80da4658cb
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
c101de3 Merge "libqtappfw: bluetooth: add transport to discovery filter"
3dec5b3 libqtappfw: Add radio binding support
60094aa libqtappfw: bluetooth: add transport to discovery filter
Change-Id: I4f376c15e05e15d3f79745f5637c27a1988088f2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bump the revision of navigation and poi application.
This patch fixes the role to lower case.
Change-Id: Ib22f4809e6ca7a113817e58b6705f442e2f8d83e
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
Add libqtappfw to DEPENDS as the application has incoming rework to
use new radio support that has been added to libqtappfw.
Change-Id: I45a05cbf5e6d129939c1ebaf1c448abc3b4302bf
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 175439cae1b97852765a82d4f00698114e3e769c)
|
|
Define QT_NO_DEBUG_OUTPUT when not building with agl-devel enabled
to quiet the debug logging on volume changes.
Change-Id: I8667332954664cf07f3d29b098c9c9dc8265c2ee
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Bug-AGL: SPEC-1689
Change-Id: I373bc6eac903c7513fddee25f82f30e7d1567f1a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
To properly support 4A in the navigation app, add a patch to pull in
the 4A binding, add some code to open / close the "navigation" role,
and use a simple gstreamer pipeline to play the generated files. The
existing playback script templates have had their playback commands
removed, but are retained for driving the voice file generation.
Note that a patch is being used for now, as gpsnavi is managed outside
of AGL on github. Additionally, that repository has no flounder branch,
and its HEAD does not work on flounder at present, complicating things.
Change-Id: Ie5c63c2ae22237a80dc034b98d7279d3c203273f
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 6f1a4e94f9b978639e858fbe8ce98012a1781ee5)
|
|
6f76a76 Fix version number in README
20c1bcc Add support to unfold long vcard lines according to rfc6350
d41f15a Avoid adding empty property parameters, otherwise vCardProperty will
be considered invalid, since empty parameters are considered invalid
(RFC 6350 does not include a restriction about properties without parameters)
Bug-AGL: SPEC-2088
Change-Id: I38c0d35a8306c70ff68b9f3c2cb24cba06fb667e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
cdfb8ce libqtappfw: mediaplayer: set album art via qml context
Change-Id: Ibc386c63dd4fe8dc2f39593de3f9be1964cc06cc
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
This reverts commit 602b0293ac24702e1e4957312dcd1e765d28e125.
This is needed due to the other revert in meta-agl (#19359).
Otherwise, agl-demo-platform-crosssdk is not buildable.
Bug-AGL: SPEC-1689
Change-Id: Iae246faf53f8fa4946891de49646aec87fb14c19
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Bug-AGL: SPEC-1689
Change-Id: I5f7ab962f9df3b931aeae7fa44f0160801ca1c1d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Testing for CES has found the wilink BT on the M3+Kingfisher somewhat
unreliable. To disable it by default for now, add a demo platform
configuration hook to packagegroup-agl-demo-platform and use it to
pick up a modprobe configuration file to prevent btwilink from loading.
This addition is specific to the m3ulcb platform, and the variable
DEMO_ENABLE_BTWILINK can be used to over-ride the behavior by setting
it to "true" in local.conf or site.conf.
Change-Id: Ia645d9329594547f83601526e3f3fd5da5845b24
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Somehow in my original testing the POI app was working even though
the client ID was not being added to /etc/poikey as the first line.
Add a POIAPP_CLIENT_ID variable to go with POIAPP_API_KEY, and write
them both to the file. As well, mark the package as platform
independent, as it contains just a text configuration file.
Change-Id: Iab5d6aa44007c61457697882d9a2ece12f984acf
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Rework the mapviewer and mapviewer-demo recipes to get mapviewer
working out of the box for the cluster demo:
- Remove the old on/off scripts, as the intent is that the cluster
demo work out of the box on an image built with the
agl-cluster-demo-support feature.
- The separate weston systemd unit has been replaced with a drop-in
over-ride file.
- A new systemd unit is installed to configure the network connection
to the cluster board. This is required now because the weston unit
no longer runs as root.
- A systemd drop-in is added to have afm-api-windowmanager@.service
depend on weston-ready. This is a bit of a workaround ATM, as the
windowmanager service was consistently failing due to Weston
taking longer to start with the gst-record feature enabled. It is
likely that making this more generic should be investigated.
- The mapviewer systemd unit has been updated. Its Install target
is now afm-user-session@.target; in my testing this seemed the
least invasive solution, as there are some dependency loop issues
that currently prevent adding it to multi-user.target. As well,
its dependencies have been updated from weston and HomeScreen to
afm-api-windowmanager@, which is not entirely ideal, but is about
the best that can be done ATM given that mapviewer interacts with
the other windowmanager users via Weston, but is not an app
framework application.
Change-Id: I8826e670ae156edd461cc657acefc86e7836a916
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Add a feature to preload the maps for the navigation app and the API key
for the POI app. The intent is to allow building an image that works
"out of the box" without manually installing things. The selection of
UK or Japan maps can be controlled by setting the variable
DEMO_MAPS_LOCALE to either "uk" (default) or "jp" in local.conf or
site.conf. The POI API key should be set in one of those locations with
the variable POIAPP_API_KEY (default value is an empty string).
Change-Id: I25537935ddac740090f2121d0a83305c746185b0
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Remove weston-ivi-extension recipe files, as they are being moved to
the meta-agl-profile-graphical layer in the meta-agl repository. This
allows using weston-ivi-extension in images other than
agl-demo-platform.
Bug-AGL: SPEC-1730
Change-Id: I31af55b4b0a6233b955688f888b42c4861385188
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Bug-AGL: SPEC-1988
Change-Id: Icf1eaadb0df87189b01cc87966d23f5b21aa249f
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
|
|
Add graphical front-end for Task Manager to recipes-dem-hmi.
Change-Id: I43f7b634e977a2140c720851a2ce75f070194e65
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
New submodule introduced in #19081 is not pulled.
Fixing the url in SRC_URI should solve the issue.
Change-Id: I5b6852a2e8d9c29fcf39b0c2cd9b15ce8cda2ae1
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
change navigation to lastest version, then it will
avoid the issue that can't transfer to navigation
screen once more.
Change-Id: Ic40f9cf9bd1640d033e1620e1e07c711b28562d4
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
|
|
This commit includes followings
2fe96de Replace slots with Q_SLOTS
72bb964 delete application_name check in tap_shortcut event
Change-Id: I06034f6d87cb54b74a92191420417599cea77d10
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
Add new feature to enable support for the cluster demo. At the moment,
it pulls in the agl-gstrecorder feature and enables building the required
mapviewer application.
Bug-AGL: SPEC-1730
Change-Id: I18c0312eefca9bb8c591e8b8a2b8113b4e94c7fc
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit af3ecc175fdb3cfbb7501ec5f1aad7718c08472a)
|
|
update libhomescreen and agl-service-homescreen to lastest version.
Change-Id: Iae03637d22a71a8e0b4e069ca15eaaa57bb74d3c
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
|
|
[ 30.042717] sllin: sllin_open() invoked
[ 30.046603] sllin: Configured as MASTER
[ 30.051508] sllin: Baudrate set to 9600
[ 30.056332] sllin0 (uninitialized): sllin_kwthread started.
[ 30.062486] sllin0: sllin_kthread <WAIT_EVENT>
[ 31.153606] sllin0: sll_open() invoked
[ 31.271843] can: raw protocol (rev 20170425)
[ 31.276821] sllin0: sllin_kthread <WAKEUPED>
[ 31.281124] sllin0: sllin_kthread: lin_state <00000000>
[ 31.286370] sllin0: sllin_kwthread: NON-RTR SFF CAN frame, ID = 30
dlc=0
[ 31.286390] sllin0: sllin_kthread: SLSTATE finish
[ 31.299297] sllin0: sllin_send_break() invoke.
[ 31.305566] sllin0: Break sent.
[ 31.308743] sllin0: sllin_kthread <WAIT_EVENT>
Change-Id: Id49951cb1ed570c99eb11d19298c1e5b57bcf13c
Signed-off-by: Yuichi Kusakabe <yuichi.kusakabe@denso-ten.com>
|
|
Instead of default.target we need to use multi-user.target.
Change-Id: I7c6c9fce5223bccb2ddb20f165797632198c3405
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
configuration file
This patch adds the configuration for an additional ALSA sound card to the
MOST driver configuration file. It is needed to have another capture device
registered with ALSA.
Change-Id: I9c458448c80bef47d61831157c1b80ce1a7a9848
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
|
|
Change-Id: I3e52226536f3bde86d24d360939eb1ddd2ab4c0e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-1630
Change-Id: Ieaeac4f33140f70e07607749df8ebc2e18edf284
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Application not longer uses direct bluetooth service access
remove from RDEPENDS since agl-service-mediaplayer now handles this.
Bug-AGL: SPEC-1630
Change-Id: I656f4bfd03280985c63fbf2119b01a20aa1e599b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-1921
- remove runtime dependency on libnfc
Change-Id: I29aef351619f7c88e3c38c6478c7592f12631843
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
|
|
Provide the systemd unit, the init script, the module options and the autoload command.
Change-Id: I8dfe59338f377ca8ac1b94fe568dff9e2b36bf97
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
as this was converted over we need to add the dependency as well.
Change-Id: Ifa94f40505c8a1fba2ce829e940bda41ac00746a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
The sllin driver is needed for the AGL demo unit to drive the actuator and fan.
Change-Id: I76a8e7876148b6c2fcbc526a64a7ec132668c754
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
changed agl-service-homescreen and libhomescreen to make
agl-service-homescreen emit event to one application only.
BUG-AGL: SPEC-1764
Change-Id: Iea4b784a8b0426fd9d058a95597c22d1f9e8f1cb
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
|
|
As explained in further discussions, the simple-id-agent
is a basic example for reference. This commit adds the
ivi-id-agent [1]. It is still a reference implementation
but already offers more features (like configurations)
that should be desirable for AGL.
[1] https://github.com/mtey/wayland-ivi-extension/commits/xdg_support_ivi_id_agent
Change-Id: I041b81b480be8fd49fded9d9c9824a0dbb3b568f
Signed-off-by: Michael Teyfel <mteyfel@de.adit-jv.com>
|
|
Since the agl demo is now using wayland-ivi-extension
v2.0.2 everything related to v1.13.0 should be removed.
That means all bitbake recipes and also the used patch
files.
Change-Id: I4a8124df464ad92f5dd4224887be5119f52621ef
Signed-off-by: Michael Teyfel <mteyfel@de.adit-jv.com>
|
|
packagegroup-agl-ivi-multimedia must pull virtual/pulseaudio-config only
if pulseaudio DISTRO_FEATURE is set.
Bug-AGL: SPEC-1601, SPEC-1802
Change-Id: I9f54eafe610d7dc2a8e24227b1f957b206f03300
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
HVAC binding has been split out of the hvac application
so an RDEPENDS is required for the recipe
Bug-AGL: SPEC-1757
Change-Id: Idad7864f968c663a4177c8ece63cc4945f52a571
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Because of changing package name of agl-service-windowmanager-2017,
change dependent pacakge name.
Related commit:
https://gerrit.automotivelinux.org/gerrit/#/c/16925/
Change-Id: Ib2d43ac5eb0f3cc3c1d452cf3305778480080943
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
telephony binding has been split out of the phone application
so an RDEPENDS is required for the recipe
Bug-AGL: SPEC-1757
Change-Id: I7667259289bb88353e411310389621377e842b82
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
This patch adds a capture device to the MOST sound configuration.
Is is needed to have the kernel driver register another sound card
with the ALSA subsystem.
Change-Id: I6406c40a788251e860768acce3c886b395e95ce0
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
|
|
agl-demo-pulseaudio is a duplicate of agl-demo, except that agl-pulseaudio
has been removed from the dependencies
This has been discussed at Dev Meeting on 2018-10-02.
Bug-AGL: SPEC-1601
Change-Id: I7cef03084ce715eaaa9253bdf1191e887810979b
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Review #15855 removed the dependency to pulseaudio in homescreen source code.
So the DEPENDS at recipe level is not needed anymore and can be removed.
Without this change, there's a build error when pulseaudio is diabled.
Bug-AGL: SPEC-1601
Change-Id: I365745290b7e2a06e45d0c55c57ee155167fad36
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
This is related to review 15883.
Bug-AGL: SPEC-1601
Change-Id: I0f612d582d0f8126c0f2f8b3a03b61530d9bff04
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
libqtappfw recipe should have been using a static SRCREV than the
previous autoreving.
Bug-AGL: SPEC-1680
Change-Id: I738fbb398d03b46560b9f3c44b107747bce7198d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Resoning:
Only apps have a prepended CI cycle , so automatic bumps with in the recipes are fine.
For recipes in src/ we don't (yet) have such a cycle and to avoid sudden breakage the recipes need to use a fixed hash.
Change-Id: I33c3ba651f97bd8f2e0fa5218c6dd3469d8ec952
Bug-AGL: SPEC-1733
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: If7786f158583fd000646e4c1e43be6426ba47645
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|