summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09recipes-demo-hmi: libqtappfw: update SRCREVMatt Ranostay1-1/+1
1cd754f libqtappfw: telephony: add onlineChanged signal fd1810a libqtappfw: bluetooth: add adapter_changes event processing 5ba2e77 libqtappfw: bluetooth: add BluetoothModel support Bug-AGL: SPEC-2290 Change-Id: Id7fc932f92d995df064332193c5755d12e3b5a01 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-03-22recipes-demo-hmi: libqtappfw: update SRCREVMatt Ranostay1-1/+1
4790306 Merge "libqtappfw: network: add remove() method for removal of services" into guppy b5d07fa Merge "libqtappfw: message: add replyStatus/requestData methods" into guppy 58111f2 libqtappfw: network: add invalidPassphrase signal 35e019b libqtappfw: message: add replyStatus/requestData methods bd5861d libqtappfw: network: add remove() method for removal of services Bug-AGL: SPEC-2270 Change-Id: Ic223b0f4e73cfb8ccc25a2c65195fddf4be05ff8 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-03-14recipes-demo-hmi: low-can-demo: bump SRCREVraquel medina1-1/+1
Bug-AGL: SPEC-2164 Change-Id: Ibdffc78c1c2bf79320dd553b8599ec08af47e57e Signed-off-by: raquel medina <raquel.medina@konsulko.com>
2019-02-19phone: Replace QtMultimedia usage with 4A + gstreamerScott Murray1-2/+2
Update dependencies to remove qtmultimedia and add gstreamer. Bug-AGL: SPEC-1596 Change-Id: Ifbaf65aeb5616897ba2f5f7b73aa397b39ef4231 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-02-19recipes-demo-hmi: libqtappfw: update SRCREVMatt Ranostay1-1/+1
* 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>
2019-02-07libhomescreen: bump revisionguppy_7.0.0guppy_6.99.5guppy/7.0.0guppy/6.99.57.0.06.99.5Stephane Desneux1-1/+1
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>
2019-01-15recipes-demo-hmi: libqtappfw: update SRCREVguppy_6.99.4guppy/6.99.46.99.4Matt Ranostay1-1/+1
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>
2019-01-15Bump the revision of navigation and poiKazumasa Mitsunari2-2/+2
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>
2019-01-06radio: Add libqtappfw to DEPENDSScott Murray1-1/+1
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)
2019-01-05homescreen: quiet debug messages in non-develScott Murray1-0/+2
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>
2019-01-02navigation: Add 4A supportScott Murray2-1/+363
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)
2018-12-28recipes-demo-hmi: libqtappfw: update SRCREVMatt Ranostay1-1/+1
cdfb8ce libqtappfw: mediaplayer: set album art via qml context Change-Id: Ibc386c63dd4fe8dc2f39593de3f9be1964cc06cc Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-12-20poiapp-api-key: Add client IDScott Murray1-1/+5
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>
2018-12-20Rework mapviewer and mapviewer-demoScott Murray9-73/+70
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>
2018-12-20Add agl-demo-preload featureScott Murray4-0/+59
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>
2018-12-20Add Task Manager front-endVitaly Wool1-0/+25
Add graphical front-end for Task Manager to recipes-dem-hmi. Change-Id: I43f7b634e977a2140c720851a2ce75f070194e65 Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
2018-12-20homescreen: fix missing submodules in SRC_URIStephane Desneux1-1/+1
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>
2018-12-12update to lastest versionwang_zhiqiang1-1/+1
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>
2018-12-10Bump revision of qtaglextrasKazumasa Mitsunari1-1/+1
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>
2018-12-04update libhomescreen and agl-service-homescreenwang_zhiqiang2-2/+2
update libhomescreen and agl-service-homescreen to lastest version. Change-Id: Iae03637d22a71a8e0b4e069ca15eaaa57bb74d3c Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
2018-11-21demo-hmi: phone: add pbap service to RDEPENDSguppy_6.99.1guppy/6.99.16.99.1Matt Ranostay1-1/+1
Change-Id: I3e52226536f3bde86d24d360939eb1ddd2ab4c0e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-11-20libqtappfw: update SRCREV for new bluetooth binding supportMatt Ranostay1-1/+1
Bug-AGL: SPEC-1630 Change-Id: Ieaeac4f33140f70e07607749df8ebc2e18edf284 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-11-16demo-hmi: mediaplayer: remove unnecessary RDEPENDSMatt Ranostay1-1/+1
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>
2018-11-08Add dependency to qtaglextrasJan-Simon Möller1-1/+1
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>
2018-10-18emit event to one applicationwang_zhiqiang2-2/+2
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>
2018-10-11hvac: add agl-service-hvac to RDEPENDSMatt Ranostay1-0/+1
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>
2018-10-09Change dependent package to agl-service-windowmanagerKazumasa Mitsunari1-1/+1
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>
2018-10-09phone: add agl-service-telephony to RDEPENDSMatt Ranostay1-2/+1
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>
2018-10-02homescreen: remove useless dependency to pulseaudioStephane Desneux1-1/+0
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>
2018-09-13demo-hmi: libqtappfw: switch to using a static SRCREVguppy_6.90.0guppy/6.90.06.90.0Matt Ranostay1-1/+1
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>
2018-09-13Used fixed SRCREV for repos from src/Jan-Simon Möller5-5/+5
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>
2018-09-13Remove unused homescreenappframeworkbinderagl recipeJan-Simon Möller1-30/+0
Change-Id: If7786f158583fd000646e4c1e43be6426ba47645 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-09-07Change libhomescreen-2017 to libhomescreenflounder_5.99.6flounder/5.99.65.99.6zheng_wenlong16-103/+24
Change libhomescreen-2017 to libhomescreen recipes, Detele libhomescreen-2017 recipes. Change-Id: Ib87676fb34a593fedb72ca635a49742578c40efc Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-09-06Add agl-service-homescreen recipes without -2017zheng_wenlong3-2/+16
Add a new recipes named agl-service-homescreen without -2017. Change-Id: Icdba5fa25838ab63506850b1a6641b1dfb269700 BUG-AGL: SPEC-1550 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-09-01Delete unnecessary environment variable of mapviewerNaoto Yamaguchi1-1/+0
mapviewer had unnecessary environment variable settings in the service file. This patch removes unnecessary environment variables. Bug-AGL: SPEC-552 Change-Id: Ia33b226fef1cd355d27d019d5d196468ebf597f3 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2018-08-29Change POI application window sizeflounder_5.99.5flounder/5.99.55.99.5Naoto Yamaguchi1-1/+1
The application window size was changed by commit 6e8ca74a266a224d2754a5f2ed0e228fec2e5c96 at window manager. The background image of the POI application is less than new size. This patch fix POI application window size. Change-Id: Ica91390e7364ac9fcf8521866a4b0dde90992758 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2018-08-29Fix : guidance voice was not outputNaoto Yamaguchi1-1/+1
Current navigation application can not output guidance voice. This problem was caused by changing the application framework. This patch is for adapting to changes in the application framework. Change-Id: Idaee7a287716d4d7bfb5b3adab36065036e64293 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2018-08-28Fix errors in Phone application dependencyNaoto Yamaguchi1-1/+2
Dependency error potentially possessed by the Phone application became obvious by fab778caff2041794814df54b51893965381aa66. After that change, qtmultimedia was not installed in agl-demo-platform. This problem has been reported by SPEC-1596, but has not been fixed so far. This patch enables the phone application to work again. BUG-AGL: SPEC-1596 Change-Id: I1ac4eda4e5e31c51a1ab97ba8e748b56265a8c30 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2018-08-24Revert "Use appid between homescreen-service and apps"flounder_5.99.4flounder/5.99.45.99.4Tadao Tanikawa1-1/+1
Re-pin SRCREV to revert "Use appid between homescreen-service and apps" Bug-AGL: SPEC-1685 Change-Id: I2a744c3ceaabd3e8f4a0c0fcf0feeb4e143c73b3 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2018-08-24Revert "Update navigation and poiapp"Tadao Tanikawa2-2/+2
This reverts commit a07554f5394a9315b2d2de1f82d5a952c9ce063e. Bug-AGL: SPEC-1685 Change-Id: Ib8b98a6ab9e5cf72f1d2ba46d43b85f264e77c3b Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2018-08-17Adapt SRCREV of libhomescreenflounder_5.99.3flounder/5.99.35.99.3Jan-Simon Möller1-1/+1
to fix FTBS. Change-Id: I975d2ad3f2fbfe02e06dc32953d69c8f7579315b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-08-17Update navigation and poiappzheng_wenlong2-2/+2
Make some change for navigation and poiapp, Update SRCREV for using appid between homescreen-service and apps. BUG-AGL: SPEC-1645 Change-Id: Id36b3fd4695e67df15d6dc6bbcb2d3f0d0b39a72 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-08-17Update libhomescreen-2017zheng_wenlong1-1/+1
This patch includes the followings de99f92 Use appid between homescreen-service and apps Bug-AGL: SPEC-1645 Relative Commit: https://gerrit.automotivelinux.org/gerrit/#/c/16011/ Change-Id: Ie70a1b213fbce8027ee29107993ad00c25139356 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-08-14settings: switch to network binding dependencyMatt Porter1-1/+1
The network binding deprecates the wifi binding so update the runtime dependency accordingly. Bug-AGL: SPEC-1543 Change-Id: I4cc27a804ce1f56e25389b67caa5e2ac373462b6 Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-08-14Revert "Remove Deprecated recipes homescreen"Matt Porter1-0/+29
This reverts commit 8d853962f123472f0e7217789f80c10c0191ade5. homescreen recipe is required by the recently merged switch from homescreen-2017 to homescreen. Change-Id: I53e3d7378bf2f2fbe2953d821676dfeda12ff034 Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-08-03Add missing dependency of qtlocation to navigation-demoJan-Simon Möller1-0/+2
We were missing a dependency at runtime. Change-Id: Ief12a5f3b62131d186731af3727138f6bdc3dc0a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-08-02Update libhomescreen-2017Kazumasa Mitsunari1-1/+1
This patch includes the followings ba66f55 Fix make widget bug for sample source 32f4569 Fix problem when pointer is nullptr. 58f6609 Fix not to release json_object on Event(Reply) Bug-AGL: SPEC-1471 Change-Id: I9cf7e6138e933890ed9659dba8a89f70849dd363 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-08-02Remove Deprecated recipes homescreenRonan Le Martret1-29/+0
Change-Id: Ia7a4aefbf61af7fb0ef1ac2c27b373f71d656a77 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-08-01Fix yocto virtual recipes parsingRonan Le Martret1-0/+1
* When you have RPROVIDES_${PN} += "virtual/something" you should have PROVIDES += "virtual/something" too It's avoid yocto parsing ERROR. (like remove pulseaudio from DISTRO FEATURE) Bug-AGL: SPEC-1601 Change-Id: I50fa95a5dd61e3ca6d32bc68d5e792fd10aa11fe Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-08-01Remove porter board configRonan Le Martret2-51/+0
* porter board is not supported any more in AGL Change-Id: Ifad3f089707d772f41d0ac6916348474a284b5b9 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>