summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi
AgeCommit message (Collapse)AuthorFilesLines
2018-12-07libqtappfw: update SRCREV for flounderflounder_6.0.3flounder/6.0.36.0.3Matt Ranostay1-1/+1
* Add avrcp/a2dp connect/disconnect functionality to agl-service-bluetooth Bug-AGL: SPEC-1620 Change-Id: Ia09dba25c5e213bcf5f69120ee006eda8d48d324 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-12-04Add 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-11-29Change app to use sllin0 for demo on m3 boardJan-Simon Möller1-0/+5
The agl demo uses sllin0 instead of vcan0 . Adapt the app accordingly for m3 (only). Change-Id: Ibc6396d68558a12680d87d4a3ded8acb666abe1b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-11-22libqtappfw: 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-10phone: add meta-agl-telephony applicationVitaly Wool1-1/+1
Add meta-agl-telephony to the build. Change-Id: If82ecba1180f7860b51cf11660e6283d1ad6286d Bug-AGL: SPEC-1766 Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
2018-10-18Change 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/17265/ Change-Id: Ib2d43ac5eb0f3cc3c1d452cf3305778480080943 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-09-13demo-hmi: libqtappfw: switch to using a static SRCREVflounder_6.0.1flounder_6.0.0flounder_5.99.7flounder/6.0.1flounder/6.0.0flounder/5.99.76.0.16.0.05.99.7Matt Ranostay1-1/+1
libqtappfw recipe should have been using a static SRCREV than the previous autoreving. Bug-AGL: SPEC-1680 Change-Id: Iba3a2d867a7c5587d04147a7d7986cfa6a93cb5a 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>
2018-07-27libqtappfw: add dependency on qtdeclarativeMatt Porter1-1/+1
The new version of libqtappfw depends on qtdeclaractive. Add the missing dependency. Bug-AGL: SPEC-1541 Change-Id: Ic6ea2cc7d27a7a598725e68ccbe0a7e3da02ee0f Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-07-27radio: remove useless dependency on pulseaudioRonan Le Martret1-1/+1
Radio application has no dependency on pulseaudio. Bug-AGL: SPEC-1234 Change-Id: I46cf16aaa676153a87f6af3187f14359bd572f5d Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-07-18Add qtaglextras to dashboard dependsflounder_5.99.2flounder/5.99.25.99.2zheng_wenlong1-1/+1
By modify dashboard to use qtaglextras, need add qtaglextras to depends. [Patch Set 2] Remove libhs and qlibwm from DEPENDS. Relative Commit: https://gerrit.automotivelinux.org/gerrit/#/c/15357/ Change-Id: I9c2f27b3c277c463a2b85ba157e8e70cb3d3990e Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-07-11Change homescreen recipes to fit homescreen-2017zheng_wenlong2-41/+20
We copied homescreen-2017 source code to homescreen. Need change recipes for this commit. Relative Commit: https://gerrit.automotivelinux.org/gerrit/#/c/15173/ Bug-AGL: SPEC-1549 Change-Id: I3455feb630b64d04c402855df0d6dce34cd62fcc Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-06-29mixer: use RPROVIDES instead of PROVIDES for virtual/mixerStephane Desneux1-3/+3
In packagegroup-agl-demo-platform, the package RDEPENDS on virtual/mixer so mixer should RPROVIDE virtual/mixer Also adjust revision according to master branch. Change-Id: I0633687bd684302a3dc2360c3318de19d11c400f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-06-28Create a virtual/mixer for the AGL mixerRonan Le Martret1-2/+2
Bug-AGL: SPEC-1520 Change-Id: I7e382d0b31dcdabb98a95d90bacf89f2ec03abe9 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-06-28mixer app: bump to latest revision when 4A is enabledStephane Desneux1-1/+5
This patch does 2 things: * pin version eel_5.0.3 when 4A is not enabled * use AGL_APP_REVISION when 4A is enabled In the second case, this will pop the following changes in mixer: * 62bb1f0 WIP version based on 4a High Level API * 2aabd6a Add some ignore in .gitignore * d192c51 Make use of afb-helpers submodule * e1fe0c6 Add special permission to the mixer * 21994ea Remove nasty hack to handle HALs * f35abba make of use of app templates to import right HALs depending on compilation options * 6bf2ccb make use of alsacore and hal bindings to control audio volume Change-Id: I5408100aacacb14fe581cf89535bf9b66de0189f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-06-27Add libvcard to libqtappfw dependszheng_wenlong1-1/+1
These is a error when build libqtappfw for miss libvcard. Add libvcard into libqtappfw depends. Change-Id: I22078b9566d80263eac6cdfb18da8a202b41413b Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-06-18phone: add service binding RDEPENDSMatt Porter1-0/+2
Add runtime dependencies on the bluetooth and bluetooth-pbap service bindings. Bug-AGL: SPEC-1513 Change-Id: If9b3e4fb99935e37cc3255ccf57b627a3a0aa51b Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-06-05Merge "3rd part of the layer/profile rework [2/2]"Jan-Simon Moeller1-0/+0
2018-06-053rd part of the layer/profile rework [2/2]Jan-Simon Möller1-0/+0
This is the last part of the layer rework series. Notable changes are: - move demo specific recipes to the demo (dlt, web-runtime mocca-usb) - wayland-ivi-extension moved to the meta-agl-demo layer for now. - web-runtime moved here (from appfw layer to allow console-only builds with appfw) - adapted packagegroups and agl-features v2: squashed with commit on sandbox to form single commit (tnx, Scott) v3: inclusion of old packagegroup-agl-image-ivi (TODO: refactor and include in profile packagegroups. Tnx, Stephane) v4: base packagegroup-agl-demo-platform on packagegroup-agl-profile-graphical-qt5 v5: fix MOST_DRIVERS_append (disable due to FTBS) v6: re-add RDEPENDS for virtual/pulseaudio-config Bug-AGL: SPEC-145 Bug-AGL: SPEC-1422 Change-Id: I20bd5b9a957ea54a7ecd08bd4f8b99a32266c9c8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-05-26Bug Fix: POI app is not workingNaoto Yamaguchi1-1/+1
The authentication method of Yelp Web API used by POI App has been changed. This patch is to change the POI App corresponding to the new authentication method. This fix makes POI App work again. Bug-AGL: SPEC-1442 Change-Id: I1e95c71837d157ed407f11e52ccbe9a1437380b2 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2018-05-18mediaplayer: remove qtmultimedia dependencies from recipeMatt Ranostay1-6/+1
mediaplayer application exclusively uses the agl-service-gstreamer service for media playback, and the respective qtmultimedia isn't needed anymore. Change-Id: I739ef696de70266ff24a909711e06574f1e0161c Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-04-282nd part of the layer/profile rework [2/2]Jan-Simon Möller16-281/+0
Main goal of this is to move the agl-service-* bindings into the core and to unify common recipes like wayland/weston into meta-agl-profile-graphical. As a placeholder for recipes is meta-agl-profile-demo which are being reshuffled. TLDR: remove recipes from meta-agl-demo that were moved to other layers Bug-AGL: SPEC-145 , SPEC-876 , SPEC-877 v2: moving updated udisks changes to meta-agl Change-Id: I873107f00adadeb6f3f266cce37b513fe6d44cf2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-04-16settings: add dependencies for libqtappfw supportMatt Ranostay1-1/+1
Add to DEPENDS both qtwebsockets and libqtappfw to allow removal of QML Websockets usage in the UI Bug-AGL: SPEC-1385 Change-Id: I5d7b09e4acdb571a4628e54bef0b45519a1e28f2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-04-09agl-service-bluetooth: add missing DEPENDS and RDEPENDS dependenciesMatt Ranostay1-0/+3
Add missing json-c and glib-2.0 to DEPENDS, and agl-service-data-persistence to RDEPENDS for data storage. Change-Id: I048d59d3f3d9b7dc50672999e1ca9fedffa8eb7d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-04-04mediaplayer: update dependencies for recipeMatt Ranostay1-3/+6
Update dependecies as follows: * remove agl-service-mediascanner as RDEPENDS * remove sqlite from DEPENDS * add libqtappfw and qtwebsockets to DEPENDS * add previously missing agl-service-bluetooth, and agl-service-mediaplayer to RDEPENDS Bug-AGL: SPEC-1375 Change-Id: I10213180e174da9df9b513d8519c8ce5b429896e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-03-27Rename CAN low level recipes.Romain Forlot2-2/+2
Bug-AGL: SPEC-1276 Change-Id: Ia87b9d9d06311893fdfb626fa64ee8fc9205aced Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-03-13agl-server-gps: add missing libgps RDEPENDS dependencyMatt Ranostay1-0/+1
libgps is needed for agl-service-gps to communicate to gpsd Change-Id: I73f32d50728111962b9201927796f5594835a807 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-03-07mapview-demo: Switch LIC_FILES_CHKSUM syntaxTom Rini1-2/+1
It is currently a warning to use ${COREBASE}/LICENSE and instead we need to use ${COMMON_LICENSE_DIR}/MIT. Switch to this syntax. Change-Id: Id0fc4ff0709d8f36f2d609aa43da1b2304ae04d0 Signed-off-by: Tom Rini <trini@konsulko.com>
2018-02-12libqtappfw: use AGL_APP_REVISION for SRCREVMatt Ranostay1-1/+1
Change-Id: I2ea9154d0cbeb28dbe32a73225d4a8df10c73879 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-02-12agl-service-weather: add weather service binding recipeMatt Ranostay1-0/+18
Bug-AGL: SPEC-1273 Change-Id: Ic4ea8ee6aa247ab12e191f83cbb78cdb69ff97c1 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-02-08forgot to change the LICENCE urlLoïc Collignon1-1/+1
Change-Id: I86427f0c48d88f27d11657b4d42786154972866f Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>